document.write( "Question 991430: A nurse has two solutions that contain different concentrations of a certain medication. One is a 20% concentration and the other is a 5% concentration. How many cubic centimeters of each should he mix to obtain 10 cc of a 8% solution \n" ); document.write( "
Algebra.Com's Answer #611453 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Do it like this one: \n" ); document.write( " ========================================= \n" ); document.write( " A large solar heating panel requires 110 gallons of a fluid that is 40% antifreeze. The fluid comes in either a 65% solution or a 20% solution. How many gallons of each should be used to prepare the 110-gallon solution? \n" ); document.write( " ==================== \n" ); document.write( " s = amount of 65% \n" ); document.write( " t = amount of 20% \n" ); document.write( " ---- \n" ); document.write( " s + t = 111 (total solution) \n" ); document.write( " 65s + 20t = 40*110 (total antifreeze) \n" ); document.write( " |