published on in celeb

Which Nationals players have also played with the Pirates? MLB Immaculate Grid Answers September 11

Every day, MLB Immaculate Grid releases a new quiz game that sends ripples of excitement through the baseball world. Despite its relatively young age, Immaculate Grid already enjoys a high level of popularity.

Administered by BaseballReference.com, the 3 x 3 Immaculate Grid is fairly simple. Users must populate the nine spaces using the intersecting hints. While two team names are the most common clues, sometimes a statistical value is given instead.

On September 11, the Immaculate Grid asked users to name players who have played for both the Pittsburgh Pirates as well as the Washington Nationals. Let's take a look at some of the most relevant names.

march madness logo

70% Win

(110-25-1)

70% Win

(110-25-1)

70% Win

(110-25-1)

'; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ' votes'; if (totalVotes > 10) { pollCount.classList.remove("hidden"); } } function trackBetsTodayPollImpression() { var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { var pollId = entry.target.getAttribute("data-poll-id"); if (POLLS_BY_ID[pollId]['impression_tracked']) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { POLLS_BY_ID[pollId]['impression_tracked'] = true; var isDesktop = "1"; var gaPayload = { "question" : POLLS_BY_ID[pollId]['question'], "category": "Baseball", "page_url": window.location.href, "option1": POLLS_BY_ID[pollId]['option1'], "option2": POLLS_BY_ID[pollId]['option2'], } if (isDesktop) { gaPayload["device"] = "Desktop"; } else { gaPayload["device"] = "Mobile"; } gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, { threshold: 0.5 } ); var pollElements = document.querySelectorAll('.bets-today-poll'); pollElements.forEach(function(pollElement) { var isAnswered = pollElement.querySelector(".poll-option-answered"); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } }) } return { answerPollX: answerPollX, }; }(); "Immaculate Grid 162. Retweet or reply with your score!" - Immaculate Grid

Players who have appeared for Pittsburgh Pirates and Washington Nationals | MLB Immaculate Grid September 11

Although outfielder Nate McLouth was selected in the 25th round by the Pirates in 2000, the Michigan-native came to exceed expectations. After a pair of slow rookie seasons, McLouth broke out in 2008. That year, he led the NL with 46 doubles, and connected for 26 home runs and 94 RBIs alongside a commendable slashline of .276/.356/.497, winning both an All-Star nod and a Gold Glove. Unfortunately, McLouth would never replicate that success. The journeyman finished up his career after a dissapointing 79-game season with the 2014 Washington Nationals.

"Nate McLouth throws out Dioner Navarro at home plate to keep the game tied at 3 in the bottom of the 11th inning during the 2008 Major League Baseball All-Star Game at Yankee Stadium on July 15, 2008" - Pittsburgh Pirates History

Relief man Mark Melancon enjoyed the best years of his career with the Pirates. A 9th round New York Yankees selection in 2006, Melancon bounced around before arriving in Pittsburgh in 2013. In his first season with the Pirates, the 6-foot-1 right-hander posted a 1.39 ERA in 71 innings, becoming a first-time All-Star in the process. In 2015, he posted a league-best 51 saves to win his second All-Star nod and even finished in the top ten in NL Cy Young voting. Melancon was traded to the Nationals mid-way through the 2016 season, and led MLB with 67 games finished between the two clubs.

First baseman and avid hunter Adam LaRoche was one of the more consistent hitters that the NL has seen in recent times. In his first five seasons split between the Pirates and the Atlanta Braves, LaRoche hit .272 with 98 home runs. However, the best season of his career came with the 2012 Nationals, when he lofted 33 home runs, 100 RBIs, and 35 doubles to win a Silver Slugger and a sixth-place finish in MVP voting.

"Not many Nationals were as smooth as Adam LaRoche" - Talkin Nats

Relief pitcher Matt Capps rounds out our Grid list today. At 6-foot-1 and 250 lbs, the right-hander could pack a punch. He first gained attention during the 2007 season in the Pirates bullpen. That year saw the big man post a 2.28 ERA, alongside 64 strikeouts across 79 innings on the bump. He signed with the Nationals in 2010, and was traded to the Minnesota Twins halfway through the season. Despite this, 2010 still saw Capps make his first All-Star team after posting a 2.47 and a career-high 42 saves.

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1664187, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1664187); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1664187) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1664187) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJqRqLKjrculZqedp6h6uLTInJ9mppGptrC6wKWqZqiclsamvtJmmKWrn2K9ra3YnptmqJmnrrWx0makpZpdnrqurcKuo5qslWK0s7XDZpinq6eav7R50p6nrZ2dl7KzeZBq