document.write( "Question 346773: a chemist needs to make 30 ounce of a 25% alcohol sulution by mixing together a 15% alcohal with 40% solution. how much of each solution should she use \n" ); document.write( "
Algebra.Com's Answer #247958 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.40x+.15(30-x)=.25*30
\n" ); document.write( ".40x+4.5-.15x=7.5
\n" ); document.write( ".25x=7.5-4.5
\n" ); document.write( ".25x=3
\n" ); document.write( "x=3/.25
\n" ); document.write( "x=12 ounces of 40% solution is used.
\n" ); document.write( "30-12=18 ounces of 15% solution is used.
\n" ); document.write( "Proof:
\n" ); document.write( ".40*12+.15*18=.25*30
\n" ); document.write( "4.8+2.7=7.5
\n" ); document.write( "7.5=7.5
\n" ); document.write( "
\n" );