Answer:
(a) A(x) = 100x + 1100
(b) x = 2.5 USD
(c) A(x) = 100x + 1100 and x = -1.5 USD
Step-by-step explanation:
(a) Since there's a linear relation between weekly sales A(x) and the discount, we can model it as the following expression
A(x) = mx + b
where x is the discount, m is the slope and b is the intersect of the linear equation. We can solve for slope first
![m = \frac{s_2 - s_1}{x_2 - x_1} = \frac{1600 - 1100}{5 - 0} = \frac{500}{5} = 100](https://tex.z-dn.net/?f=m%20%3D%20%5Cfrac%7Bs_2%20-%20s_1%7D%7Bx_2%20-%20x_1%7D%20%3D%20%5Cfrac%7B1600%20-%201100%7D%7B5%20-%200%7D%20%3D%20%5Cfrac%7B500%7D%7B5%7D%20%3D%20100)
To solve for b, we can just plug in m = 100, x = 0 and A(0) = 1100
1100 = 100*0 + b
b = 1100
Therefore A(x) = 100x + 1100
With discount x, the actual price would then be p - x. Where p is the original undiscounted pricing ($16 in this case)
And with sale A(x), the revenue would then be
![R = (p - x)A(x) = (p - x)*(100x + 1100)](https://tex.z-dn.net/?f=R%20%3D%20%28p%20-%20x%29A%28x%29%20%3D%20%28p%20-%20x%29%2A%28100x%20%2B%201100%29%20)
![R = 100xp + 1100p - 100x^2 - 1100x](https://tex.z-dn.net/?f=R%20%3D%20100xp%20%2B%201100p%20-%20100x%5E2%20-%201100x%20)
![R = -100x^2 + (100p - 1100)x + 1100p](https://tex.z-dn.net/?f=R%20%3D%20-100x%5E2%20%2B%20%28100p%20-%201100%29x%20%2B%201100p)
To find the maximum value of this, we can take the 1st derivative and set it to 0
R' = -200x + 100p - 1100 = 0
200x = 100p - 1100
![x = \frac{100p - 1100}{200} = 0.5p - 5.5](https://tex.z-dn.net/?f=x%20%3D%20%5Cfrac%7B100p%20-%201100%7D%7B200%7D%20%3D%200.5p%20-%205.5)
when p = $16 then x = 0.5*16 - 5.5 = 8 - 5.5 = 2.5 USD
(c) when the price p is $8 then A(x) would sill be 100x + 1100 because it doesn't depend on p, but the discount. But to maximize the revenue, x will need to be
0.5p - 5.5 = 0.5*8 - 5.5 = 4 - 5.5 = -1.5 USD
So the Pizza owner would need to raise the price by 1.5 USD because originally the pizza is already inexpensive.