Answer:
Step-by-step explanation:
this is a piecewise function
in this context, to find the cost of any package weight x you figure out which piece of the function it fits in.
examples:
x = .5
c(x) = 0.37 (because x is less than 1)
x = 1
c(x) = 0.60 (because x is equal to 1 but still less than 2)
x = 2.9
c(x) = 0.83 (because x is more than 2 but less than 3)