document.write( "Question 1124059: How much pure acid should be mixed with 7 gallons of a 50% acid solution in order to get an 80% acid solution? \n" ); document.write( "
Algebra.Com's Answer #740427 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! How much pure acid should be mixed with 7 gallons of a 50% acid solution in order to get an 80% acid solution? \n" ); document.write( ": \n" ); document.write( "let x = amt of pure acid \n" ); document.write( ": \n" ); document.write( "A typical mixture equation \n" ); document.write( "x + .50(7) = .8(x+7) \n" ); document.write( "x + 3.5 = .8x + 5.6 \n" ); document.write( "x - .8x = 5.6 - 3.5 \n" ); document.write( ".2x = 2.1 \n" ); document.write( "x = 2.1/.2 \n" ); document.write( "x = 10.5 gallons of pure acid required: \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "confirm this in the original equation \n" ); document.write( "10.5 + .5(7) = .8(10.5+7) \n" ); document.write( "10.5 + 3.5 = .8(17.5) \n" ); document.write( " |