document.write( "Question 249901: how many ounces of 15% salt solution must be added to the 30 ounce of 70% salt solution to produce a 45% salt solution? \n" ); document.write( "
Algebra.Com's Answer #182026 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.30*70+.15x=.45(30+x)
\n" ); document.write( "21+.15x=13.5+.45x
\n" ); document.write( ".15x-.45x=13.5-21
\n" ); document.write( "-.3x=-7.5
\n" ); document.write( "x=-7.5/-.3
\n" ); document.write( "x=25 oz. of 15% salt is used.
\n" ); document.write( "Proof:
\n" ); document.write( ".30*70+.15*25=.45(30+25)
\n" ); document.write( "21+3.75=.45*55
\n" ); document.write( "24.75=24.75
\n" ); document.write( "
\n" );