document.write( "Question 263426: A butcher has some hamburger that is 29% fat and some that is 15% fat. How many pounds of each should be mixed to make 63 lb of hamburger that is 17% fat? \n" ); document.write( "
Algebra.Com's Answer #194124 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
This is a mixture problem. Here is a table based on the given information
\n" ); document.write( "fat . . . . . . .% . . . . . . pounds . . . . . . . . %-pounds
\n" ); document.write( "29. . . . . . . 29 . . . . . . . .p . . . . . . . . . . .29p
\n" ); document.write( "15 . . . . . . .15 . . . . . . . .63-p. . . . . . . . .945 -15p
\n" ); document.write( "17 . . . . . . .17 . . . . . . . .63. . . . . . . . . . .1071
\n" ); document.write( "set the third column equal to get
\n" ); document.write( "\"29p+%2B+945+-+15p+=+1071\"
\n" ); document.write( "combine like terms to get
\n" ); document.write( "\"14p+%2B+945+=+1071\"
\n" ); document.write( "subtract 945 to get
\n" ); document.write( " \"14p+=+126\"
\n" ); document.write( "p = 9 pounds @ 29 %
\n" ); document.write( "63-p = 54 pounds @ 15%
\n" ); document.write( "
\n" );