document.write( "Question 395832: A butcher has some hamburger that is 21% fat and some that is 15% fat. How many pounds of each should be mixed to make 78 lb of hamburger that is 17% fat?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "21% fat _?_ lb
\n" );
document.write( "15% fat _?_ lb \n" );
document.write( "
Algebra.Com's Answer #280922 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A butcher has some hamburger that is 21% fat and some that is 15% fat. How many pounds of each should be mixed to make 78 lb of hamburger that is 17% fat? \r \n" ); document.write( "\n" ); document.write( "let x= pounds of 21% hamburger required \n" ); document.write( "78-x =pounds of 15% hamburger required\r \n" ); document.write( "\n" ); document.write( ".21x+.15(78-x)=.17(78) \n" ); document.write( "multiply both sides by 10 \n" ); document.write( "21x+15(78-x)=17(78) \n" ); document.write( "21x+1170-15x=1326 \n" ); document.write( "6x=1326-1170 \n" ); document.write( "6x=156 \n" ); document.write( "x=156/6=26 lbs \n" ); document.write( "78-x=78-26=52 lbs\r \n" ); document.write( "\n" ); document.write( "ans: pounds of 21% hamburger required = 26 \n" ); document.write( " pounds of 15% hamburger required = 52 \n" ); document.write( " |