Loading...
For each of 6 articles published between 2002 and 2008 on a certain news website, the table lists the article's ID number, author, publication year, and number of views. No 2 different authors have the same name listed in the table.
| ID number | Author | Publication year | Number of views |
|---|---|---|---|
| 037046 | Pham | 2003 | 866,949 |
| 048430 | Tran | 2004 | 938,632 |
| 056607 | Le | 2005 | 490,137 |
| 058747 | Nguyen | 2005 | 215,274 |
| 060199 | Tran | 2006 | 943,052 |
| 077162 | Nguyen | 2007 | 998,113 |
For each of the following statements about the articles listed in the table, select Yes if the information provided indicates that the statement is accurate. Otherwise, select No.
The most recently published article is the one with the greatest number of views.
The article with the greatest number of views and the article with the least number of views have the same author.
The author with the greatest combined number of views was the author of the article with the greatest number of views.
Let's start by understanding what we're working with. We have a table showing 6 published articles with information about:
Key insight: Some authors have multiple articles in the table (Tran and Nguyen appear more than once), which suggests we might need to consider combined views or author comparisons.
Rather than memorizing all the data, let's focus on understanding the structure and relationships. The view counts range from hundreds of thousands to nearly a million, suggesting significant variation. We should be prepared to make comparisons between these values.
Note: The table interface allows us to sort by any column instantly - this will be our primary tool for efficiently analyzing the data.
Statement 1 Translation:
Original: "The most recently published article is the one with the greatest number of views."
What we're looking for:
In other words: Does the newest article also have the highest view count?
Let's solve this efficiently using sorting:
First, let's sort by Publication Year (descending) to find the most recent article:
Next, let's sort by Number of Views (descending) to find the article with the most views:
We can see that the same article appears at the top of both sorts - it's both the most recent and has the most views.
Statement 1 is YES.
Teaching point: Notice how sorting instantly revealed the answer without requiring us to scan through every row or memorize any values. The GMAT interface makes sorting a powerful time-saving tool.
Statement 2 Translation:
Original: "The article with the greatest number of views and the article with the least number of views have the same author."
What we're looking for:
In other words: Did the same person write both the most-viewed and least-viewed articles?
We already sorted by Number of Views (descending) for Statement 1, so we can use this sorting to efficiently analyze Statement 2:
Since both the most-viewed and least-viewed articles were written by the same author (Nguyen), Statement 2 is YES.
Teaching point: When looking for extremes (highest/lowest values), sorting makes the answer visually obvious without having to check every single row. The top and bottom rows immediately show what we need.
Statement 3 Translation:
Original: "The author with the greatest combined number of views was the author of the article with the greatest number of views."
What we're looking for:
In other words: Did the author whose articles got the most total views also write the single most popular article?
From our previous analysis, we know:
Let's sort by Author to group articles by the same author:
After sorting, we can quickly calculate:
We can see that Tran has the highest combined views (approximately 1.9 million), while Nguyen (who wrote the article with the most views) has combined views of approximately 1.2 million.
Since the author with the greatest combined views (Tran) is not the same as the author of the article with the greatest individual views (Nguyen), Statement 3 is NO.
Teaching point: We didn't need to calculate the exact combined views or check all authors. Once we found that Tran's combined views exceeded Nguyen's, we could stop our calculation. Also, note how sorting by author grouped related articles together, making our calculations much easier.
Statement 1: YES (The most recent article has the greatest number of views)
Statement 2: YES (The articles with the most and least views have the same author)
Statement 3: NO (The author with the greatest combined views is not the author of the article with the most views)
Therefore, the answer is: YES, YES, NO
Remember that the GMAT Table Analysis is testing your ability to interpret data efficiently, not your calculation speed. By strategically using sorting and focusing only on the information needed for each statement, you can solve these problems quickly while maintaining perfect accuracy.
The most recently published article is the one with the greatest number of views.
The article with the greatest number of views and the article with the least number of views have the same author.
The author with the greatest combined number of views was the author of the article with the greatest number of views.