document.write( "Question 1101213: Mr. Greycloud works in a lab at a pharmaceutical company. He needs to make 24 liters of a 39% acid solution to test a new product. His supplier only ships a 44% and a 32% solution. Mr. Greycloud decides to make the 39% solution by mixing the 44% solution with the 32% solution. How much of the 44% solution will Mr. Greycloud need to use?\r
\n" );
document.write( "\n" );
document.write( "A. 11 L
\n" );
document.write( "B. 24 L
\n" );
document.write( "C. 10 L
\n" );
document.write( "D. 14 L \n" );
document.write( "
Algebra.Com's Answer #715757 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+y=24, \n" ); document.write( "0.44*x+0.32*y=0.39*24 \n" ); document.write( "0.44*x+0.32*y=9.36 \n" ); document.write( "x=24-y \n" ); document.write( "0.44*(24-y)+0.32*y=9.36 \n" ); document.write( "10.56-0.44y+0.32*y=9.36 \n" ); document.write( "-0.12*y=-1.2 \n" ); document.write( "We now know amount of solution at 32% \n" ); document.write( "y=10.0 liters at 32% \n" ); document.write( "x=24-y \n" ); document.write( "We now know amount of solution at 44% \n" ); document.write( "x=14.0 liters at 44% \n" ); document.write( "check \n" ); document.write( "0.44*14.0+0.32*10.0=0.39*24 \n" ); document.write( "6.16+3.2=9.36 \n" ); document.write( "9.36=9.36 \n" ); document.write( "ok\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |