document.write( "Question 201461: A butcher has some hamburger that is 20% fat and some hamburger that is 12% fat. How many pounds of each should be mixed to make 80 lb of hamburger that is 17% fat? \n" ); document.write( "
Algebra.Com's Answer #151664 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! .20X+.12(80-X)=.17*80 \n" ); document.write( ".20X+9.6-.12X=13.6 \n" ); document.write( ".08X=13.6-9.6 \n" ); document.write( ".08X=4 \n" ); document.write( "X=4/.08 \n" ); document.write( "X=50 POUNDS OF 20% FAT IS USED. \n" ); document.write( "80-50=30 POUNDS OF 12 % FAT IS USED. \n" ); document.write( "PROOF: \n" ); document.write( ".20*50+.12*30=13.6 \n" ); document.write( "10+3.6=13.6 \n" ); document.write( "13.6=13.6 \n" ); document.write( " \n" ); document.write( " |