document.write( "Question 354034: A dehydrated patient needs a 3.6% saline IV. Unfortunately, the hospital only has bags of 2% and 4% saline solutions. How many liters of each of these solutions should be mixed together to yield 1 liter of the desired concentration? \n" ); document.write( "
Algebra.Com's Answer #253069 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let 2% solution added be x liters \n" ); document.write( "4% will be 1-x liters \n" ); document.write( ".. \n" ); document.write( "mix = 3.6% 1 liter \n" ); document.write( "... \n" ); document.write( "0.02x +0.04(1-x)= 1*0.036 \n" ); document.write( "0.02x+0.040-0.04x=0.036 \n" ); document.write( "-0.02x=-0.004 \n" ); document.write( "x =0.2 liters of 2% solution \n" ); document.write( "balance -4% will be 0.8 liters \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |