document.write( "Question 274675: A meat market manager mixes hamburger having 30% fat content with ground round that has 10% fat content in order to obtain 400 pounds of meat with 25% fat content. How much beef of each type should the manager use?\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #200477 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! .30x+.10(400-x)=.25*400 \n" ); document.write( ".30x+40-.10x=100 \n" ); document.write( ".20x=100-40 \n" ); document.write( ".20x=60 \n" ); document.write( "x=60/.20 \n" ); document.write( "x=300 pounds of 25% hamburger is used. \n" ); document.write( "400-300=100 pounds of hamburgers is used. \n" ); document.write( "Proof: \n" ); document.write( ".30*300+.10*100=.25*400 \n" ); document.write( "90+10=100 \n" ); document.write( "100=100 \n" ); document.write( " |