A store is demoing different prices for one of its items. When the price of the item was $10 per item, the store sold 24 items per day.
For every $1 increase to the item price, they sell 1 less items each day. To maximize the revenue, how much, in dollars, should they charge for 1 item? (Revenue = price per item x number of items sold).
We can make a table of values and inspect which row provides the highest revenue.
Price per item$10$11$12$13$14$15$16$17$18$19$20$21number of items242322212019181716151413Revenue$10⋅24=$240$11⋅23=$253$12⋅22=$264$13⋅21=$273$14⋅20=$280$15⋅19=$285$16⋅18=$288$17⋅17=$289$16⋅18=$288$17⋅17=$285$16⋅18=$288$17⋅17=$285
We see that the maximum revenue occurs when the price per item is $17 per item.
Note that there was a general pattern used to create the table above. For every $1 increase in the price of the item, the number of items increased by 1. Therefore, for every $x we increase the price, the number of items should decrease by x as well.
Revenue= Price per item⋅ Number of items
R=(10+x)(24−x)
This is the factored form of a quadratic equation with zeroes at −10 and 24. Expanding the equation will result in a quadratic equation with a negative leading coefficient, which means the parabola opens downward.
R=−x2+14x+240
The x value that maximizes the value of the parabola must occur at the vertex. Since the x-coordinate of the vertex is the midpoint of the zeroes,
x=2−10+24
x=214
x=7
Sidenote: you can also use −2ab to obtain the x-coordinate of the vertex.
When x=7, the price per item is 10+7=17