document.write( "Question 1061386: A feed store sells two types of cattle feed. One sells for $180 and the other sells for $210 per ton. If the store wants to sell 60 tons of a mix that can be sold for $200 per ton, how much of each feed should be mixed? \n" ); document.write( "
Algebra.Com's Answer #676224 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
Let n be the amount of more expensive feed. Then the cheaper feed would be 60-n. So:
\n" ); document.write( "210n+180(60-n)=200(60)
\n" ); document.write( "30n+10800=12000
\n" ); document.write( "30n=1200
\n" ); document.write( "n=40
\n" ); document.write( "The store needs 40 tons of $210 feed, and 20 tons of $180 feed for its' mix. ☺☺☺☺
\n" ); document.write( "
\n" ); document.write( "
\n" );