A chemist is mixing a 20% \( \ce{NaCl} \) solution with a 35% \( \ce{NaCl} \) solution. The chemist wishes to make a mixture that is at least 30% \( \ce{NaCl} \)
but no more than 4 liters from the two types of solutions.
Let \(a\) be the volume of 20% \( \ce {NaCl}\), in liters, and \(b\) be the volume of 35% \( \ce{NaCl} \), in liters, in the mixture. Which of the following systems represents all of the constraints
that \(a\) and \(b\) must satisfy?
Let's break apart the meaning of the correct option:
$$
\begin{cases}
a>0 & \text{\tiny we need some amount of the 20\% NaCl solution; it cannot be negative} \\
b>0 &\text{\tiny we need some amount of the 35\% NaCl solution; it cannot be negative} \\
a+b\leq 4 &\text{\tiny the combined volume of solution is no more than 4 liters} \\
20a+35b \geq 30(a+b) & \text{\tiny the combined volume of NaCl needs to be greater than 30\%}
\end{cases}
$$
Perhaps the most confusing relationship involves the volume of NaCl:
$$20a+35b \geq 30(a+b)$$
In cases like this, we need to make sure the corresponding parts make sense as a whole.
$$\colorbox{aqua}{$20$}\colorbox{yellow}{$a$}+\colorbox{aqua}{$35$}\colorbox{yellow}{$b$} \geq \colorbox{aqua}{$30$}\colorbox{yellow}{$(a+b)$} \checkmark $$
Looking at structure is very important in mathematics. You've done it plenty of times, though it may be done without you expliciting thinking it. For example, would this be reasonable as written?
$$ 12 \text{ inches} + 5 \text{ inches} \ge 10 \text{ feet} $$
Similarly, the first two choices do not seem reasonable by the same logic.
$$ \colorbox{aqua}{$20$}\colorbox{yellow}{$a$}+\colorbox{aqua}{$35$}\colorbox{yellow}{$b$} \leq \colorbox{aqua}{$30$}   ✖$$
Mixture problems show up rarely on the SAT. It is not entirely necessary to memorize a seperate formula for it. Instead, treat it like a system of equations.
Make one equation for the total volume of solution and one equation for the total volume of the solute or identifiable substance (NaCl in our case).
$$ a + b \leq 4 \tag*{\tiny volume of solution}$$
The volume of NaCl is taken by multiplying the percent concentration with the volume of the solution. For example, 20% of solution \(a\) is NaCl. Therefore,
$$ 0.20\cdot a = \text{volume of NaCl in the 20\% solution} $$
Accordingly, the volume of NaCl equation:
$$ 0.20a+0.35b \geq .30(a+b) \tag*{\tiny volume of NaCl only} $$
We can multiply each term by 100 to avoid working with decimals.
$$ 20a+35b \geq 30(a+b) $$