Four persons A , B , C , and D are playing a game of cyclic transfer. A goes first, and gives 2 0 % of what he has, plus $10 to B . Next, B gives 2 0 % of his new amount plus $20 to C . Next, C gives 2 0 % of his new amount plus $30 to player D , and finally, D gives 2 0 % of his new amount plus $40 to player A . At the end of all this, the four players check the amounts they have. Player A finds that he has lost 1 0 % of what he had initially. Players B and C ended up with the same amounts they started with, while player D gained 5 0 % of what he had originally. What was the amount that player C started with?
Similar problems:
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.
@Hosam Hajjir , you should add the link of this problem to other similar problems. I was the one added the links in other problems for you.
Let the initial amounts of Players A , B , C , and D be A 1 , B 1 , C 1 , and D 1 , respectively.
When Player A gives 2 0 % of what he has plus $ 1 0 to Player B :
Player A now has A 2 = 5 4 A 1 − 1 0
Player B now has B 2 = B 1 + 5 1 A 1 + 1 0
When Player B gives 2 0 % of what he has plus $ 2 0 to Player C :
Player B now has B 3 = 5 4 B 2 − 2 0 = 5 4 ( B 1 + 5 1 A 1 + 1 0 ) − 2 0
Player C now has C 2 = C 1 + 5 1 B 2 + 2 0 = C 1 + 5 1 ( B 1 + 5 1 A 1 + 1 0 ) + 2 0
When Player C gives 2 0 % of what he has plus $ 3 0 to Player D :
Player C now has C 3 = 5 4 C 2 − 3 0 = 5 4 ( C 1 + 5 1 ( B 1 + 5 1 A 1 + 1 0 ) + 2 0 ) − 3 0
Player D now has D 2 = D 1 + 5 1 C 2 + 3 0 = D 1 + 5 1 ( C 1 + 5 1 ( B 1 + 5 1 A 1 + 1 0 ) + 2 0 ) + 3 0
When Player D gives 2 0 % of what he has plus $ 4 0 to Player A :
Player D now has D 3 = 5 4 D 2 − 4 0 = 5 4 ( D 1 + 5 1 ( C 1 + 5 1 ( B 1 + 5 1 A 1 + 1 0 ) + 2 0 ) + 3 0 ) − 4 0
Player A now has A 3 = A 2 + 5 1 D 2 + 4 0 = 5 4 A 1 − 1 0 + 5 1 ( D 1 + 5 1 ( C 1 + 5 1 ( B 1 + 5 1 A 1 + 1 0 ) + 2 0 ) + 3 0 ) + 4 0 .
Since Player B ended up with the same amount that he had originally:
Since Player C ended up with the same amount that he had originally:
C 1 = C 3 = 5 4 ( C 1 + 5 1 ( B 1 + 5 1 A 1 + 1 0 ) + 2 0 ) − 3 0
after substituting A 1 = 4 5 B 1 + 7 5 , this solves to B 1 = C 1 + 5 0
substituting this into A 1 = 4 5 B 1 + 7 5 gives A 1 = 4 5 C 1 + 2 2 7 5
Since Player D gained 5 0 % of what he had originally:
2 3 D 1 = D 3 = 5 4 ( D 1 + 5 1 ( C 1 + 5 1 ( B 1 + 5 1 A 1 + 1 0 ) + 2 0 ) + 3 0 ) − 4 0
after substituting B 1 = C 1 + 5 0 and A 1 = 4 5 C 1 + 2 2 7 5 , this solves to D 1 = 7 2 ( C 1 − 5 0 )
Since Player A lost 1 0 % of what he had originally:
1 0 9 A 1 = A 3 = 5 4 A 1 − 1 0 + 5 1 ( D 1 + 5 1 ( C 1 + 5 1 ( B 1 + 5 1 A 1 + 1 0 ) + 2 0 ) + 3 0 ) + 4 0
after substituting B 1 = C 1 + 5 0 , A 1 = 4 5 C 1 + 2 2 7 5 , and D 1 = 7 2 ( C 1 − 5 0 ) , this solves to C 1 = $ 1 1 7 0 .
By the way,
A 1 = 4 5 C 1 + 2 2 7 5 = 4 5 ⋅ 1 1 7 0 + 2 2 7 5 = $ 1 6 0 0
B 1 = C 1 + 5 0 = 1 1 7 0 + 5 0 = $ 1 2 2 0
D 1 = 7 2 ( C 1 − 5 0 ) = 7 2 ( 1 1 7 0 − 5 0 ) = $ 3 2 0
Let the initial amounts with players A , B , C , D be x ( 0 ) = [ x 1 ( 0 ) , x 2 ( 0 ) , x 3 ( 0 ) , x 4 ( 0 ) ] T , then after the first move by player A , the amounts will change to x ( 1 ) , where,
x ( 1 ) = M ( 1 ) x ( 0 ) + b ( 1 )
where M ( 1 ) = ⎣ ⎢ ⎢ ⎡ 0 . 8 0 . 2 0 0 0 , 1 0 0 0 0 1 0 0 0 0 1 ⎦ ⎥ ⎥ ⎤
and b ( 1 ) = [ − 1 0 , 1 0 , 0 , 0 ] T
Similarly, after the second move, we have
x ( 2 ) = M ( 2 ) x ( 1 ) + b ( 2 ) = M ( 2 ) M ( 1 ) x ( 0 ) + M ( 2 ) b ( 1 ) + b ( 2 )
where M ( 2 ) = ⎣ ⎢ ⎢ ⎡ 1 0 0 0 0 , 0 . 8 0 . 2 0 0 0 1 0 0 0 0 1 ⎦ ⎥ ⎥ ⎤
and b ( 2 ) = [ 0 , − 2 0 , 2 0 , 0 ] T
Continuing this pattern, one sees that,
x ( 4 ) = M x ( 0 ) + b
where
M = M ( 4 ) M ( 3 ) M ( 2 ) M ( 1 ) and b = b ( 4 ) + M ( 4 ) b ( 3 ) + M ( 4 ) M ( 3 ) b ( 2 ) + M ( 4 ) M ( 3 ) M ( 2 ) b ( 1 )
And we're also given that x ( 4 ) = G x ( 0 ) , where,
G = ⎣ ⎢ ⎢ ⎡ 0 . 9 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 . 5 ⎦ ⎥ ⎥ ⎤
Therefore, G x ( 0 ) = M x ( 0 ) + b , from which it follows that x ( 0 ) = ( G − M ) − 1 b
With help of a small piece of code the above equations can programmed, and the results is that x ( 0 ) = [ 1 6 0 0 , 1 2 2 0 , 1 1 7 0 , 3 2 0 ] T . Thus, the answer is 1 1 7 0 .
Problem Loading...
Note Loading...
Set Loading...
Let the amounts the four players have initially and after the game be a 0 , b 0 , c 0 , and d 0 ; and a 1 , b 1 , c 1 , and d 1 respectively. Then
⎩ ⎪ ⎪ ⎨ ⎪ ⎪ ⎧ b 1 = 0 . 8 ( 0 . 2 a 0 + b 0 + 1 0 ) − 2 0 c 1 = 0 . 8 ( 0 . 0 4 a 0 + 0 . 2 b 0 + c 0 + 2 2 ) − 3 0 d 1 = 0 . 8 ( 0 . 0 0 8 a 0 + 0 . 0 4 b 0 + 0 . 2 c 0 + d 0 + 3 4 . 4 ) − 4 0 a 1 = 0 . 8 a 0 − 1 0 + 0 . 2 ( 0 . 0 0 8 a 0 + 0 . 0 4 b 0 + 0 . 2 c 0 + d 0 + 3 4 . 4 ) + 4 0 = 0 . 1 6 a 0 + 0 . 8 b 0 − 1 2 = 0 . 0 3 2 a 0 + 0 . 1 6 b 0 + 0 . 2 c 0 − 1 2 . 4 = 0 . 0 0 6 4 a 0 + 0 . 0 3 2 b 0 + 0 . 1 6 c 0 + 0 . 8 d 0 − 1 2 . 4 8 = 0 . 8 0 1 6 a 0 + 0 . 0 0 8 b 0 + 0 . 0 4 c 0 + 0 . 2 d 0 + 3 6 . 8 8
Since
b 1 = b 0 c 1 = c 0 d 1 = 1 . 5 d 0 a 1 = 0 . 9 a 0 ⟹ 0 . 2 b 0 = 0 . 1 6 a 0 − 1 2 ⟹ 0 . 2 c 0 = 0 . 0 3 2 a 0 + 0 . 1 6 b 0 − 1 2 . 4 ⟹ 0 . 7 d 0 = 0 . 0 0 6 4 a 0 + 0 . 0 3 2 b 0 + 0 . 1 6 c 0 − 1 2 . 4 8 ⟹ − 0 . 0 9 8 4 a 0 + 0 . 0 0 8 b 0 + 0 . 0 4 c 0 + 0 . 2 d 0 + 3 6 . 8 8 = 0 ⟹ b 0 = 0 . 8 a 0 − 6 0 ⟹ c 0 = 0 . 8 a 0 − 1 1 0 ⟹ d 0 = 3 5 8 a 0 − 7 3 2 0 ⟹ a 0 = 1 6 0 0
Therefore c 0 = 0 . 8 a 0 − 1 1 0 = 1 1 7 0 .