document.write( "Question 213395This question is from textbook
\n" );
document.write( ": how many gallons of a 5% acid solution must be mixed with 5 gallons of a 10% solution to obtain a 7% solution ? \n" );
document.write( "
Algebra.Com's Answer #161194 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! how many gallons of a 5% acid solution must be mixed with 5 gallons of a 10% solution to obtain a 7% solution ? \n" ); document.write( ". \n" ); document.write( "Let x = gallons of 5% acid solution added \n" ); document.write( "then \n" ); document.write( ".05x + .10(5) = .07(x+5) \n" ); document.write( ".05x + .5 = .07x+.35 \n" ); document.write( ".5 = .02x+.35 \n" ); document.write( ".15 = .02x \n" ); document.write( ".15/.02 = x \n" ); document.write( "7.5 gallons = x \n" ); document.write( " \n" ); document.write( " |