document.write( "Question 1191133: A school club makes and sells decorations to raise money. The materials for each decoration cost
\n" ); document.write( "$6, and the club sells them for $10 each. They sell 20 decorations per week. They are considering
\n" ); document.write( "raising the price, so they conduct a survey and find that for every dollar increase, they will lose 2
\n" ); document.write( "sales per week. Set up a function and solve to determine what price they should charge to maximize
\n" ); document.write( "profits.
\n" ); document.write( "

Algebra.Com's Answer #822899 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Their profit is $4 per sale currently
\n" ); document.write( "for each $1 increase they lose 2 sales.
\n" ); document.write( "profit is 4+x, and sales are 20-2x
\n" ); document.write( "so maximize that profit which is f(x)= 80+12x-2x^2
\n" ); document.write( "x=-b/2a maximum or -12/-4 or 3, and f(3)=80+36-18=$98
\n" ); document.write( "so when x=3 the sale price is $13 (profit is $7) and the sales number is 14 (20-3*2)
\n" ); document.write( "The profit is maximum $98 at $13 per decoration sale price. \r
\n" ); document.write( "\n" ); document.write( "Check
\n" ); document.write( "#---price-#---revenue-- N-CP(number-cost to produce)---Profit
\n" ); document.write( "6---$10---20--$200------$120-----------------------------$80
\n" ); document.write( "6---$11---18---$198----- $108-----------------------------$92
\n" ); document.write( "6---$12---16--$192------$96------------------------------$96
\n" ); document.write( "6---$13---14--$182------$84------------------------------$98
\n" ); document.write( "6---$14---12--$168------$72------------------------------$96
\n" ); document.write( "
\n" );