document.write( "Question 917662: I want to make a mixture of feed that is 16% protein. I need a total of 2000 pounds, so I'm after 320# of protein.\r
\n" );
document.write( "\n" );
document.write( "I can mix soybean which is 48.5% and milo which is 9%. I'm not sure how to figure out the answer. \n" );
document.write( "
Algebra.Com's Answer #556749 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! We need a total of 2000 lb. at 16% \n" ); document.write( "We want to know how many lb. at 48.5% to mix with 9% \n" ); document.write( "a+b=2000, \n" ); document.write( "0.485*a+0.09*b=0.16*2000 \n" ); document.write( "a=2000-b \n" ); document.write( "0.485*(2000-b)+0.09*b=320 \n" ); document.write( "970.0-0.485b+0.09*b=320 \n" ); document.write( "-0.395*b=-650.0 \n" ); document.write( "b=1645.56962 \n" ); document.write( "a=2000-b \n" ); document.write( "a=354.43038 lb. at 48.5% \n" ); document.write( "b=1645.56962 lb. at 9% \n" ); document.write( "check \n" ); document.write( "0.485*354.43038+0.09*1645.56962=0.16*2000 \n" ); document.write( "171.898734+148.101266=320 \n" ); document.write( "320.0=320 \n" ); document.write( "ok \n" ); document.write( "codemx1 \n" ); document.write( " \n" ); document.write( " |