document.write( "Question 268790: How much 3.5% milk and 1.0% milk must be mixed to produce 220 gallons of 2.0% milk? \n" ); document.write( "
Algebra.Com's Answer #196983 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 3.5%=.035 TIMES SOME NUMBER OF GALLONS PLUS 1%=.01 TIMES THE REST OF THE GALLONS (220-X) RESULTS IN THE 2% OR .O2 TIMES THE ENTIRE 220 GALLONS. \n" ); document.write( "---------------------------------------------------------------------------- \n" ); document.write( ".035x+.01(220-x)=.02*220 \n" ); document.write( ".035x+2.2-.01x=4.4 \n" ); document.write( ".025x=4.4-2.2 (.035x-.010x=.025x) \n" ); document.write( ".025x=2.2 \n" ); document.write( "x=2.2/.025 \n" ); document.write( "x=88 gallons of 3.5% milk is used. \n" ); document.write( "220-88=132 gallons of 1% is used. \n" ); document.write( "Proof: \n" ); document.write( ".035*88+.01*132=.02*220 \n" ); document.write( "3.08+1.32=4.4 \n" ); document.write( "4.4=4.4 \n" ); document.write( " |