document.write( "Question 363699: A radiator contains 7 qt of a 30% antifreeze solution. How much should be removed and replaced with pure antifreeze to yield a 40% solution? \n" ); document.write( "
Algebra.Com's Answer #259363 by amoresroy(361)\"\" \"About 
You can put this solution on YOUR website!
Let x = the amount of solution to be replaced with pure antifreeze\r
\n" ); document.write( "\n" ); document.write( "0.3(7-x) + x = .4(7)
\n" ); document.write( "2.1 -.3x + x = 2.8
\n" ); document.write( " .7x = 2.8-2.1
\n" ); document.write( " x = 1 qt
\n" ); document.write( "
\n" );