Four consecutive volumetric transfers

Algebra Level 5

Four persons A , B , C , D 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 4 Litres. Now A A transfers 20 % 20\% of the water in his container to B B 's container. Next, B B transfers 30 % 30\% of his new volume of water to C C 's container. Then C C transfers 40 % 40\% of his new volume of water to D D 's container. To complete the cycle, D D transfers 50 % 50\% of his new volume of water to A 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 A 's container has increased by a certain percentage r % r \% , where r > 0 r \gt 0 , while the volume of water in C C 's container has decreased by the same percentage r % r \% . Meanwhile the final volumes in B B 's and D D 's containers remained the same as the starting volumes. Find the percentage r r , and the final volume of water V A V_A in A A 's container in Litres. Enter r + V A r + V_A


The answer is 29.737.

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.

2 solutions

Hosam Hajjir
May 7, 2021

Let the vector X ( k ) X(k) be defined as:

X ( k ) = [ V A ( k ) V B ( k ) V C ( k ) V D ( k ) ] X(k) = \begin{bmatrix} V_A(k) \\ V_B(k) \\ V_C(k) \\ V_D(k) \end{bmatrix}

That is, X ( k ) X(k) is the vector of volumes in the four containers after the k k -th transfer. Each transfer can be modelled by a matrix T k T_k multiplying X ( k 1 ) X(k-1) such their product is X ( k ) X(k ) , hence,

X ( k ) = T k X ( k 1 ) , k = 1 , 2 , 3 , 4 X(k) = T_k X(k-1) , \hspace{24pt} 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 ) X(4) = T_4 T_3 T_2 T_1 X(0) = T x(0)

Note that the entries of X ( 0 ) X(0) are unknown, only that their sum is 4 4 .

Now the matrix T 1 , T 2 , T 3 , T 4 T_1 , T_2, T_3, T_4 are given by

T 1 = [ 0.8 0 0 0 0.2 1 0 0 0 0 1 0 0 0 0 1 ] T_1 = \begin{bmatrix} 0.8 && 0 && 0 && 0 \\ 0.2 && 1 && 0 && 0 \\ 0 && 0 && 1 && 0 \\ 0 && 0 && 0 && 1 \end{bmatrix}

T 2 = [ 1 0 0 0 0 0.7 0 0 0 0.3 1 0 0 0 0 1 ] T_2 = \begin{bmatrix} 1 && 0 && 0 && 0 \\ 0 && 0.7 && 0 && 0 \\ 0 && 0.3 && 1 && 0 \\ 0 && 0 && 0 && 1 \end{bmatrix}

T 3 = [ 1 0 0 0 0 1 0 0 0 0 0.6 0 0 0 0.4 1 ] T_3 = \begin{bmatrix} 1 && 0 && 0 && 0 \\ 0 && 1 && 0 && 0 \\ 0 && 0 && 0.6 && 0 \\ 0 && 0 && 0.4 && 1 \end{bmatrix}

T 4 = [ 1 0 0 0.5 0 1 0 0 0 0 1 0 0 0 0 0.5 ] T_4 = \begin{bmatrix} 1 && 0 && 0 && 0.5 \\ 0 && 1 && 0 && 0 \\ 0 && 0 && 1 && 0 \\ 0 && 0 && 0 && 0.5 \end{bmatrix}

So that their product T T is given by

T = T 4 T 3 T 2 T 1 = [ 0.812 0.06 0.2 0.5 0.14 0.7 0 0 0.036 0.18 0.6 0 0.012 0.06 0.2 0.5 ] T = T_4 T_3 T_2 T_1 = \begin{bmatrix} 0.812&&0.06&&0.2&&0.5\\ 0.14&&0.7&&0&& 0\\ 0.036&& 0.18&& 0.6&& 0\\ 0.012&& 0.06&& 0.2&& 0.5\end{bmatrix}

Now we have an explicit expression relating X ( 4 ) X(4) with X ( 0 ) X(0) . On the other hand, we are given that

X ( 4 ) = G X ( 0 ) X(4) = G X(0)

