document.write( "Question 981497: soybean meal is 12% protein; cornmeal is 6% protein. How many pound of each should be mixed together in order to get a 240-lb mixture that is 9% protein? \n" ); document.write( "
Algebra.Com's Answer #602478 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! soybean =x \n" ); document.write( "cornmeal is 240-x \n" ); document.write( ".12x+ .06 (240-x)= .09(240) \n" ); document.write( ".12x + 14.4-.06x=21.6 \n" ); document.write( ".06x=7.2 \n" ); document.write( "multiply by 100 \n" ); document.write( "6x=720 \n" ); document.write( "x=120 pounds of soybean \n" ); document.write( "240-x=120 pounds of cornmeal\r \n" ); document.write( "\n" ); document.write( "This makes sense, since 9% is exactly in the middle between 6% of one and 12% of the other. \n" ); document.write( " |