document.write( "Question 908093: A farmer has 1,080 acres of land on which he grows corn, wheat, and soybeans. It costs $45 per acre to grow corn, $60 to grow wheat, and $50 to grow soybeans. Because of market demand the farmer will grow twice as many acres of wheat as of corn. He has allocated $57,000 for the cost of growing his crops. How many acres of each crop should he plant? \n" ); document.write( "
Algebra.Com's Answer #550833 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
c+w+s=1080,
\n" ); document.write( "45c+60w+50s=57000,
\n" ); document.write( "w=2c
\n" ); document.write( "c = 200, s = 480, w = 400\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );