document.write( "Question 169262: soybean meal is 14% protein, cornmeal is 7% protein. How many pounds of each should be mixed together in order to get 280lb mixture that is 9% protein? \n" ); document.write( "
Algebra.Com's Answer #124793 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.14x+.07(280-x)=.09*280
\n" ); document.write( ".14x+19.6-.07x=25.2
\n" ); document.write( ".07x=25.2-19.6
\n" ); document.write( ".07x=5.6
\n" ); document.write( "x=5.6/.07
\n" ); document.write( "x=80 lbs. of soybeans is used
\n" ); document.write( "280-80=200 lbs. of corn meal is used.
\n" ); document.write( "Proof:
\n" ); document.write( ".14*80+.07*200=25.2
\n" ); document.write( "11.2+14=25.2
\n" ); document.write( "25.2=25.2
\n" ); document.write( "
\n" );