document.write( "Question 817774: A chemist needs 2 liters of 14% solution. He has 10% solution and a 20% solution to form this mixture. How much of each should he use to get the mixture?
\n" );
document.write( "I have already found that he needs 0.8 liters of the 20% solution, I can't seem to get the first one. Thank you! \n" );
document.write( "
Algebra.Com's Answer #492258 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! x + y = 2 \n" ); document.write( ".10x +.20y = 2*.14 = .28 \n" ); document.write( "solve fist equation for x and substitute in second equation \n" ); document.write( ".10*(2 -y) +.20y = .28 \n" ); document.write( ".20 -.10y + .2oy = .28 \n" ); document.write( ".10y = .08 \n" ); document.write( "y = .8 and x = 1.2 \n" ); document.write( "so we need .8 liters of the 20% solution and 1.2 liters of the 10% solution \n" ); document.write( "check the answers by substituting in the second equation \n" ); document.write( ".10*1.2 +.20*.8 = .28 \n" ); document.write( ".12 + .16 = .28 \n" ); document.write( ".28 = .28 \n" ); document.write( "answers check \n" ); document.write( " \n" ); document.write( " |