question archive A movie theater owner would like to determine the best price to charge for popcorn
Subject:MathPrice:3.86 Bought11
A movie theater owner would like to determine the best price to charge for popcorn. She has determined that during a typical movie, if she charges $4 for a bag, she will sell 200 bags, and if she charges $6 for a bag, she will sell 120 bags.
a)Find a linear model, using price as the independent variable, that models the numbers of bags sold vs price. Be sure to label what your variables represent.
b) Find an exponential model, using price as the independent variable, that models the numbers of bags sold vs price. Be sure to label what your variables represent.
1.For linear model
Given: (4,200) (6,120)
(x1,y1) = (4,200)
(x2,y2) = (6,120)
let us get the slope:
m = (y2 - y1)/ (x2 - x1)
m = (120 - 200)/ (6 - 4)
m = -40
The equation of the line is:
y - y1 = m (x - x1)
y -200 = -40(x - 4)
y -200 = -40x + 160
y = -40x + 160 + 200
y = -40x + 360
Therefore the linear model is
f(x) = -40x + 360
where:
f(x) = no. of bags she will sell
x = price
Example,
f(x) = -40x + 360
f(4) = -40(4) + 360
f(4) = 200
f(6) = -40(6) + 360
f(6) = 120
2.For exponential model
Given: (4,200) (6,120)
We have a formula of y = abx
so,
200 = ab4 eq.1
120 = ab6 eq.2
200 = ab4
200/b4 = a
substitute to equation 2
120 = ab6
120 = (200/b4 )(b6 )
120 = 200b2
120/200 = b2
0.6 = b2
b = 0.7745
Now that we have the value of b,
200 = ab4 eq.1
200 = a(0.7745)4
200 = a(0.3598)
200/0.3598 = a
a = 555.83
Therefore the exponential model is:
f(x)=(555.83)(0.7745)x
?where:
f(x) = no. of bags she will sell
x = price
Example:
f(4)=(555.83)(0.7745)4
f(4)=200
f(6)=(555.83)(0.7745)6
f(6)=120
which correct (4,200) and (6,120)