document.write( "Question 800341: Hi tutor, \r
\n" );
document.write( "\n" );
document.write( "Can you help me solve the following word problem?\r
\n" );
document.write( "\n" );
document.write( "A farmer grows rutabagas in a field of 8 hectares. He could harvest the crop now and get 3t/ha, which will sell for $200/t. Each week the farmer waits, the yield will increase by 0.3t/ha but the price will drop by $10/t. When should the farmer harvest his rutabagas to get maximum return?\r
\n" );
document.write( "\n" );
document.write( "So far I have this:\r
\n" );
document.write( "\n" );
document.write( "let x be the number of weeks he waits.\r
\n" );
document.write( "\n" );
document.write( "price= 200-10x
\n" );
document.write( "yield= 3-0.3x\r
\n" );
document.write( "\n" );
document.write( "Can u help me with what I should do next. \r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #483054 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A farmer grows rutabagas in a field of 8 hectares. \n" ); document.write( " He could harvest the crop now and get 3t/ha, which will sell for $200/t. \n" ); document.write( " Each week the farmer waits, the yield will increase by 0.3t/ha but the price will drop by $10/t. When should the farmer harvest his rutabagas to get maximum return? \n" ); document.write( ": \n" ); document.write( "Let w = no. of week to harvest \n" ); document.write( "f(w) = (3 + .3w)(200 - 10w) \n" ); document.write( "FOIL \n" ); document.write( "f(w) = 600 - 30w + 60w - 3w^2 \n" ); document.write( "y = f(w) \n" ); document.write( "y = -3w^2 + 30w + 600 \n" ); document.write( "A quadratic equation, the axis of symmetry; x will be max y Use x = -b/(2a) \n" ); document.write( "x = \n" ); document.write( "x = +5 weeks will give max return \n" ); document.write( "that would be \n" ); document.write( "(3+1.5)(200-50) = 675 max return \n" ); document.write( "If he sold right now only \n" ); document.write( "3 * 200 = 600 \n" ); document.write( " |