document.write( "Question 846138: How many liters of each .5% saline solution and 2% saline to produce 10 liters of .9% saline?\r
\n" );
document.write( "\n" );
document.write( "I tried this using decimals but it came out to a negative number. I have the answer in the book but it is in fractions. Thank you! \n" );
document.write( "
Algebra.Com's Answer #509637 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How many liters of each .5% saline solution and 2% saline to produce 10 liters of .9% saline? \n" ); document.write( "*** \n" ); document.write( "let x=amt of .5% solution \n" ); document.write( "10-x=amt of 2% solution \n" ); document.write( ".. \n" ); document.write( ".5%x+2%(10-x)=.9%*10 \n" ); document.write( ".005x+.02(10-x)=.009*10 \n" ); document.write( ".005x+.20-.02x=.09 \n" ); document.write( ".015x=110 \n" ); document.write( "x=110/.015=22/3 \n" ); document.write( "10-x=30/3-22/3=8/3 \n" ); document.write( "amt of .5% solution=22/3 liters \n" ); document.write( "amt of 2% solution=8/3 liters \n" ); document.write( " |