e-GMAT Logo
NEUR
N

The table gives the types and measurements, in feet, for 20 trees that were nominated for the Big Tree Contest...

GMAT Table Analysis : (TA) Questions

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

The table gives the types and measurements, in feet, for 20 trees that were nominated for the Big Tree Contest in a certain county. Circumference is the distance around the trunk of a tree measured 4.5 feet above the ground; height is the vertical distance from the ground to the top of the tree; and spread is the distance from the ends of the branches on one side of the tree through the trunk to the ends of the branches on the other side of the tree at the horizontal level where that distance is greatest.

Type of treeCircumferenceHeightSpread
Alder, European97041
Ash, White13.839182
Cottonwood, Eastern32.6766107.75
Elm, Siberian17.428870
Fir, Douglas8.178043
Ginko12.928576.5
Hickory, Shagbark9.757938.25
Hophornbeam4.835538.25
Locust, Honey17.33102123.5
Magnolia, Cucumber24.427583
Maple, Black16.836788
Mulberry, White18.425272
Oak, Black158596.5
Oak, Bur16.427899
Oak, Northern Red17.677982.5
Oak, Pin14.0810275.5
Pine, Scotch13.676063.5
Sweetgum, American10.085948
Sycamore, American22.0810282.25
Walnut, Black13.3310774

For each statement, select Yes if the information given indicates it is true for the trees in the table. Otherwise, select No.

A
No
Yes

Trunk circumference is directly proportional to height.

B
Yes
No

The mode height is \(\mathrm{102\text{ feet}}\).

C
Yes
No

If a tree is chosen at random from the \(\mathrm{20}\) trees in the table, the likelihood that it will have a circumference less than \(\mathrm{10\text{ feet}}\) is \(\mathrm{0.20}\).

Solution

OWNING THE DATASET

Let's start by understanding what we're working with. This table contains information about different trees, showing their heights and circumferences.

A quick scan reveals:

  • We have 20 different trees in our dataset
  • Heights range from around 50 feet to over 100 feet
  • Circumferences vary widely, with some under 10 feet and others over 18 feet
  • There appears to be no consistent relationship between height and circumference at first glance

Key insight: When working with this type of comparative data, sorting will be our most powerful tool for revealing patterns quickly.

Let's analyze our three statements in the most efficient order—not necessarily in the order they're presented.

ANALYZING STATEMENT 2

Statement 2 Translation:
Original: "102 feet is the modal height."
What we're looking for:

  • The height that appears most frequently in our dataset
  • Whether that height is specifically 102 feet

In other words: Is 102 feet the most common height among these trees?

The most efficient way to determine the mode is to sort the data by height. This immediately groups identical values together, making the mode visually apparent.

Let's sort by height (ascending):

After sorting, we can quickly scan the height column for repeating values. Any height that appears multiple times will be grouped together in consecutive rows.

Looking at our sorted data, we immediately notice:

  • Most heights appear only once
  • Some heights appear twice
  • 102 feet appears three times in consecutive rows

Since 102 feet is the only height that appears more than twice, it is clearly the modal height.

Statement 2 is Yes.

Teaching note: Notice how sorting eliminated the need to count occurrences manually for each height value. When looking for modes or frequencies, sorting should be your first instinct as it transforms counting from a tedious process into a quick visual scan.

ANALYZING STATEMENT 3

Statement 3 Translation:
Original: "The probability of randomly selecting a tree with a circumference of less than 10 feet is 20%."
What we're looking for:

  • How many trees have circumference < 10 feet
  • Whether that number divided by the total (20) equals 20%

In other words: Are exactly 4 out of the 20 trees (20%) less than 10 feet in circumference?

While we could scan the entire table checking each circumference, sorting makes this much more efficient.

Let's sort by circumference (ascending):

With this sort, all trees with the smallest circumferences appear at the top of our table. Now we can simply count from the top until we reach 10 feet.

