document.write( "Question 159330: how much pure acid should be mixed with 8 gallons of 50% acid solution to get an 80% solution? \n" ); document.write( "
Algebra.Com's Answer #117462 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! how much pure acid should be mixed with 8 gallons of 50% acid solution to get an 80% solution? \n" ); document.write( ". \n" ); document.write( "Let x = amount of pure acid added \n" ); document.write( ". \n" ); document.write( "\"amt of acid added\" + \"amt of acid in 50%\" = \"desired amt of acid in mix\" \n" ); document.write( "x + .50(8) = .80(x+8) \n" ); document.write( "x + 4 = .80x + 6.4 \n" ); document.write( ".20x = 2.4 \n" ); document.write( "x = 12 gallons \n" ); document.write( " \n" ); document.write( " |