document.write( "Question 165427: Farmer Ted can grow cotton and corn on his 200 acres of land.Cotton needs 15 lbs of fertilizer and 15 lbs of pestisides per acre. Corn needs 20lbs of fertilizer and 5 lbs of pestisides per acre. Farmer Ted can afford 3000 lbs of fertilzer and 1500 lbs of pestisides, and is trying to figure out how many acres of each crop to plant this season.\r
\n" );
document.write( "\n" );
document.write( "a. Define you varibles for this situation.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. Use these varibles to write a system of inequalities describing the constraints on fertilzer and pestisides. \n" );
document.write( "
Algebra.Com's Answer #122043 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Farmer Ted can grow cotton and corn on his 200 acres of land.Cotton needs 15 lbs \n" ); document.write( " of fertilizer and 15 lbs of pesticides per acre. Corn needs 20lbs of fertilizer \n" ); document.write( " and 5 lbs of pesticides per acre. Farmer Ted can afford 3000 lbs of fertilizer \n" ); document.write( " and 1500 lbs of pesticides, and is trying to figure out how many acres of each \n" ); document.write( " crop to plant this season. \n" ); document.write( "a. Define your variables for this situation. \n" ); document.write( ": \n" ); document.write( "Let x = no. of acres of cotton \n" ); document.write( "Let y = no. of acres of corn \n" ); document.write( ": \n" ); document.write( "b. Use these variables to write a system of inequalities describing the constraints on fertilizer and pesticides. \n" ); document.write( ": \n" ); document.write( "Total acres equation (they didn't ask for this actually) \n" ); document.write( "x + y =< 200 \n" ); document.write( ": \n" ); document.write( "Fertilizer constraint \n" ); document.write( "15x + 20y =< 3000 \n" ); document.write( ": \n" ); document.write( "pesticide constraint \n" ); document.write( "15x + 5y =< 1500 \n" ); document.write( " \n" ); document.write( " |