Scanning down the sorted list:

  • The first 4 trees all have circumferences less than 10 feet
  • The 5th tree and beyond all have circumferences of 10 feet or greater

Therefore, 4 out of 20 trees have circumferences less than 10 feet.
Probability = \(\frac{4}{20} = 0.2 = 20\%\)

Statement 3 is Yes.

Teaching note: Sorting brings all relevant data points together, allowing us to count them in one continuous sequence rather than hunting through the entire dataset. This approach works wonderfully for any question about frequency or probability.

ANALYZING STATEMENT 1

Statement 1 Translation:
Original: "The circumference of a tree is proportional to its height."
What we're looking for:

  • Whether the ratio of circumference to height is constant across all trees
  • If not, the statement is false

In other words: Does the ratio of circumference/height remain the same for all trees?

For two variables to be proportional, their ratio must be constant. If we find even two trees with significantly different ratios, we can immediately disprove the claim.

While our table is still sorted by height, let's look at the extreme values to quickly test this proportionality claim:

Examining extreme cases:

  • Smallest tree: Mulberry (52 ft height, 18.42 ft circumference)
  • Tallest tree: Walnut (107 ft height, 13.33 ft circumference)

Immediately, we notice something striking: the tallest tree actually has a SMALLER circumference than the shortest tree! This visual observation already suggests the variables aren't proportional.

Let's calculate just two ratios to confirm:

  • Mulberry ratio: \(\frac{18.42}{52} = 0.354\)
  • Walnut ratio: \(\frac{13.33}{107} = 0.125\)

These ratios differ significantly (0.354 vs 0.125). If circumference were proportional to height, these ratios would be the same.

Statement 1 is No.

Teaching note: When testing proportionality claims, start with extreme values (highest and lowest). If proportional, the tallest trees should have the largest circumferences in the same proportion. This approach lets us disprove the claim with minimal calculation, rather than calculating ratios for all 20 trees.

FINAL ANSWER COMPILATION

Evaluating our three statements:

  • Statement 1: No (Circumference is not proportional to height)
  • Statement 2: Yes (102 feet is the modal height)
  • Statement 3: Yes (Probability of a tree with circumference < 10 feet is 20%)

Our answer pattern is: No, Yes, Yes

LEARNING SUMMARY

Skills We Used

  • Strategic Sorting: We sorted the data twice (by height and by circumference) to reveal patterns instantly
  • Extreme Value Testing: We used the smallest and tallest trees to quickly disprove proportionality
  • Visual Pattern Recognition: After sorting, we used visual scanning to identify the mode and count trees with small circumferences

Strategic Insights

1. Tackle statements in efficiency order, not numerical order: We started with Statement 2 because sorting by height would immediately reveal the mode.

1. Sort first, calculate last: Sorting transforms many calculation problems into simple visual observation tasks.

1. For proportionality claims, check extreme values first: If the tallest and shortest trees don't maintain the same ratio, we can immediately disprove proportionality without checking every tree.

1. When counting or finding probabilities, sort relevant data together: This eliminates the need to scan the entire dataset multiple times.

Common Mistakes We Avoided

  • Calculating numerous ratios (5+) when only 2 were needed to disprove proportionality
  • Manually counting occurrences of each height without sorting
  • Scanning the entire unsorted table for trees with circumferences less than 10 feet
  • Solving statements in numerical order rather than efficiency order

Remember: In table analysis questions, how you approach the data is often more important than the calculations themselves. Strategic sorting and visual pattern recognition can dramatically reduce the time needed to solve these problems accurately.

Answer Choices Explained
A
No
Yes

Trunk circumference is directly proportional to height.

B
Yes
No

The mode height is \(\mathrm{102\text{ feet}}\).

C
Yes
No

If a tree is chosen at random from the \(\mathrm{20}\) trees in the table, the likelihood that it will have a circumference less than \(\mathrm{10\text{ feet}}\) is \(\mathrm{0.20}\).

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.