document.write( "Question 145685: Soybean meal is 12% protein; cornmeal is 6% protein. How many pounds of each should be mixed together in order to get 240-lb mixture that is 9% protein? How many pounds of the cornmeal should be in the mixture? How many pounds of the soybean meal should be in the mixture?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #106334 by ankor@dixie-net.com(22740)![]() ![]() 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 240-lb mixture that is 9% protein? How many pounds of the cornmeal should be in the mixture? How many pounds of the soybean meal should be in the mixture? \n" ); document.write( ": \n" ); document.write( "Since 9% is halfway between 12% and 6%, it would need 120 lb of each \n" ); document.write( ": \n" ); document.write( "However, here is the algebra procedure: \n" ); document.write( ": \n" ); document.write( "Let x = amt of soybean meal (12%) \n" ); document.write( ": \n" ); document.write( "It says the resulting amt = 240 lb, therefore: \n" ); document.write( "(240-x) = amt of cornmeal (6%) \n" ); document.write( ": \n" ); document.write( "write the decimal equiv of the per cent protein equation: \n" ); document.write( ".12x + .06(240-x) = .09(240) \n" ); document.write( ": \n" ); document.write( ".12x + 14.4 - .06x = 21.6 \n" ); document.write( ": \n" ); document.write( ".12x - .06x = 21.6 - 14.4 \n" ); document.write( ": \n" ); document.write( ".06x = 7.2 \n" ); document.write( "x = \n" ); document.write( "x = 120 lb of soy meal \n" ); document.write( "Then \n" ); document.write( "240 - 120 = 120 lb of cornmeal \n" ); document.write( " |