The table shows the top 15 universities in a recent international ranking of programs in physics and astronomy. Each university...
GMAT Table Analysis : (TA) Questions
The table shows the top 15 universities in a recent international ranking of programs in physics and astronomy. Each university was assigned a score on a 100-point scale in each of several categories, from which a total score on a 100-point scale was computed. For each university, the table displays the total score together with the scores in 3 categories: academic, based on evaluation by academics at other universities; employer, based on evaluation by companies that recruit university graduates; and citations, based on the frequency with which faculty research is cited.
Rank | University | Country | Academic score | Employer score | Citations score | Total score |
---|---|---|---|---|---|---|
1 | University of Cambridge | United Kingdom | 100 | 100 | 41.3 | 82.4 |
2 | Harvard University | United States | 91.6 | 78 | 53.8 | 77.5 |
3 | University of Oxford | United Kingdom | 91.6 | 75.7 | 39.9 | 72.9 |
4 | Massachusetts Institute of Technology (MIT) | United States | 97.4 | 61.2 | 39.5 | 72.8 |
5 | University of California, Berkeley (UCB) | United States | 90.8 | 48.5 | 45.2 | 68.7 |
6 | Stanford University | United States | 81.7 | 38.4 | 53 | 64.4 |
7 | California Institute of Technology (Caltech) | United States | 81.5 | 40.7 | 39.2 | 60.7 |
8 | Imperial College London | United Kingdom | 70.2 | 63.8 | 33.2 | 57.8 |
9 | Princeton University | United States | 76.4 | 30.3 | 44.1 | 57.5 |
10 | ETH Zurich (Swiss Federal Institute of Technology) | Switzerland | 69.6 | 42.2 | 46.9 | 57.3 |
11 | University of Tokyo | Japan | 79.7 | 34.6 | 22.7 | 53.6 |
12 | University of Chicago | United States | 57.1 | 34.4 | 53.3 | 51.4 |
13 | University of California, Los Angeles (UCLA) | United States | 55.9 | 51.3 | 43 | 51.1 |
14 | University of Melbourne | Australia | 46.6 | 41.5 | 64.4 | 50.9 |
15 | Columbia University | United States | 46.2 | 44 | 61.9 | 50.5 |
For each of the following statements, select Yes if the statement is true based on the information provided; otherwise select No.
OWNING THE DATASET
Let's start by understanding this table with the intention of "owning the dataset" completely. We have data on 15 universities worldwide showing their performance across different metrics.
Looking at one sample row to understand the structure:
University | Country | Employer Score | Academic Score | Citations Score | Total Score |
Cambridge | UK | 100.0 | 100.0 | Not shown | 82.4 |
Key insights about our dataset:
- We have 15 universities total, with 9 from the US and 6 from other countries
- There's a wide range in scores, with some perfect 100s at the top end
- The "Total Score" is not simply an average of the other scores (crucial for our analysis)
- Some universities have significantly higher scores in certain categories than others
These observations will be essential for our efficient solving approach. Now let's tackle each statement strategically.
ANALYZING STATEMENT 1
Statement 1 Translation:
Original: "For each US university, employer score < total score"
What we're looking for:
- Identify all US universities in the table
- Check if EVERY one of them has an employer score less than its total score
- If even one US university violates this pattern, the statement is false
In other words: Do all US universities have employer scores that are lower than their total scores?
Let's solve this efficiently by sorting. Rather than checking all 9 US universities one by one, we'll:
- Sort by "Employer Score" in descending order
This immediately gives us a strategic advantage because the universities with the highest employer scores are the most likely to violate our condition (employer score < total score). - Check the top US university in this sorted list
We can see Harvard is the top US university with an employer score of \(\mathrm{78.0}\). - Compare Harvard's employer score to its total score
Harvard's employer score: \(\mathrm{78.0}\)
Harvard's total score: \(\mathrm{77.5}\)
We can see that \(\mathrm{78.0} > \mathrm{77.5}\), which means Harvard's employer score is actually GREATER than its total score. - Reach our conclusion
We've found a US university where employer score > total score, which directly contradicts the statement. Since we only need one counterexample to disprove a "for each" statement, we can stop here.
Teaching callout: Notice how we didn't need to check all 9 US universities! By sorting first and checking the most promising candidate, we found our counterexample immediately. This is the power of the "One Counterexample Rule" - for any statement claiming something is true for ALL items in a group, finding just one exception disproves the entire statement.
Statement 1 is No.
ANALYZING STATEMENT 2
Statement 2 Translation:
Original: "Only one university has both employer and citations > 50"
What we're looking for:
- Identify universities where employer score > 50
- Then check which of those also have citations score > 50
- Count how many universities satisfy both conditions
- Verify if that count equals exactly one
In other words: Is there exactly one university that scores above \(\mathrm{50}\) in both employer reputation and citations?
Let's approach this strategically:
- Sort by "Employer Score" in descending order
This instantly shows us which universities have employer scores \(> \mathrm{50}\). - Visually identify universities with employer scores > 50
Looking at our sorted list, we can immediately see only 6 universities have employer scores \(> \mathrm{50}\):
- Cambridge (100)
- Harvard (78.0)
- Oxford (75.7)
- Imperial (63.8)
- MIT (61.2)
- UCLA (51.3)
- Check citations scores for only these 6 universities
Rather than checking all 15 universities, we've narrowed our search to just these 6. Now we need to check their citations scores:
- Harvard has citations score of \(\mathrm{53.8}\) (\(> \mathrm{50}\)) ✓
- For the other 5 universities, we check and find all have citations scores \(\leq \mathrm{50}\) ✗
- Count universities meeting both criteria
Only Harvard has both employer score \(> \mathrm{50}\) AND citations score \(> \mathrm{50}\).
Count = 1
Teaching callout: We dramatically reduced our workload by sorting first. Instead of checking 15 universities for two conditions (30 checks), we identified just 6 relevant universities and only needed to check their citations scores. This "Search Space Reduction" technique is crucial for table analysis efficiency.
Statement 2 is Yes.
ANALYZING STATEMENT 3
Statement 3 Translation:
Original: "Tokyo has greatest magnitude difference between academic and total scores"
What we're looking for:
- Calculate the difference between academic score and total score for Tokyo
- Compare this with the differences for all other universities
- Determine if Tokyo's difference is the largest
In other words: Is the gap between Tokyo's academic reputation and overall ranking bigger than for any other university?
Let's approach this strategically:
- Recognize the pattern: Universities with high academic scores but lower total scores will have the largest differences
- Sort by "Academic Score" in descending order
This helps us quickly identify universities with high academic scores that might have large differences from their total scores. - Focus on top academic performers
From our sorted list, we see:
- Cambridge: Academic \(\mathrm{100}\), Total \(\mathrm{82.4}\) → Difference: \(\mathrm{17.6}\)
- MIT: Academic \(\mathrm{97.4}\), Total \(\mathrm{72.8}\) → Difference: \(\mathrm{24.6}\)
- Harvard: Academic \(\mathrm{91.6}\), Total \(\mathrm{77.5}\) → Difference: \(\mathrm{14.1}\)
- Oxford: Academic \(\mathrm{91.6}\), Total \(\mathrm{72.9}\) → Difference: \(\mathrm{18.7}\)
- Check Tokyo specifically
Tokyo: Academic \(\mathrm{79.7}\), Total \(\mathrm{53.6}\) → Difference: \(\mathrm{26.1}\) - Compare differences
Tokyo's difference (\(\mathrm{26.1}\)) is larger than MIT's difference (\(\mathrm{24.6}\)), which is the largest among the other universities we've checked.
Teaching callout: Instead of calculating differences for all 15 universities, we used pattern recognition to identify promising candidates. Universities with high academic scores but relatively lower total scores were our priority for calculations. This targeted approach is much more efficient than exhaustive calculation.
Statement 3 is Yes.
FINAL ANSWER COMPILATION
Let's compile our findings for each statement:
- Statement 1: No (Harvard's employer score exceeds its total score)
- Statement 2: Yes (Only Harvard has both employer and citations scores \(> \mathrm{50}\))
- Statement 3: Yes (Tokyo has the greatest difference between academic and total scores)
Our answer is therefore: B (Statement 2 and Statement 3 are true)
LEARNING SUMMARY
Skills We Used
- Strategic Sorting: We sorted by different columns to reveal patterns and efficiently find answers
- Early Termination: For Statement 1, we stopped as soon as we found a counterexample
- Pattern Recognition: For Statement 3, we identified a pattern that helped us focus our calculations
Strategic Insights
- Sort First, Calculate Later: Notice how sorting transformed each problem, making the answers much more visible
- One Counterexample Rule: For "all/each" statements, you only need to find one exception to disprove it
- Search Space Reduction: For Statement 2, sorting helped us narrow down from 15 to just 6 universities
- Pattern Recognition: For Statement 3, we looked for universities at the extremes rather than calculating every difference
Common Mistakes We Avoided
- We didn't check all 9 US universities for Statement 1
- We didn't calculate citations scores for every university for Statement 2
- We didn't calculate 15 differences for Statement 3
Remember that in table analysis questions, sorting is your most powerful tool - it's almost always worth the few seconds it takes to sort because it can save you much more time later in your analysis. By approaching these problems strategically rather than sequentially, we can work through them with confidence and efficiency.
For each of the United States universities listed, the employer score is less than the total score.
For only one university listed, the employer score and the citations score are both greater than 50.
University of Tokyo is the university for which the magnitude of the difference between the academic score and the total score is greatest.