Four persons A , B , C , D start with certain volumes of water in each of their water containers (the volumes of water in each of the four containers are not necessarily the same). The total volume of water in all the four containers is 4 Litres. Now A transfers 2 0 % of the water in his container to B 's container. Next, B transfers 3 0 % of his new volume of water to C 's container. Then C transfers 4 0 % of his new volume of water to D 's container. To complete the cycle, D transfers 5 0 % of his new volume of water to A 's container. After the four transfers, and upon inspecting the final volume in each of the containers, it is found that the volume of water in A 's container has increased by a certain percentage r % , where r > 0 , while the volume of water in C 's container has decreased by the same percentage r % . Meanwhile the final volumes in B 's and D 's containers remained the same as the starting volumes. Find the percentage r , and the final volume of water V A in A 's container in Litres. Enter r + V A
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.
Let a , b , c , and d be the starting amount of water in A , B , C , and D 's containers, respectively.
Since the total volume of water in all the four containers is 4 liters, a + b + c + d = 4 .
After A transfers 2 0 % of his water to B , A has 0 . 8 a and B has b + 0 . 2 a .
After B transfers 3 0 % of his water to C , B has 0 . 7 ( b + 0 . 2 a ) and C has c + 0 . 3 ( b + 0 . 2 a ) .
After C transfers 4 0 % of his water to D , C has 0 . 6 ( c + 0 . 3 ( b + 0 . 2 a ) ) and D has d + 0 . 4 ( c + 0 . 3 ( b + 0 . 2 a ) ) .
After D transfers 5 0 % of his water to A , D has 0 . 5 ( d + 0 . 4 ( c + 0 . 3 ( b + 0 . 2 a ) ) ) and A has 0 . 8 a + 0 . 5 ( d + 0 . 4 ( c + 0 . 3 ( b + 0 . 2 a ) ) ) .
Since B has the same amount that he started with, b = 0 . 7 ( b + 0 . 2 a ) , which solves to b = 1 5 7 a .
Since D has the same amount that he started with, d = 0 . 5 ( d + 0 . 4 ( c + 0 . 3 ( b + 0 . 2 a ) ) ) , which after substituting b = 1 5 7 a rearranges to d = 0 . 4 c + 0 . 0 8 a .
Substituting d = 4 − a − b − c and b = 1 5 7 a into d = 0 . 4 c + 0 . 0 8 a gives c = 7 2 0 − 1 0 5 1 1 6 a .
Since A 's water increased by r % and B 's water decreased by r % , r = a 1 0 0 ( 0 . 8 a + 0 . 5 ( d + 0 . 4 ( c + 0 . 3 ( b + 0 . 2 a ) ) ) − a ) = c 1 0 0 ( c − 0 . 6 ( c + 0 . 3 ( b + 0 . 2 a ) ) ) .
Substituting 0 . 5 ( d + 0 . 4 ( c + 0 . 3 ( b + 0 . 2 a ) ) ) = d = 0 . 4 c + 0 . 0 8 a , then b = 1 5 7 a , and then c = 7 2 0 − 1 0 5 1 1 6 a into the above equation and then rearranging gives 1 3 0 3 9 a 2 − 4 4 2 2 0 a + 3 6 0 0 0 = 0 , which has solutions of a = 5 9 1 2 0 and a = 2 2 1 3 0 0 .
If a = 5 9 1 2 0 , then b = 1 5 7 a = 5 9 5 6 , c = 7 2 0 − 1 0 5 1 1 6 a = 5 9 3 6 , and r = c 1 0 0 ( c − 0 . 6 ( c + 0 . 3 ( b + 0 . 2 a ) ) ) = 0 . However, r > 0 , so this cannot be a solution.
If a = 2 2 1 3 0 0 , then b = 1 5 7 a = 2 2 1 1 4 0 , c = 7 2 0 − 1 0 5 1 1 6 a = 2 2 1 3 0 0 , d = 0 . 4 c + 0 . 0 8 a = 2 2 1 1 4 4 , and r = c 1 0 0 ( c − 0 . 6 ( c + 0 . 3 ( b + 0 . 2 a ) ) ) = 2 8 .
Therefore, V A = 0 . 8 a + 0 . 5 ( d + 0 . 4 ( c + 0 . 3 ( b + 0 . 2 a ) ) ) = 2 2 1 3 8 4 , so r + V A = 2 8 + 2 2 1 3 8 4 = 2 2 1 6 5 7 2 = 2 9 . 7 3 7 6 .
Problem Loading...
Note Loading...
Set Loading...
Let the vector X ( k ) be defined as:
X ( k ) = ⎣ ⎢ ⎢ ⎡ V A ( k ) V B ( k ) V C ( k ) V D ( k ) ⎦ ⎥ ⎥ ⎤
That is, X ( k ) is the vector of volumes in the four containers after the k -th transfer. Each transfer can be modelled by a matrix T k multiplying X ( k − 1 ) such their product is X ( k ) , hence,
X ( k ) = T k X ( k − 1 ) , k = 1 , 2 , 3 , 4
It follows by iteration that,
X ( 4 ) = T 4 T 3 T 2 T 1 X ( 0 ) = T x ( 0 )
Note that the entries of X ( 0 ) are unknown, only that their sum is 4 .
Now the matrix T 1 , T 2 , T 3 , T 4 are given by
T 1 = ⎣ ⎢ ⎢ ⎡ 0 . 8 0 . 2 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ⎦ ⎥ ⎥ ⎤
T 2 = ⎣ ⎢ ⎢ ⎡ 1 0 0 0 0 0 . 7 0 . 3 0 0 0 1 0 0 0 0 1 ⎦ ⎥ ⎥ ⎤
T 3 = ⎣ ⎢ ⎢ ⎡ 1 0 0 0 0 1 0 0 0 0 0 . 6 0 . 4 0 0 0 1 ⎦ ⎥ ⎥ ⎤
T 4 = ⎣ ⎢ ⎢ ⎡ 1 0 0 0 0 1 0 0 0 0 1 0 0 . 5 0 0 0 . 5 ⎦ ⎥ ⎥ ⎤
So that their product T is given by
T = T 4 T 3 T 2 T 1 = ⎣ ⎢ ⎢ ⎡ 0 . 8 1 2 0 . 1 4 0 . 0 3 6 0 . 0 1 2 0 . 0 6 0 . 7 0 . 1 8 0 . 0 6 0 . 2 0 0 . 6 0 . 2 0 . 5 0 0 0 . 5 ⎦ ⎥ ⎥ ⎤
Now we have an explicit expression relating X ( 4 ) with X ( 0 ) . On the other hand, we are given that
X ( 4 ) = G X ( 0 )
Where G is the following diagonal matrix:
G = ⎣ ⎢ ⎢ ⎡ 1 + R 0 0 0 0 1 0 0 0 0 1 − R 0 0 0 0 1 ⎦ ⎥ ⎥ ⎤
Where R = 1 0 0 r is the fraction corresponding to the percentage r .
Thus we have
X ( 4 ) = T X ( 0 ) = G X ( 0 )
That is,
( T − G ) X ( 0 ) = 0
This equation will have non-trivial (i.e. non-zero) solutions if and only if the matrix ( T − G ) is singular.
The matrix T − G is given by:
T − G = ⎣ ⎢ ⎢ ⎡ 0 . 8 1 2 − ( 1 + R ) 0 . 1 4 0 . 0 3 6 0 . 0 1 2 0 . 0 6 ( 0 . 7 − 1 ) 0 . 1 8 0 . 0 6 0 . 2 0 0 . 6 − ( 1 − R ) 0 . 2 0 . 5 0 0 0 . 5 − 1 ⎦ ⎥ ⎥ ⎤ = ⎣ ⎢ ⎢ ⎡ − 0 . 1 8 8 − R 0 . 1 4 0 . 0 3 6 0 . 0 1 2 0 . 0 6 − 0 . 3 0 . 1 8 0 . 0 6 0 . 2 0 − 0 . 4 + R 0 . 2 0 . 5 0 0 − 0 . 5 ⎦ ⎥ ⎥ ⎤
The computation of the determinant of T − G is a tedious job and is best done with the aid of a computer program. The result is
∣ T − G ∣ = − 0 . 1 5 R 2 + 0 . 0 4 2 R
Setting this to zero, results in R = 0 or R = 0 . 2 8 . Since we're given that r > 0 , then R = 0 . 2 8 which means r = 2 8 is the required percentage.
We're not done yet. We need to find X ( 0 ) , and this is also a tedious task without the help of a computer program or online app such as the well-known www.wolframalpha.com
Of course, there are infinite solutions, but the normalized one (in the sense that the sum of its entries is 1 ), is
X ( 0 ) = ⎣ ⎢ ⎢ ⎡ 0 . 3 3 9 3 6 6 5 1 6 0 . 1 5 8 3 7 1 0 4 1 0 . 3 3 9 3 6 6 5 1 6 0 . 1 6 2 8 9 5 9 2 8 ⎦ ⎥ ⎥ ⎤
Multiplying the first entry (since we're interested in A 's volume ) by 4 results in X ( 0 ) 1 = 1 . 3 5 7 4 6 6 0 6 3
The corresponding final volume is ( 1 + 1 0 0 2 8 ) ( 1 . 3 5 7 4 6 6 0 6 3 ) = 1 . 7 3 7 5 5 6 5 6 1
This makes the answer = 2 8 + 1 . 7 3 7 5 5 6 5 6 1 ≈ 2 9 . 7 3 7