document.write( "Question 927354: 1- Arielle needs 9 liters of a 65% solution of sulfuric acid for a research project molecular biology. He has two supplies of sulfuric acid solution: one is an unlimited supply of the 81% solution and the other an unlimited supply of the 45% solution. How many liters of each solution should Arielle use? \n" ); document.write( "
Algebra.Com's Answer #562915 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! 1- Arielle needs 9 liters of a 65% solution of sulfuric acid for a research project molecular biology. He has two supplies of sulfuric acid solution: one is an unlimited supply of the 81% solution and the other an unlimited supply of the 45% solution. How many liters of each solution should Arielle use? \n" ); document.write( "*** \n" ); document.write( "let x=amt of 81% solution to use \n" ); document.write( "9-x=amt of 45% solution to use \n" ); document.write( ".. \n" ); document.write( "81%x+45%(9-x)=65%*9 \n" ); document.write( ".81x+4.05-.45x=5.85 \n" ); document.write( ".36x=1.8 \n" ); document.write( "x=5 \n" ); document.write( "9-x=4 \n" ); document.write( "amt of 81% solution to use=5 liters \n" ); document.write( "amt of 45% solution to use=4 liters \n" ); document.write( " |