Daily logic 5

Logic Level 3

Three athletes (and only three athletes) participate in a series of track and field events. Points are awarded for 1st, 2nd, and 3rd place in each event (the same points for each event, i.e. 1st always gets "x" points, 2nd always gets "y" points, 3rd always gets "z" points), with x > y > z > 0, and all point values being integers.

The athletes are named Adam, Bob, and Charlie: - Adam finished first overall with 22 points - Bob won the Javelin event and finished with 9 points overall. - Charlie also finished with 9 points overall.

Who finished second in the 100-meter dash?

Bob Adam Charlie

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Chris Lewis
May 1, 2019

At first sight, this seems completely impossible; we have many unknowns, and hardly any information.

However, the crucial information we do have is that we are dealing in lots of cases with small, positive integers, and, surprisingly, that's enough.

Let's start by figuring out something about n n , the number of events there were. In every event, a total of x + y + z x+y+z points are awarded. So overall, n ( x + y + z ) n(x+y+z) points are awarded. But we know that overall, 22 + 9 + 9 = 40 22+9+9=40 points are awarded; so n ( x + y + z ) = 40 n(x+y+z)=40 and n n is a factor of 40 40 .

Since z > 0 z>0 , every player scores at least one point in every event. So there cannot have been more than 9 9 events, since both Bob and Charlie score 9 9 points each.

In fact, Bob wins an event, so his score must be at least x + ( n 1 ) z 3 + n 1 = n + 2 x+(n-1)z \ge 3+n-1 = n+2 ( x x is at least 3 3 , z z is at least 1 1 ). So there must have been fewer than 7 7 events.

Two events (100m, javelin) are mentioned in the problem; so n 2 n\ge2 .

Let's say these were the only two events. Adam wins one, Bob the other. Since Adam's final score is higher than Bob's, Adam must have come second in the javelin (Bob's winning event) and Bob must have come third in the 100m (Adam's winning event). This would mean that:

A = 22 = x + y A=22=x+y , B = 9 = z + x B=9=z+x , C = 9 = y + z C=9=y+z . But the last two equations imply that x = y x=y , which is not the case.

So we've narrowed the number of events down to either four or five.

Let's say there were four events.

The most Adam could score is by winning three events and coming second in the javelin. So we get 22 3 x + y < 4 x 22\le 3x+y < 4x ; hence x > 5 x>5 . The least Bob could score is one win in the javelin and three last places - so 9 x + 3 z x + 3 9 \ge x+3z \ge x+3 ; hence x 6 x\le 6 , and combined with what we worked out from Adam's score, we must have x = 6 x=6 and z = 1 z=1 . For Adam to score 22 22 , he must in fact come second in the javelin and first in everything else, and we must have y = 22 3 × 6 = 4 y=22-3\times6=4 .

Under the assumption that there are four events, we've found that ( x , y , z ) = ( 6 , 4 , 1 ) (x,y,z)=(6,4,1) , and that all events are won by either Adam or Bob. But how can Charlie score 9 9 points? It's not possible, so we reach a contradiction, and we have worked out that there must have in fact been five events. (Another contradiction is that x + y + z = 11 x+y+z=11 is not a factor of 40 40 ).

We can use the same steps as above to find out the points awarded. Once again, Adam's score is maximised if he wins every event except the javelin, coming second in that. So 22 4 x + y < 5 x 22 \le 4x+y < 5x ; hence x > 4 x>4 . Bob's score is minimised (again) if he wins the javelin and places third in everything else - so 9 x + 4 z x + 4 9 \ge x+4z \ge x+4 and x 5 x \le 5 . Once again, only one value works, and we have x = 5 x=5 and z = 1 z=1 (and it is the case that Bob is last in every event except javelin). For Adam to score 22 22 , we must have y = 2 y=2 .

This time the scores work out: the table of points is below

Athlete Javelin 100m Event 1 Event 2 Event 3 Total
Adam 2 5 5 5 5 22
Bob 5 1 1 1 1 9
Charlie 1 2 2 2 2 9

As we've shown, this set of results is unique; and Charlie must have come second in the 100m.

The same track of mind, just missed the second and answered for first.

Saya Suka - 2 years, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...