document.write( "Question 157973: Soybean meal is 12% protein, cornmeal is 6% protein. How many pounds of each should be mixed together in order to get a 240 lb mixture that is 9% protein?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #116377 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Soybean meal is 12% protein, cornmeal is 6% protein. How many pounds of each should be mixed together in order to get a 240 lb mixture that is 9% protein? \n" ); document.write( ". \n" ); document.write( "Let x = lbs of soybean meal in mixture \n" ); document.write( "then because there is a 240 lb mixture we have \n" ); document.write( "240-x = lbs of cornmeal in mixture \n" ); document.write( ". \n" ); document.write( ".12x + .06(240-x) = .09(240) \n" ); document.write( ".12x + 14.4 - .06x = 21.6 \n" ); document.write( ".06x + 14.4 = 21.6 \n" ); document.write( ".06x = 7.2 \n" ); document.write( "x = 7.2/.06 \n" ); document.write( "x = 120 pounds of soybean meal \n" ); document.write( ". \n" ); document.write( "Cornmeal: \n" ); document.write( "240-x = 240-120 = 120 pounds 0f cornmeal\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |