document.write( "Question 436332: Soybean is 18% protein
\n" ); document.write( "Cornmeal is 9% protein
\n" ); document.write( "How many lbs of each should be mixed together to get 360-lb mixture that is 12% protein?
\n" ); document.write( "

Algebra.Com's Answer #301870 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let x = the number of pounds of soybeans
\n" ); document.write( "Then 360-x = the number of pounds of cornmeal
\n" ); document.write( "A 360 lb. 12% mixture contains 0.12*360 = 43.2 lb
\n" ); document.write( "So we can write the following equation:
\n" ); document.write( "0.18x + 0.09(360-x) = 43.2
\n" ); document.write( "Solve for x:
\n" ); document.write( "0.09x = 43.2 - 32.4 = 10.8 -> x = 120
\n" ); document.write( "So the number of lbs of soybeans = 120
\n" ); document.write( "And the number of lbs of cornmeal = 360-120 = 240
\n" ); document.write( "
\n" );