document.write( "Question 1171433: Elmer is organizing a fund raising basketball tournament in their barangay. He plans to charge PHP20 entry fee for each 80 players. He recently decided to raise the entry fee by PHP5 and 5 fewer players entered with the increase. How much would Elmer charge in order to maximize the income? \n" ); document.write( "
Algebra.Com's Answer #850934 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's solve this optimization problem step-by-step.\r \n" ); document.write( "\n" ); document.write( "**1. Define Variables**\r \n" ); document.write( "\n" ); document.write( "* Let 'x' be the number of PHP5 increases in the entry fee. \n" ); document.write( "* Entry fee = 20 + 5x \n" ); document.write( "* Number of players = 80 - 5x \n" ); document.write( "* Income (I) = (Entry fee) * (Number of players)\r \n" ); document.write( "\n" ); document.write( "**2. Formulate the Income Function**\r \n" ); document.write( "\n" ); document.write( "* I(x) = (20 + 5x)(80 - 5x) \n" ); document.write( "* I(x) = 1600 - 100x + 400x - 25x^2 \n" ); document.write( "* I(x) = -25x^2 + 300x + 1600\r \n" ); document.write( "\n" ); document.write( "**3. Find the Vertex of the Quadratic Function**\r \n" ); document.write( "\n" ); document.write( "The income function is a quadratic function, and its graph is a parabola that opens downward. The maximum income occurs at the vertex of the parabola.\r \n" ); document.write( "\n" ); document.write( "The x-coordinate of the vertex is given by:\r \n" ); document.write( "\n" ); document.write( "* x = -b / (2a)\r \n" ); document.write( "\n" ); document.write( "Where:\r \n" ); document.write( "\n" ); document.write( "* a = -25 \n" ); document.write( "* b = 300\r \n" ); document.write( "\n" ); document.write( "Plugging in the values:\r \n" ); document.write( "\n" ); document.write( "* x = -300 / (2 * -25) \n" ); document.write( "* x = -300 / -50 \n" ); document.write( "* x = 6\r \n" ); document.write( "\n" ); document.write( "**4. Calculate the Entry Fee**\r \n" ); document.write( "\n" ); document.write( "Now, substitute the value of x back into the entry fee equation:\r \n" ); document.write( "\n" ); document.write( "* Entry fee = 20 + 5x \n" ); document.write( "* Entry fee = 20 + 5(6) \n" ); document.write( "* Entry fee = 20 + 30 \n" ); document.write( "* Entry fee = 50\r \n" ); document.write( "\n" ); document.write( "**5. Calculate the Number of Players**\r \n" ); document.write( "\n" ); document.write( "Substitute the value of x back into the number of players equation:\r \n" ); document.write( "\n" ); document.write( "* Number of players = 80 - 5x \n" ); document.write( "* Number of players = 80 - 5(6) \n" ); document.write( "* Number of players = 80 - 30 \n" ); document.write( "* Number of players = 50\r \n" ); document.write( "\n" ); document.write( "**6. Calculate the Maximum Income**\r \n" ); document.write( "\n" ); document.write( "* Maximum income = (Entry fee) * (Number of players) \n" ); document.write( "* Maximum income = 50 * 50 \n" ); document.write( "* Maximum income = 2500\r \n" ); document.write( "\n" ); document.write( "**Conclusion**\r \n" ); document.write( "\n" ); document.write( "Elmer should charge PHP50 in order to maximize the income. \n" ); document.write( " \n" ); document.write( " |