SOLUTION: A videoke machine can be rented for 1,000 pesos for three days, but for the fourth day onwards, an additional cost of 400 pesos per day is added. Represent the cost of renting a vi

Algebra ->  Functions -> SOLUTION: A videoke machine can be rented for 1,000 pesos for three days, but for the fourth day onwards, an additional cost of 400 pesos per day is added. Represent the cost of renting a vi      Log On


   



Question 1045981: A videoke machine can be rented for 1,000 pesos for three days, but for the fourth day onwards, an additional cost of 400 pesos per day is added. Represent the cost of renting a videoke machine as a piece wise function of the number of days it is rented.
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
Let +C+ = cost of renting machine in pesos
Let +n+ = number of days it is rented
--------------------------------------
+C+=+1000+%2B+400%2A%28+n+-+3+%29+
You can split this up:
+C+=+C%5B1%5D+%2B+C%5B2%5D+
+C%5B1%5D+=+1000+ ( 0 < n < 3 )
+C%5B2%5D+=+400n+ ( n > 3 )
These can be plotted separately