SOLUTION: A videoke machine can be rented for 1000 pesos for 3 days, but for the 4th day onwards, an additional cost of 400 pesos per day is added. Represent the cost of renting a video mach

Algebra ->  Functions -> SOLUTION: A videoke machine can be rented for 1000 pesos for 3 days, but for the 4th day onwards, an additional cost of 400 pesos per day is added. Represent the cost of renting a video mach      Log On


   



Question 1164427: A videoke machine can be rented for 1000 pesos for 3 days, but for the 4th day onwards, an additional cost of 400 pesos per day is added. Represent the cost of renting a video machine as a piecewise function of the number of days (d) it is rented.

Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
y = 1000 for 0 <= x <= 3
y = 1000 + 400 * (x - 3) for x > 3

you're paying 1000 pesos for the rental if you keep it for 3 days or less.

you're paying 1000 + 400 per day over 3 if you keep it for more than 3 days.

y is the cost of the video rental
x is the number of days the video was rented for.