Where G 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 ] G = \begin{bmatrix} 1 + R && 0 && 0 && 0 \\ 0&& 1 && 0 &&0 \\ 0 && 0&&1 - R && 0 \\ 0 && 0 && 0 && 1 \end{bmatrix}

Where R = r 100 R = \dfrac{r}{100} is the fraction corresponding to the percentage r r .

Thus we have

X ( 4 ) = T X ( 0 ) = G X ( 0 ) X(4) = T X(0) = G X(0)

That is,

( T G ) X ( 0 ) = 0 (T - G) X(0) = 0

This equation will have non-trivial (i.e. non-zero) solutions if and only if the matrix ( T G ) (T - G) is singular.

The matrix T G T - G is given by:

T G = [ 0.812 ( 1 + R ) 0.06 0.2 0.5 0.14 ( 0.7 1 ) 0 0 0.036 0.18 0.6 ( 1 R ) 0 0.012 0.06 0.2 0.5 1 ] = [ 0.188 R 0.06 0.2 0.5 0.14 0.3 0 0 0.036 0.18 0.4 + R 0 0.012 0.06 0.2 0.5 ] T - G = \begin{bmatrix} 0.812 - (1 + R) &&0.06&&0.2&&0.5\\ 0.14&&(0.7 - 1)&&0&& 0\\ 0.036&& 0.18&& 0.6 - (1 - R) && 0\\ 0.012&& 0.06&& 0.2&& 0.5 - 1 \end{bmatrix} = \begin{bmatrix} -0.188 - R &&0.06 &&0.2 &&0.5\\ 0.14 &&-0.3 && 0 && 0\\ 0.036 && 0.18 && -0.4 + R && 0\\ 0.012 &&0.06 && 0.2 && -0.5 \end{bmatrix}

The computation of the determinant of T G T - G is a tedious job and is best done with the aid of a computer program. The result is

T G = 0.15 R 2 + 0.042 R | T - G | = -0.15 R^2 + 0.042 R

Setting this to zero, results in R = 0 R = 0 or R = 0.28 R = 0.28 . Since we're given that r > 0 r \gt 0 , then R = 0.28 R = 0.28 which means r = 28 r = 28 is the required percentage.

We're not done yet. We need to find X ( 0 ) 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 1 ), is

X ( 0 ) = [ 0.339366516 0.158371041 0.339366516 0.162895928 ] X(0) = \begin{bmatrix} 0.339366516 \\ 0.158371041 \\ 0.339366516 \\ 0.162895928 \end{bmatrix}

Multiplying the first entry (since we're interested in A A 's volume ) by 4 4 results in X ( 0 ) 1 = 1.357466063 X(0)_1 = 1.357466063

The corresponding final volume is ( 1 + 28 100 ) ( 1.357466063 ) = 1.737556561 (1+\dfrac{28}{100}) (1.357466063) = 1.737556561

This makes the answer = 28 + 1.737556561 29.737 = 28 + 1.737556561 \approx \boxed{29.737}

David Vreken
May 19, 2021

Let a a , b b , c c , and d d be the starting amount of water in A A , B B , C C , and D D 's containers, respectively.

Since the total volume of water in all the four containers is 4 4 liters, a + b + c + d = 4 a + b + c + d = 4 .

After A A transfers 20 % 20\% of his water to B B , A A has 0.8 a 0.8a and B B has b + 0.2 a b + 0.2a .

After B B transfers 30 % 30\% of his water to C C , B B has 0.7 ( b + 0.2 a ) 0.7(b + 0.2a) and C C has c + 0.3 ( b + 0.2 a ) c + 0.3(b + 0.2a) .

After C C transfers 40 % 40\% of his water to D D , C C has 0.6 ( c + 0.3 ( b + 0.2 a ) ) 0.6(c + 0.3(b + 0.2a)) and D D has d + 0.4 ( c + 0.3 ( b + 0.2 a ) ) d + 0.4(c + 0.3(b + 0.2a)) .

