document.write( "Question 534094: A dehydrated patient needs a 3.82% saline IV. Unfortunately, the hospital only has bags of 4% and 3% saline solutions. How many liters of each of these solutions should be mixed together to yield 5 liters of the desired concentration? \n" ); document.write( "
Algebra.Com's Answer #351308 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A dehydrated patient needs a 3.82% saline IV. Unfortunately, the hospital only has bags of 4% and 3% saline solutions. How many liters of each of these solutions should be mixed together to yield 5 liters of the desired concentration? \n" ); document.write( "** \n" ); document.write( "let x=liters of 4% solutions to be mixed with the 3% solution \n" ); document.write( "5-x=liters of 3% solution to be mixed with the 4% solution \n" ); document.write( ".. \n" ); document.write( "4%(x)+3%(5-x)=3.82%(5) \n" ); document.write( ".04x+.15-.03x=.191 \n" ); document.write( ".01x=.041 \n" ); document.write( "x=4.1 \n" ); document.write( "5-x=0.9 \n" ); document.write( "ans: \n" ); document.write( "4.1 liters of 4% solution to be mixed \n" ); document.write( "0.9 liters of 3% solution to be mixed \n" ); document.write( " |