document.write( "Question 144066: A radiator specialist needs 10 gallons
\n" ); document.write( "of a solution of 50% antifreeze.
\n" ); document.write( "he has a container of 90% antifreeze
\n" ); document.write( "and he has a container 40% antifreeze
\n" ); document.write( "How many gallons of each solution should
\n" ); document.write( "he use to mix together to get 10 gallons of
\n" ); document.write( "50% antifreeze?
\n" ); document.write( "

Algebra.Com's Answer #104848 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=\"gallons of 90%\", so 10-x=\"gallons of 40%\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(90%)(x)+(40%)(10-x)=(50%)(10) __ multiplying by 10 and distributing __ 9x+40-4x=50\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtracting 40 __ 5x=10 __ x=2
\n" ); document.write( "
\n" );