document.write( "Question 935579: Sheila needs 30 mL of a 19.2% acid solution for a chemistry experiment. She has a 12% acid solution and an 84% acid solution. How many milliliters of the 12% solution does she need to make the mixture?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #568824 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Sheila needs 30 mL of a 19.2% acid solution for a chemistry experiment. She has a 12% acid solution and an 84% acid solution. How many milliliters of the 12% solution does she need to make the mixture? \n" ); document.write( "*** \n" ); document.write( "let x=amount of 12% solution needed \n" ); document.write( "30-x=amount of 84% solution needed \n" ); document.write( ".. \n" ); document.write( "12%x+84%(30-x)=19.2%*30 \n" ); document.write( ".12x+25.2-.84x=5.76 \n" ); document.write( ".72x=19.44 \n" ); document.write( "x=27 \n" ); document.write( "How many milliliters of the 12% solution does she need to make the mixture? 27 \n" ); document.write( " |