Ratios question related to mixtures

63 Views Asked by At

Milkman A adds some quantity of water to a milk-water solution, and thereby the ratio of milk to water in the resulting solution gets inverted. Milkman B realizes this and adds some amount of pure milk to the resulting solution such that the ratio of milk to water in the final solution is the same as that in the original solution. If the value of antecedent and consequent in the ratio of milk and water in the original solution were natural numbers, what could be a possible value of the ratio of milk in the original and final solutions?

A) 1 : 5

B) 1 : 4

C) 1 : 3

D) 1 : 2

My approach:-

Let in the original mixture milk be 1 Liter and water be x Liter, ratio = 1:x Now water is added in this (say k liters) and by adding this the ratio reverses that is it becomes x:1, Now while adding water the amount of milk remains constant so basically the ratio changes from $x:x^2$ to $x:1$, therefore $k=1-x^2$

Now after this pure milk is added (lets say y liters), and ratio becomes back to 1:x, now by previous logic this, time water quantity remains constant, therefore our ratio is being changed from $x^2:x$ to $1:x$ giving an addition of $1-x^2$ liter of milk

So now we have , milk in original solution = 1 Liter and milk in final solution = $1+1-x^2$=$2-x^2$

the ratio becomes $$(1/(2-x^2))$$

Now checking each option:-

(A) $1/(2-x^2$) = 1/5 x coming out to be imaginary

(D) $1/(2-x^2$) = 1/2 here x=0 which is also not possible

Where am I going wrong ?