document.write( "Question 915975: What quantity, x, of a 30% acid solution must be mixed with a 35% acid solution to produce 5000mL of a 31.5% solution?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #555872 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What quantity, x, of a 30% acid solution must be mixed with a 35% acid solution to produce 5000mL of a 31.5% solution? \n" ); document.write( "*** \n" ); document.write( "x=amt of 30% solution to mix \n" ); document.write( "5000-x=amt of 35% solution to mix \n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "30%x+35%(5000-x)=31.5%*5000 \n" ); document.write( ".30x+.35(5000-x)=.315*5000 \n" ); document.write( ".30x+1750-.35x=1575 \n" ); document.write( ".05x=175 \n" ); document.write( "x=3500 \n" ); document.write( "5000-x=1500 \n" ); document.write( "amt of 30% solution to mix=3500 mL \n" ); document.write( "amt of 35% solution to mix=1500 mL \n" ); document.write( " |