document.write( "Question 182725: Soybean meal is 16% protein; cornmeal is 8%. How many pounds of each should be mixed together in order to get 320-lb mixture that is 13% protein?
\n" );
document.write( "How many pounds of the cornmeal should be in the mixture?
\n" );
document.write( "How many pounds of the soybean meal should be in the mixture? \n" );
document.write( "
Algebra.Com's Answer #137195 by Mathtut(3670) ![]() You can put this solution on YOUR website! Making the assumption that only soybean meal and cornmeal are added to the mixture. We get x = amount of soybean meal and y = amount of cornmeal \n" ); document.write( "x+y = 320. \n" ); document.write( "solving for y we get y =320 -x.\r \n" ); document.write( "\n" ); document.write( "We also know that 0.16(x) + .08(y) = 320*(.13) \n" ); document.write( ": \n" ); document.write( ".16x + 0.08(320-x) = 41.6 \n" ); document.write( ": \n" ); document.write( "0.08x + 25.6 = 41.6 \n" ); document.write( ": \n" ); document.write( "0.08x = 16 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "y=320-x: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |