document.write( "Question 572476: how much pure acid must be added to 6 gallons of 4% acid solution to make 20% acid solution?\r
\n" );
document.write( "\n" );
document.write( "So far I have let x +6 *.04 ?? not sure if this correct \n" );
document.write( "
Algebra.Com's Answer #368408 by nerdybill(7384) You can put this solution on YOUR website! how much pure acid must be added to 6 gallons of 4% acid solution to make 20% acid solution? \n" ); document.write( ". \n" ); document.write( "Let x = amount (gallons) of pure acid added \n" ); document.write( "then \n" ); document.write( "\"pure acid\" + \"acid in 4% solution\" = 20% of total mixture \n" ); document.write( "x + .04(6) = .20(6+x) \n" ); document.write( "x + .24 = 1.2+.20x \n" ); document.write( ".80x + .24 = 1.2 \n" ); document.write( ".80x = 0.96 \n" ); document.write( "x = 1.2 gallons \n" ); document.write( " \n" ); document.write( " |