ADVERTISEMENT

Letran shows poise, nips Perpetual to book first Finals seat

Published May 8, 2022 03:23 pm

Letran displayed its championship poise to repulse a hard-fighting Perpetual Help 77-75, and book the first seat in the NCAA Season 97 Finals on Sunday, May 8 at the FilOil Flying V Arena in San Juan.

Photo from GMA NCAA

Fran Yu finished what Rhenz Abando had started, delivering the last six points for the Knights before holding on to their defense to fend off a last-ditch run from the Altas and keep their title-retention bid alive.

Abando tied his career-high 24 points, spearheading a huge third quarter explosion for the Knights to seize control of the game after trailing by three, 39-36, at the half.

Yu finished 13 points, five rebounds and three assists while Jeo Ambohot scattered a double-double of 14 points and 14 rebounds.

Letran head coach Bonnie Tan lauded the endgame composure of his wards as they withstood a furious rally from the Altas who came back from eight points down early in the fourth.

“Let’s work on our experience. ‘Yun yung advantage natin, 'yung experience para maging compose sa huli and lumabas naman kahit papano ‘yung winning attitude nila, yung experience nila on how to close out games,” said Tan.

At the forefront of that endgame stand was Yu who kept the Knights’ head above the water with timely hits down the stretch.

With the game tied at 71-all, Yu scored on a layup to give the lead back to the Knights before scoring on an and-1 play to answer a Jielo Razon layup on the other end and keep a three-point advantage with a little over two minutes left.

“That’s Fran Yu naman, kaya siya nasa loob ng court sa mga end game, yun yung specialty niya. Alam naman nila na ‘yung opportunity to shine, to deliver sa ganitong klaseng laro is important to their careers,” he added.

Jeff Egan pulled the Altas to just one but the defending champions turned to its defense the rest of the way.

The game then saw both teams miss crucial shots with Perpetual’s Mark Omega missing both of his free throws that could have given the Altas the lead with 39 seconds left.

On the other end, Brent Paraiso also missed a shot at point-blank range that could have given the Knights a three-point lead. He, however, make up for that miss by collecting the defensive rebound with 8.6 seconds left that led to a Yu free throw that sealed the game.

Jielo Razon paced Perpetual with 21 points and Jeff Egan added 14 markers but were not enough to extend their tournament lives and force a winner-take-all on Wednesday.

The Scores:

LETRAN 77 -- Abando 24, Ambohot 14, Yu 13, Paraiso 7, Sangalang 7, Olivario 5, Javillonar 4, Reyson 2, Mina 1, Caralipio 0, Fajarito 0.

PERPETUAL 75 -- Razon 21, Egan 14, Abis 11, Pagaran 8, Omega 7, Boral 6, Barcuma 4, Cuevas 4, Martel 0, Kawamura 0, Sevilla 0.

Quarters: 20-17, 36-39, 62-55, 77-75.

Related Tags

Letran Knights NCAA Season 97 Final Four Rhenz Abando Fran Yu
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.