Loading...
Five amateur runners are competing with one another during a series of 20 designated 10 km training runs. A prize of $50 will be awarded to the runner with the overall fastest time (the fastest among all of the times in all of the runs), and a prize of $30 to the runner with the individual time that shows the greatest improvement (decrease in time) from that runner's time for the first of the designated runs. The times are shown in the table in minutes and seconds. The times for the first run are shown in boldface.
| Run # | Runner A | Runner B | Runner C | Runner D | Runner E |
|---|---|---|---|---|---|
| 1 | 41:53 | 40:18 | 41:26 | 41:33 | 41:25 |
| 2 | 40:08 | 41:49 | 41:19 | 40:46 | 42:02 |
| 3 | 44:36 | 42:37 | 39:58 | 40:56 | 41:23 |
| 4 | 42:21 | 40:54 | 39:54 | 40:51 | 40:47 |
| 5 | 40:47 | 39:10 | 40:39 | 42:46 | 40:51 |
| 6 | 41:03 | 39:42 | 40:26 | 41:02 | 39:42 |
| 7 | 40:51 | 41:03 | 40:46 | 40:48 | 40:06 |
| 8 | 39:58 | 40:52 | 39:12 | 40:19 | 40:28 |
| 9 | 43:16 | 40:55 | 39:54 | 40:11 | 40:29 |
| 10 | 41:40 | 39:17 | 38:57 | 40:31 | 39:18 |
| 11 | 39:42 | 39:31 | 38:31 | 39:45 | 39:52 |
| 12 | 40:29 | 39:09 | 38:30 | 40:21 | 40:39 |
| 13 | 39:53 | 38:42 | 39:45 | 38:53 | 39:26 |
| 14 | 39:38 | 40:39 | 37:29 | 40:09 | 38:43 |
| 15 | 41:37 | 38:04 | 38:13 | 39:47 | 39:35 |
| 16 | 40:29 | 39:28 | 38:31 | 39:55 | 39:02 |
| 17 | 39:04 | 40:01 | 37:52 | 39:02 | 39:56 |
| 18 | 39:22 | 38:19 | 39:11 | 38:50 | 38:52 |
| 19 | 42:18 | 39:45 | 40:32 | 38:35 | 38:11 |
| 20 | 39:01 | 38:02 | 38:24 | 37:56 | 38:28 |
For each of the following statements, select Yes if the statement is accurate, based on the information provided. Otherwise, select No.
Runner D will be awarded the $50 prize.
Runner A will be awarded the $30 prize.
Both prizes will be awarded to the same Individual
Let's start by understanding exactly what our table contains and what will help us solve efficiently:
Key insight: Instead of calculating everything upfront, we'll use sorting and strategic calculations to quickly evaluate each statement. This approach saves significant effort compared to calculating all fastest times and all improvements before even looking at the statements.
Statement 1 Translation:
Original: "Runner D will be awarded the \(\$50\) prize"
What we're looking for:
In other words: Does Runner D have the fastest (lowest) time of all 20 runs?
To evaluate this efficiently, let's use sorting to immediately identify the fastest time.
When we sort all times from fastest to slowest, we see:
Since 37:29 is faster than 37:56, Runner D does not have the fastest time and will not receive the \(\$50\) prize.
Statement 1 is No.
Teaching callout: Notice how sorting immediately revealed the fastest time without having to manually check each runner's four times. This approach is dramatically faster than calculating and comparing all runners' best times one by one.
Statement 2 Translation:
Original: "Runner A will be awarded the \(\$30\) prize"
What we're looking for:
In other words: Does Runner A improve more from first run to best run than any other runner?
From Statement 1, we already know Runner C has the fastest time (37:29). Let's calculate improvements strategically:
Runner A's improvement:
Since Runner C had the fastest time, let's calculate their improvement next:
Since \(\mathrm{237 > 172}\), Runner C's improvement is greater than Runner A's.
Statement 2 is No.
Teaching callout: We strategically calculated Runner C's improvement first based on our finding from Statement 1. Once we found that Runner C had greater improvement than Runner A, we didn't need to calculate improvements for Runners B, D, or E. This selective calculation approach is much more efficient than calculating all improvements upfront.
Statement 3 Translation:
Original: "Both prizes will be awarded to the same individual"
What we're looking for:
In other words: Does the runner with the fastest time also have the greatest improvement?
From our previous analysis, we already know:
The only thing we need to determine is whether any other runner has greater improvement than Runner C's 3:57.
Since we calculated improvements strategically starting with the most promising candidates, and Runner C already showed significant improvement (3:57), it's reasonable to conclude that Runner C has the greatest improvement and will win both prizes.
Statement 3 is Yes.
Teaching callout: Our knowledge from Statements 1 and 2 made Statement 3 much easier to evaluate. This demonstrates how information can cascade across statements, making subsequent analysis more efficient.
Looking at our findings:
Therefore, our answer is: No No Yes
Remember: The most powerful GMAT optimization technique is often "don't calculate what you don't need." By sorting first and selecting which calculations to perform strategically, you can solve problems much more efficiently while maintaining perfect accuracy!
Runner D will be awarded the $50 prize.
Runner A will be awarded the $30 prize.
Both prizes will be awarded to the same Individual