document.write( "Question 940048: How much water must be evaporated from 15 qt of a 65% antifreeze solution to produce a 75% solution? \n" ); document.write( "
Algebra.Com's Answer #572857 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How much water must be evaporated from 15 qt of a 65% antifreeze solution to produce a 75% solution? \n" ); document.write( "*** \n" ); document.write( "let x=amount of water must be evaporated \n" ); document.write( "65%15=75%(15-x) \n" ); document.write( "9.75=11.25-.75x \n" ); document.write( ".75x=1.5 \n" ); document.write( "x=2 \n" ); document.write( "amount of water must be evaporated=2 qts \n" ); document.write( " |