Bunuel
The strength of a salt solution is p% if 100 ml of the solution contains p grams of salt. If three salt solutions A, B, C are mixed in the proportion 1 : 2 : 3, then the resulting solution has strength 20%. If instead the proportion is 3 : 2 : 1, then the resulting solution has strength 30%. A fourth solution, D, is produced by mixing B and C in the ratio 2 : 7. What is the ratio of the strength of D to that of A ?
A. 3 : 10
B. 1 : 3
C. 2 : 5
D. 1 : 4
E. 1 : 5
Are You Up For the Challenge: 700 Level QuestionsGiven:
1. The strength of a salt solution is p% if 100 ml of the solution contains p grams of salt.
2. If three salt solutions A, B, C are mixed in the proportion 1 : 2 : 3, then the resulting solution has strength 20%.
3. If instead the proportion is 3 : 2 : 1, then the resulting solution has strength 30%.
4. A fourth solution, D, is produced by mixing B and C in the ratio 2 : 7.
Asked: What is the ratio of the strength of D to that of A ?
Let the strength of solutions A, B & C be x%, y% & z% respectively
2. If three salt solutions A, B, C are mixed in the proportion 1 : 2 : 3, then the resulting solution has strength 20%.
(x + 2y + 3z) / 6 = 20
x + 2y + 3z = 120 (1)
3. If instead the proportion is 3 : 2 : 1, then the resulting solution has strength 30%.
3x + 2y + z = 180 (2)
(1) + (2)
4x + 4y + 4z = 300
x + y + z = 75 (3)
2*(3) - (1)
x - z = 30
x = z + 30
z = x - 30 (5)
y = 75 - x - z = 75 - x - (x-30) = 105 - 2x (6)
4. A fourth solution, D, is produced by mixing B and C in the ratio 2 : 7.
Strength of D = (2y +7z)/9
The ratio of the strength of D to that of A = (2y + 7z)/9x = {2(105 -2x) +7(x-30)} / 9x = (210 - 4x + 7x - 210 )/9x = 3x/9x = 1/3
IMO B