document.write( "Question 521559: Find how many quarts of 5% milk and 1% milk should be mixed to yield 80 quarts of 4% milk \n" ); document.write( "
Algebra.Com's Answer #346518 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
.05f+.01*m=.04*80
\n" ); document.write( "f+m=80
\n" ); document.write( "f=60
\n" ); document.write( "m=20
\n" ); document.write( "
\n" ); document.write( "
\n" );