document.write( "Question 1078355: Each orange tree grown in California produces 630 oranges per year if not more than 20 trees are planted per acre. For each additional tree planted per acre, the yield per tree decreases by 15 oranges. How many trees per acre should be planted to obtain the greatest number of oranges?\r
\n" );
document.write( "\n" );
document.write( "To achieve a maximum yield of _______________
\n" );
document.write( " oranges per acre, plant___________ trees on each acre. \n" );
document.write( "
Algebra.Com's Answer #692852 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "For the number of oranges per one tree, \"n\", as the function of the number of trees per acre, \"t\", the condition gives this formula:\r\n" ); document.write( "\r\n" ); document.write( "n = 630 - 15*(t-20).\r\n" ); document.write( "\r\n" ); document.write( "Then the number of oranges per acre is \r\n" ); document.write( "\r\n" ); document.write( "O(t) = n*t = t*(630 - 15*(t-20)) = 630t - 15t^2 + 300t = -15t^2 + 930t.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "They ask to find the maximum of this quadratic function of t.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "From the general theory, the maximum is achieved at t =\r \n" ); document.write( "\n" ); document.write( " *** Solved ***\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plot y = t*(630 - 15*(t-20))\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On finding the maximum of a quadratic function and associated solved problems see the lessons\r \n" ); document.write( "\n" ); document.write( " - HOW TO complete the square to find the minimum/maximum of a quadratic function\r \n" ); document.write( "\n" ); document.write( " - Briefly on finding the minimum/maximum of a quadratic function\r \n" ); document.write( "\n" ); document.write( " - HOW TO complete the square to find the vertex of a parabola\r \n" ); document.write( "\n" ); document.write( " - Briefly on finding the vertex of a parabola\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " - Using quadratic functions to solve problems on maximizing revenue/profit\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, you have this free of charge online textbook in ALGEBRA-I in this site\r \n" ); document.write( "\n" ); document.write( " - ALGEBRA-I - YOUR ONLINE TEXTBOOK.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The referred lessons are the part of this textbook under the topic \"Finding minimum/maximum of quadratic functions\". \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |