document.write( "Question 148043: please help me solve this problem,\r
\n" );
document.write( "\n" );
document.write( "Ten gallons of a 30% acid solution is obtained by mixing a 20% solution with a 50% solution. How much of each must be used? \n" );
document.write( "
Algebra.Com's Answer #108421 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"gallons of 20%\", so 10-x=\"gallons of 50%\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(20%)(x)+(50%)(10-x)=(30%)(10) Multiplying by 10 __ 2x+50-5x=30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting 50 __ -3x=-20 __ dividing by -3 __ x=20/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ 10-(20/3)=10/3 \n" ); document.write( " |