I have seen the suggested questions, but I'm supposed to solve this by introducing 2 variables and solve them simultaneously:
A cooling system in a particular car contains 7.5L of coolant, of which 33.33333...% is antifreeze
This I calculated to be 2.5 Litres
How much of the total solution must be drained and replaced with pure antifreeze so that the cooling system contains 50% antifreeze.
I could not find 2 variables to start with, and solving them simultaneously looks confusing.
Could you please explain what you do when you solve it? (All methods I tried ended up with x=0.)
I checked the answer key: 1.875L must replaced with pure antifreeze.
Thnx in advanced.
There is no need of two unknowns, you can work this out with just the amount to replace, let $r$.
Initially, $5\ell$ water, and $2.5\ell$ antifreeze.
After replacement, $(5-\frac23r)\ell$ water and $(2.5-\frac13 r+r)\ell$ coolant (because you remove the $\frac23/\frac13$ mixture).
Then the equation to be solved is
$$5-\frac23 r=2.5+\frac23r,$$ giving
$$r=\frac34\cdot2.5=1.875 \ell$$
Handling the problem with two variables looks pretty artificial to me. With a little bad faith, let $r$ be the amount of mixture removed, and $a$ the amount of pure antifreeze added. Then
$$\begin{cases}5-\dfrac23r=2.5-\dfrac13r+a,\\r=a.\end{cases}.$$