document.write( "Question 265244: Soybean meal is 16% protein. Cornmeal is 8% protein. How many pounds of EACH should be mixed together in order to get a 320 lb mixture that is 15% protein? PLEASE HELP!! \n" ); document.write( "
Algebra.Com's Answer #195071 by drk(1908)![]() ![]() ![]() 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( "meals . . . . . . . . % . . . . . . . . . pound . . . . . . . . . . %pounds \n" ); document.write( "soybean. . . . . . .16. . . . . . . . . 320-x. . . . . . . . . . . 5120 - 16x \n" ); document.write( "corn. . . . . . . . . .8. . . . . . . . . . x. . . . . . . . . . . . . . . 8x \n" ); document.write( "mixture. . . . . . .15. . . . . . . . . .320 . . . . . . . . . . . . . 4800 \n" ); document.write( "looking at the third column, we get \n" ); document.write( "5120 - 16x + 8x = 4800 \n" ); document.write( "combine like terms to get \n" ); document.write( " 5120 - 8x = 4800 \n" ); document.write( "subtract 5120 to get \n" ); document.write( " -8x = -320 \n" ); document.write( "divide to get \n" ); document.write( "x = 40 \n" ); document.write( "So we need 40 pounds of cornmeal and 280 pounds of soybean \n" ); document.write( " |