document.write( "Question 173893: For some reason I cannot remember the formula for this problem, I know that I could solve it if I could remember the formula.
\n" );
document.write( "Soybean meal is 12% protein; cornmeal is 6% protein. How many pounds of each should be mixed together in order to get a 240lb mixture taht is 8% protein?
\n" );
document.write( "How many lbs of the cornmeal should be in the mixture?
\n" );
document.write( "How many lbs of the soybean meal should be in the mixture?
\n" );
document.write( "Would the formula be .12x + .06y=240? \n" );
document.write( "
Algebra.Com's Answer #128770 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Let x = pounds of soybean meal \n" ); document.write( "then \n" ); document.write( "240-x = pounds of cornmeal \n" ); document.write( ". \n" ); document.write( "\"amt of protein from soybean\" + \"amt of protein from cornmeal\" = \"desired amt of protein\" \n" ); document.write( ".12x + .06(240-x) = .08(240) \n" ); document.write( ".12x + 14.4 - .06x = 19.2 \n" ); document.write( ".06x = 4.8 \n" ); document.write( "x = 80 pounds (soybean meal) \n" ); document.write( ". \n" ); document.write( "cornmeal: \n" ); document.write( "240-x = 240-80 = 160 pounds \n" ); document.write( " \n" ); document.write( " |