document.write( "Question 211022: How many gallons of a 12% salt solution must be mixed with 6 gallons of a 20% salt solution to obtain a 15% salt solution? \n" ); document.write( "
Algebra.Com's Answer #159437 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! .12x+.20*6=.15(x+6) \n" ); document.write( ".12x+1.2=.15x+.9 \n" ); document.write( ".12x-.15x=.9-1.2 \n" ); document.write( "-.03x=-.3 \n" ); document.write( "x=-.3/-.03 \n" ); document.write( "x=10 gallons of 12% salt is used. \n" ); document.write( "Proof: \n" ); document.write( ".12*10+.20*6=.15(10+6) \n" ); document.write( "1.2+1.2=.15*16 \n" ); document.write( "2.4=2.4 \n" ); document.write( " \n" ); document.write( " |