document.write( "Question 175740: Maximum and minimum word problem Assignment
\n" );
document.write( "1. The school fundraising committee 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.
\n" );
document.write( "a) Determine algebraic expressions for the price of a shirt and the number of shirts sold.
\n" );
document.write( "Price of shirt:
\n" );
document.write( "Number of shirts sold:
\n" );
document.write( "b)Write an equation for teh revenue, using your expressions from part (a).
\n" );
document.write( "Equation:
\n" );
document.write( "c) Use your equation from part part (b) to find out what price they should charge for each shirt to maximize the revenue.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #130917 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 1. The school fundraising committee usually sells 1200 shirts a year at $20 each. \n" ); document.write( "A survey indicates that, for every $2 increase in price, there will be a drop of 60 sales a year. \n" ); document.write( ": \n" ); document.write( "a) Determine algebraic expressions for the price of a shirt and the number of shirts sold. \n" ); document.write( ": \n" ); document.write( "Let x = no. of $2 price increases \n" ); document.write( "Price of shirt: (20+2x) \n" ); document.write( "Number of shirts sold: (1200-60x) \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "b)Write an equation for the revenue, using your expressions from part (a). \n" ); document.write( "Equation: Rev = (20+2x)*(1200-60x) \n" ); document.write( "FOIL \n" ); document.write( "R(x) = 24000 - 1200x + 2400x - 120x^2 \n" ); document.write( "R(x) = -120x^2 + 1200x + 24000 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "c) Use your equation from part part (b) to find out what price they should \n" ); document.write( " charge for each shirt to maximize the revenue. \n" ); document.write( ": \n" ); document.write( "Find the axis of symmetry of the above equation. a=-120; b=1200 \n" ); document.write( "x = \n" ); document.write( "x = \n" ); document.write( "x = +5 \n" ); document.write( ": \n" ); document.write( "Price for max revenue: $20+(5*$2) = $30 per shirt for max revenue \n" ); document.write( " \n" ); document.write( " |