document.write( "Question 269787: How many gallons of a 30% salt solution must be added to 5 gallons of a 10% salt solution to yield a solution that is 17.5% salt? \n" ); document.write( "
Algebra.Com's Answer #197760 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.30X+.10*5=.175(X+5)
\n" ); document.write( ".30X+.5=.175X+.875
\n" ); document.write( ".30X-.175X=.875-.5
\n" ); document.write( ".125X=.375
\n" ); document.write( "X=.375/.125
\n" ); document.write( "X=3 GALLONS OF 30% SALT IS USED.
\n" ); document.write( "PROOF:
\n" ); document.write( ".30*3+.10*5=.175(3+5)
\n" ); document.write( ".9+.5=.175*8
\n" ); document.write( "1.4=1.4
\n" ); document.write( "
\n" );