document.write( "Question 1201992: A dairy farmer wants to mix a 45%
\n" );
document.write( " protein supplement and a standard 20%
\n" );
document.write( " protein ration to make 2000
\n" );
document.write( " pounds of a high-grade 35%
\n" );
document.write( " protein ration. How many pounds of each should he use? \n" );
document.write( "
Algebra.Com's Answer #836601 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A dairy farmer wants to mix a 45% \n" ); document.write( "protein supplement and a standard 20% \n" ); document.write( "protein ration to make 2000 \n" ); document.write( "pounds of a high-grade 35% \n" ); document.write( "protein ration. How many pounds of each should he use?\r \n" ); document.write( "\n" ); document.write( "component percent ---------------- quantity \n" ); document.write( "Protein A 0.45 ---------------- x lbs \n" ); document.write( "Protein B 0.2 ---------------- 2000 - x lbs \n" ); document.write( "Mixture 0.35 ---------------- 2000 \n" ); document.write( " \n" ); document.write( "0.45 x + 0.2 ( 2000 - x ) = 2000.00 * 0.35 \n" ); document.write( " \n" ); document.write( "0.45 x + 400 - 0.2 x = 700.00 \n" ); document.write( "0.45 x - 0.2 x = 700 - 400 \n" ); document.write( "0.25 x = 300 \n" ); document.write( "/ 0.25 \n" ); document.write( " x = 1200 lbs 45.00% Protein A \n" ); document.write( " 800 lbs 20.00% Protein B \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |