e-GMAT Logo
NEUR
N

The table shows a jazz critic's rankings of the sixteen best jazz albums. Rank Main artist Title Label Style Year...

GMAT Table Analysis : (TA) Questions

Source: Official Guide
Table Analysis
TA - Core
MEDIUM
...
...
Notes
Post a Query

The table shows a jazz critic's rankings of the sixteen best jazz albums.

Rank Main artist Title Label Style Year
1 Miles Davis Kind of Blue Columbia modal 1959
2 John Coltrane A Love Supreme Impulse! avant-garde 1964
3 Charles Mingus Mingus Ah Um Columbia soul jazz 1959
4 Dave Brubeck Time Out Columbia West Coast 1959
5 Cannonball Adderly Somethin' Else Blue Note hard bop 1958
6 Sonny Rollins Saxophone Colossus Prestige mixed 1956
7 John Coltrane Giant Steps Atlantic hard bop 1959
8 Art Blakely Moanin' Blue Note hard bop 1958
9 Herbie Hancock Maiden Voyage Blue Note modal 1965
10 Thelonious Monk Brilliant Corners Riverside bebop 1956
11 Bill Evans Waltz for Debby Riverside modal 1961
12 Keith Jarrett The Köln Concert Universal free jazz 1975
13 Stan Getz, João Gilberto Getz/Gilberto Verve bossa nova 1963
14 Eric Dolphy Out to Lunch! Blue Note avant-garde 1964
15 John Coltrane Blue Train Blue Note hard bop 1957
16 Louis Armstrong Hot Fives & Sevens Columbia Dixieland 1928

For each of the following statements, select Yes if the statement is true based on the information provided. Otherwise select No.

A
Yes
No

The most recent hard bop album listed is a John Coltrane album.

B
Yes
No

Most of the Blue Note albums listed were released later than most of the Columbia albums listed.

C
Yes
No

At least half of the albums listed as being released in the 1950s were in the hard bop style.

Solution

Owning the Dataset

Let's start by understanding our jazz albums dataset with an efficiency mindset. We have information about influential jazz albums including:

  • Artist: Jazz musicians like John Coltrane, Miles Davis, etc.
  • Album Title: The name of each album
  • Year: When the album was released
  • Style: Jazz subgenres (hard bop, cool jazz, modal, etc.)
  • Label: Recording companies (Blue Note, Columbia, etc.)

For example, one album might show: John Coltrane | Giant Steps | 1959 | Hard Bop | Atlantic

Key insight: Rather than manually scanning this table multiple times, we'll use strategic sorting to reveal patterns instantly. This dataset has several valuable relationships we can leverage:

  • Albums clustered by decade (primarily 1950s-60s)
  • Multiple recording labels represented
  • Various jazz styles that can be grouped

Let's analyze each statement using strategic sorting to minimize our work.

Analyzing Statement 1

Statement 1 Translation:
Original: "The most recent hard bop album listed is a John Coltrane album."
What we're looking for:

  • Identify all hard bop albums in the dataset
  • Find which one has the most recent (latest) year
  • Check if that album is by John Coltrane

In other words: We need to verify if John Coltrane created the newest hard bop album in our list.

Let's use sorting to make this process efficient. Instead of scanning the entire table multiple times:

  1. First, let's sort by Style to group all hard bop albums together
    This immediately shows us all the hard bop albums in one section
  2. Next, while still filtered to just hard bop albums, let's sort by Year in descending order (newest first)
    The first album we now see is the most recent hard bop album
  3. We can now check if this album is by John Coltrane

When we perform these sorts, we see that "Giant Steps" by John Coltrane from 1959 appears as the most recent hard bop album in the dataset.

Statement 1 is Yes.

Teaching note: Notice how we avoided writing down every hard bop album and comparing years manually. By letting the sorting do the work, we immediately surfaced the most recent hard bop album without any calculation.

Analyzing Statement 3

Statement 3 Translation:
Original: "At least half of the albums listed as being released in the 1950s were in the hard bop style."
What we're looking for:

  • Count how many total albums were released in the 1950s
  • Count how many of those 1950s albums were in hard bop style
  • Check if hard bop albums ≥ 50% of the total 1950s albums

In other words: We need to verify if hard bop albums make up at least half of all the 1950s albums in our dataset.

