Hi Daemyn.
This is going to be a Piecewise function with three different functions, depending on what "x" is:
C(x) = 6.50 1 ≤ x ≤ 100
C(x) = 6.50 + 0.06*x 101 ≤ x ≤ 200
C(x) = 6.50 + 6.00 + 0.05*x x≥201
That's it. The 6.00 in the third equation shows up because the second 100 units costs 6.00 dollars (0.06 per message). I just kept the 6.50 and 6.00 separate, in order for you to see where each value comes from. you can combine them to 12.50, if you like...but I think it's clearer this way.
Best wishes.
Raffi

Raffi H.
tutor
Hi Jewel. The 0.05*x changes, depending on how many messages over 200 there are. So the $6.50 accounts for the first 100 messages; the $6.00 accounts for the second 100 messages; and the $0.05x accounts for however many above 200.
Hope that made sense.
Best wishes
Raffi
Report
09/03/20
Jewel M.
how about the 0.05*x??09/03/20