document.write( "Question 196967: A club usually sells 1200 shirts a year at $20 each. A survey indicates that for every $2 increase in price, there will be a drop of 60 sales a year. What price they should charge for each shirt to maximize the revenue? \n" ); document.write( "
Algebra.Com's Answer #147733 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A club usually sells 1200 shirts a year at $20 each. A survey indicates that \n" ); document.write( " for every $2 increase in price, there will be a drop of 60 sales a year. \n" ); document.write( " What price they should charge for each shirt to maximize the revenue? \n" ); document.write( ": \n" ); document.write( "Let x = no. of $2 increases \n" ); document.write( "also \n" ); document.write( "Let x = no. 60 shirt sales reductions \n" ); document.write( ": \n" ); document.write( "Price = (20 + 2x) \n" ); document.write( "No. of shirts = (1200 - 60x) \n" ); document.write( ": \n" ); document.write( "Revenue = price * no. of shirts sold, therefore: \n" ); document.write( "R = (20 + 2x)*(1200 - 60x) \n" ); document.write( "FOIL \n" ); document.write( "R = 24000 - 1200x + 2400x - 120x^2 \n" ); document.write( "Arranges as a quadratic equation \n" ); document.write( "R = -120x^2 + 1200x + 24000 \n" ); document.write( "Find the axis of symmetry to find the price for max revenue: x = -b/(2a) \n" ); document.write( "In this equation; a=-120; b=1200 \n" ); document.write( "x = \n" ); document.write( "x = \n" ); document.write( "x = +5 ea $2 increases \n" ); document.write( "and \n" ); document.write( "5*60 = 300 reduction in shirt sales: \n" ); document.write( ": \n" ); document.write( "Price for max sales; 20 +2(5) = $30, will sell 1200 - 300 = 900 shirts \n" ); document.write( ": \n" ); document.write( "Max revenue: 30 * 900 = $27,000 \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "How about this? Did this make sense to you? \n" ); document.write( " \n" ); document.write( " |