I'm analyzing this statement before Statement 2 because it follows naturally from our current sorting approach:

  1. Let's sort by Year to group all 1950s albums together
    We can quickly count 9 total albums from the 1950s
  2. Now we need to calculate our threshold for "at least half":
    \(9 \div 2 = 4.5\), so we need 5 or more hard bop albums from the 1950s to make Statement 3 true
  3. Let's sort by Style and count how many hard bop albums were from the 1950s
    We find only 4 hard bop albums from the 1950s

Since \(4 < 5\), we don't have "at least half" of the 1950s albums in hard bop style.

Statement 3 is No.

Teaching note: Here's where threshold testing saves time. Once we knew we needed at least 5 hard bop albums from the 1950s, we could stop counting as soon as we confirmed there were only 4. No need to calculate percentages or fractions.

Analyzing Statement 2

Statement 2 Translation:
Original: "Most of the Blue Note albums listed were released later than most of the Columbia albums listed."
What we're looking for:

  • Identify all Blue Note albums and their years
  • Identify all Columbia albums and their years
  • Determine what constitutes "most" for each label group
  • Compare whether most Blue Note albums came after most Columbia albums

In other words: We need to verify if the majority of Blue Note albums were released in later years than the majority of Columbia albums.

Let's apply sorting to make this comparison efficient:

  1. Let's sort by Label to group all albums by their record company
    We immediately see that Blue Note has 5 albums and Columbia has 4 albums
  2. This helps us define what "most" means for each group:
    - For Blue Note: "most" means at least 3 out of 5 albums
    - For Columbia: "most" means at least 3 out of 4 albums
  3. Looking at the years for Columbia albums, we see 3 albums from 1959 (plus one outlier from 1928)
    So "most" Columbia albums were from 1959
  4. Checking Blue Note albums, we find only 2 albums released after 1959
    Since 2 out of 5 is not "most" of Blue Note's albums, the statement is false

Statement 2 is No.

Teaching note: Notice how sorting by Label immediately revealed the group sizes, which helped us quickly calculate what "most" meant for each group. This eliminated the need to write down years for all 9 albums and manually compare them.

Final Answer Compilation

After analyzing all three statements:

  • Statement 1: Yes - The most recent hard bop album is indeed by John Coltrane
  • Statement 2: No - Most Blue Note albums were NOT released later than most Columbia albums
  • Statement 3: No - Less than half (only 4 out of 9) of the 1950s albums were in hard bop style

Therefore, our answer is: A (Statement 1 ONLY is true)

Learning Summary

Skills We Used

  • Strategic Sorting: We used sorting as our primary tool, letting the dataset organization do the heavy lifting
  • Threshold Testing: For Statement 3, we determined the exact number needed (5) and stopped once we confirmed there were only 4
  • Group Size Analysis: We quickly defined what "most" meant for each label based on group counts

Strategic Insights

  • Plan Your Sort Sequence: We started with sorting by Style and Year for Statement 1, then leveraged that organization for Statement 3, and finally sorted by Label for Statement 2
  • Calculate Cutoffs First: For comparative terms like "most" or "at least half," immediately determine the specific threshold number
  • Let Sorting Reveal Patterns: Rather than writing down individual data points, sorting revealed patterns that answered our questions directly

Common Mistakes We Avoided

  • We didn't manually track and compare years for all albums
  • We didn't calculate percentages when simple counting was sufficient
  • We didn't resort the data unnecessarily between statements

Remember: In GMAT table analysis questions, sorting is almost always your most powerful tool. When you encounter statements about "most," "majority," or comparative relationships, sort first and let the patterns emerge rather than trying to track everything manually.

Answer Choices Explained
A
Yes
No

The most recent hard bop album listed is a John Coltrane album.

B
Yes
No

Most of the Blue Note albums listed were released later than most of the Columbia albums listed.

C
Yes
No

At least half of the albums listed as being released in the 1950s were in the hard bop style.

Rate this Solution
Tell us what you think about this solution
...
...
Forum Discussions
Start a new discussion
Post
Load More
Similar Questions
Finding similar questions...
Previous Attempts
Loading attempts...
Similar Questions
Finding similar questions...
Parallel Question Generator
Create AI-generated questions with similar patterns to master this question type.