| 
 
 
| Question 136056:  How do i solve the following problems :
 
 1)A consumer electronics company sells 6.7 million MP3 players per month at a price of $100 apiece; when the price is lowered to $80, the company sells 10.2 million players per month.  How many MP3 players can the company expect to sell per month at a price of $75?
 2)Sales tax in Pennsylvania is 6%.  Create an equation for the total price (cost plus tax) of a purchase in PA in terms of its cost.  How much would a person pay for a car whose cost is $32,000?
 Answer by stanbon(75887)
      (Show Source): 
You can put this solution on YOUR website! A consumer electronics company sells 6.7 million MP3 players per month at a price of $100 a piece; when the price is lowered to $80, the company sells 10.2 million players per month. How many MP3 players can the company expect to sell per month at a price of $75? -----------------------------------
 You have two points: (100,6.7) and (80,10.2)
 slope = (10.2-6.7)/(80-100) = -7/40
 ------------------------
 Form: y = mx + b
 You have y,x,m; solve for "b":
 6.7 = (-7/40)*100 + b
 b = 6.7 + 17.5
 b = 24.2
 ------------
 EQUATION:
 # sold = (-7/40)x +24.2 million where x is price per unit
 #(75) = (-7/40)*75 + 24.2
 #(75) = 11.075 million
 ---------------------------
 2)Sales tax in Pennsylvania is 6%. Create an equation for the total price (cost plus tax) of a purchase in PA in terms of its cost. How much would a person pay for a car whose cost is $32,000?
 ----------------------------------
 Pay = cost + 0.06*cost
 P = c(1+0.06)
 P = 1.06c
 ------------------------------
 P(32000) = 1.06*32000 = $33920.00
 =====================================
 Cheers,
 Stan H.
 
 | 
  
 | 
 |