document.write( "Question 454469: A research study has shown that 500 people attend a tournament when the admission price is $2. In the championship game, the price will be considered for an increase: for every 20cent increase, 20 fewer people will attend. What price will maximize the revenue? What is the value of the maximum revenue? \n" ); document.write( "
Algebra.Com's Answer #312047 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! A research study has shown that 500 people attend a tournament when the admission price is $2. In the championship game, the price will be considered for an increase: for every 20cent increase, 20 fewer people will attend. What price will maximize the revenue? What is the value of the maximum revenue? \n" ); document.write( "============================================================================= \n" ); document.write( "Let x = the number of 20 cent increases in price \n" ); document.write( "Then the equation for the revenue will be: \n" ); document.write( "R = (500 - 20x)(2 + 0.2x) \n" ); document.write( "Expanding and collecting terms gives: \n" ); document.write( "R = 1000 + 60x - 4x^2 \n" ); document.write( "The revenue will be maximized where dR/dx = 0: \n" ); document.write( "dR/dx = 0 = 60 - 8x \n" ); document.write( "Solving for x gives x = 7.5 \n" ); document.write( "So the price which maximizes revenue is 2 + 7.5*0.2 = 3.5 = $3.50 \n" ); document.write( "So the maximum revenue is 3.5*(500 - 20*7.5) = $1225 \n" ); document.write( " \n" ); document.write( " |