Question 96139
When a popular brand of CD player is priced at $300 per unit, a store sells 15 units per week.Each time the price is reduced by $10, however, the sale increases by two per week. What selling price will result in weekly revenues of $7000?
------------------
The relation is a linear function: y= mx+b
--------------
You have two Points: (15,300) (17,290)
slope = [290-300]/[17-15]= -10/2 = -5
Pick a point and the slope and solve for the intercept:
300 = -5*15+b
b = 375
EQUATION:
selling price = -5*(units sold) + 375
s = -5u + 375
--------------------
Revenue = selling price * # of units
R = (-5u+375)*u
R = -5u^2+375u
-------------------
What selling price will result in weekly revenues of $7000? 
7000 = -5u^2+375u
u^2-75+1400 = 0
u = [75 +- sqrt(75^2-4*1400)]/2
u = [75 +- 5]/2
u = $40 or $35
When unit price is $40 or $35 Revenue will be $7000
============================
Cheers,
Stan H.