document.write( "Question 772799: can someone help me please with this problem \r
\n" );
document.write( "\n" );
document.write( " To set up a chemistry lab experiment, you need to make 400 mL of 15% nitric acid solution. You have 20% and 5% nitric acid solutions available. How much of each will you use to make up the required solution?
\n" );
document.write( "a) mL of 20% solution (nearest integer):
\n" );
document.write( "b) mL of 5% solution (nearest integer): \n" );
document.write( "
Algebra.Com's Answer #471116 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! To set up a chemistry lab experiment, you need to make 400 mL of 15% nitric acid solution. You have 20% and 5% nitric acid solutions available. How much of each will you use to make up the required solution? \n" ); document.write( "*** \n" ); document.write( "let x=amount of 5% solution to use \n" ); document.write( "400-x=amount of 20% solution to use \n" ); document.write( ".. \n" ); document.write( "5%x+20%(400-x)=15%*400 \n" ); document.write( ".05x+80-.20x=60 \n" ); document.write( ".15x=20 \n" ); document.write( "x=400/3 \n" ); document.write( "400-x=800/3 \n" ); document.write( "amount of 5% solution to use=400/3 ml \n" ); document.write( "amount of 20% solution to use=800/3 ml \n" ); document.write( " |