After D D transfers 50 % 50\% of his water to A A , D D has 0.5 ( d + 0.4 ( c + 0.3 ( b + 0.2 a ) ) ) 0.5(d + 0.4(c + 0.3(b + 0.2a))) and A A has 0.8 a + 0.5 ( d + 0.4 ( c + 0.3 ( b + 0.2 a ) ) ) 0.8a + 0.5(d + 0.4(c + 0.3(b + 0.2a))) .

Since B B has the same amount that he started with, b = 0.7 ( b + 0.2 a ) b = 0.7(b + 0.2a) , which solves to b = 7 15 a b = \frac{7}{15}a .

Since D D has the same amount that he started with, d = 0.5 ( d + 0.4 ( c + 0.3 ( b + 0.2 a ) ) ) d = 0.5(d + 0.4(c + 0.3(b + 0.2a))) , which after substituting b = 7 15 a b = \frac{7}{15}a rearranges to d = 0.4 c + 0.08 a d = 0.4c + 0.08a .

Substituting d = 4 a b c d = 4 - a - b - c and b = 7 15 a b = \frac{7}{15}a into d = 0.4 c + 0.08 a d = 0.4c + 0.08a gives c = 20 7 116 105 a c = \frac{20}{7} - \frac{116}{105}a .

Since A A 's water increased by r % r\% and B B 's water decreased by r % r\% , r = 100 a ( 0.8 a + 0.5 ( d + 0.4 ( c + 0.3 ( b + 0.2 a ) ) ) a ) = 100 c ( c 0.6 ( c + 0.3 ( b + 0.2 a ) ) ) r = \frac{100}{a}(0.8a + 0.5(d + 0.4(c + 0.3(b + 0.2a))) - a) = \frac{100}{c}(c - 0.6(c + 0.3(b + 0.2a))) .

Substituting 0.5 ( d + 0.4 ( c + 0.3 ( b + 0.2 a ) ) ) = d = 0.4 c + 0.08 a 0.5(d + 0.4(c + 0.3(b + 0.2a))) = d = 0.4c + 0.08a , then b = 7 15 a b = \frac{7}{15}a , and then c = 20 7 116 105 a c = \frac{20}{7} - \frac{116}{105}a into the above equation and then rearranging gives 13039 a 2 44220 a + 36000 = 0 13039a^2 - 44220a + 36000 = 0 , which has solutions of a = 120 59 a = \frac{120}{59} and a = 300 221 a = \frac{300}{221} .

If a = 120 59 a = \frac{120}{59} , then b = 7 15 a = 56 59 b = \frac{7}{15}a = \frac{56}{59} , c = 20 7 116 105 a = 36 59 c = \frac{20}{7} - \frac{116}{105}a = \frac{36}{59} , and r = 100 c ( c 0.6 ( c + 0.3 ( b + 0.2 a ) ) ) = 0 r = \frac{100}{c}(c - 0.6(c + 0.3(b + 0.2a))) = 0 . However, r > 0 r > 0 , so this cannot be a solution.

If a = 300 221 a = \frac{300}{221} , then b = 7 15 a = 140 221 b = \frac{7}{15}a = \frac{140}{221} , c = 20 7 116 105 a = 300 221 c = \frac{20}{7} - \frac{116}{105}a = \frac{300}{221} , d = 0.4 c + 0.08 a = 144 221 d = 0.4c + 0.08a = \frac{144}{221} , and r = 100 c ( c 0.6 ( c + 0.3 ( b + 0.2 a ) ) ) = 28 r = \frac{100}{c}(c - 0.6(c + 0.3(b + 0.2a))) = 28 .

Therefore, V A = 0.8 a + 0.5 ( d + 0.4 ( c + 0.3 ( b + 0.2 a ) ) ) = 384 221 V_A = 0.8a + 0.5(d + 0.4(c + 0.3(b + 0.2a))) = \frac{384}{221} , so r + V A = 28 + 384 221 = 6572 221 = 29.7376 r + V_A = 28 + \frac{384}{221} = \frac{6572}{221} = \boxed{29.7376} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...