document.write( "Question 97810: Irene is a barn manager at a horse stable. She needs to calculate the correct mix of grain and hay to feed her horse. On the basis of her horse's age, weight, and workload, she determines that he needs to eat 15 lb of feed per day, with an average protein content of 8%. Hay contains 6% protein, whereas grain has a 12% content. How many pounds of hay and grain should she feed her horse each day? \n" ); document.write( "
Algebra.Com's Answer #71154 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
calculate the correct mix of grain and hay to feed her horse. On the basis of her horse's age, weight, and workload, she determines that
\n" ); document.write( "he needs to eat 15 lb of feed per day, with an
\n" ); document.write( "average protein content of 8%.
\n" ); document.write( "Hay contains 6% protein, whereas
\n" ); document.write( "grain has a 12% content.
\n" ); document.write( "How many pounds of hay and grain should she feed her horse each day?
\n" ); document.write( "-----------------
\n" ); document.write( "Let weight of hay be \"x\" lbs; Amt of protein = 0.06x lbs
\n" ); document.write( "--------------------
\n" ); document.write( "Weight of grain is \"15-x\" lbs: Amt of protein = 0.12(15-x) = 1.8 -0.12x lbs
\n" ); document.write( "------------------
\n" ); document.write( "8% mixture DATA:
\n" ); document.write( "weight of mix 15 lbs; Amt of protein = 0.08*15 = 1.20 lbs
\n" ); document.write( "-------------------
\n" ); document.write( "EQUATION:
\n" ); document.write( "protein + protein = protein
\n" ); document.write( "0.06x + 1.8-0.12x = 1.20
\n" ); document.write( "-0.06x = -0.6
\n" ); document.write( "x= 10 lbs (amount of hay to feed the horse)
\n" ); document.write( "15-x=5 lbs (amount of grain to fee the horse)
\n" ); document.write( "================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );