Player is to be identified

Logic Level 3

Three players A, B and C are playing a game with three cards : on each card a positive integer is printed. The three printed numbers are supposed to be distinct. A game consists to mix up the cards, to distribute one card to each player and then to assign to the player the number printed on his card. The next game proceeds in the same way and the points are added. After a number of games, at least two games, player A has 20 points, player B has 10 points and player C has 9 points. It is known that the player B has the greatest card in last game.

Which of these players did have the middle card in the first game?

C B A None of these

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

Feathery Studio
May 13, 2015

Let S S represent the smallest card, M M represent the middle card, and L L represent the largest card. || means 'or'.

In B's scenario, his last card is L L , but he ends up with the middle amount of points, meaning he must have had S S in the beginning.

S + L = 10 S + L = 10

In A's scenario, he ended up with the largest number of points, so he must have started with the largest card or medium card in the beginning, and ended with the largest or medium card.

( L M ) + ( M L ) (L||M) + (M||L)

In C's scenario, he ends up with the least amount of points, meaning that he must have had M M , and then got S S .

M + S = 9 M + S = 9

We can modify A's scenario to L + M = 20 L + M = 20

Anyways, C \boxed{C} had M M .

I can't write my thinking concisely enough, but I'm pretty sure the only way this game could take place is if the numbers were 1, 4 & 8. Also, there would have to be 3 games played out.

Edit: 20 = 2x8 + 1x4 10 = 1x8 + 2x1 9 = 2x4 + 1x1 (So Player C got the middle card on the first turn. Player A had to get the 8s on turns 1 and 2, meaning he got 4 on the last turn so the other two turns, Player C got the 4.)

Unfortunately the only way I could prove it would be to write all of the possible combinations down , which I don't have the time for!

Ryan Peters - 6 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...