SOLUTION: Build the equation for the number of DVDs, n, In terms of their Price, P.
One month a store sells dvds for $5 Each and sells 1200 DVDs. The next month they charge $7.50 and sell 8
Question 1151880: Build the equation for the number of DVDs, n, In terms of their Price, P.
One month a store sells dvds for $5 Each and sells 1200 DVDs. The next month they charge $7.50 and sell 800 dvds Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website!
Temporarily, I'm going to use x instead of P.
Also, I'll use y in place of n.
At the end I'll do replacements.
----------------------------------
x = price
y = number of DVDs
"One month a store sells dvds for $5 Each and sells 1200 DVDs." means we have the point (x1,y1) = (5, 1200)
"The next month they charge $7.50 and sell 800 dvds" means we have the point (x2,y2) = (7.5, 800)
Calculate the slope
The slope tells us that for each price increase of $1, the number of DVDs sold goes down by 160.
Now turn to the point-slope formula. Plug in the given info. Solve for y.
Replace x with P, replace y with n.
---------------------------------
Check:
We should plug in a price of P = 5 and get n = 1200
so that works out. Also, plugging in P = 7.5 should lead to n = 800
that works as well. We have the proper equation.