document.write( "Question 551060: A chemist wants to make a 10% solution of fertilizer. How much water and how much of a 30% solution should the chemist mix to get 30L of a 10% solution? \n" ); document.write( "
Algebra.Com's Answer #359338 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
The key consideration with mixture problems is how much 'pure' stuff you need.
\n" ); document.write( "The chemist wants 30 liters of a 10% solution: 30 * .1 = 3 liters of pure fertilizer and 27 liters of water.
\n" ); document.write( "He has 30% solution on hand.
\n" ); document.write( ".
\n" ); document.write( "x = liters of 30% solution
\n" ); document.write( ".
\n" ); document.write( "30-x = liters of water to add, which is 0% pure fertilizer
\n" ); document.write( ".
\n" ); document.write( ".3*x + 0*(30-x) = .1*30
\n" ); document.write( ".
\n" ); document.write( ".3x = 3
\n" ); document.write( ".
\n" ); document.write( "x = 10 liters of 30% solution
\n" ); document.write( ".
\n" ); document.write( "30-x = 20 liters of pure water
\n" ); document.write( ".
\n" ); document.write( "Done.
\n" ); document.write( "
\n" );