Answer:
- m ≥ 0
- m ≤ 67
- C ≥ 90
- C ≤ 257.5
Explanation:
Julia is using the cost function C(m) = 2.5m +90 where she expects m to be at most 67 miles. You want to identify the constraints on C and 'm' in the context of Julia's travels.
Domain
The value of m cannot be less than zero, and seems to be limited to 67 in this context. That is, m is subject to the constraints ...
0 ≤ m ≤ 67
Range
Those values of m will give values of C in the range ...
C(0) = 2.5·0 +90 = 90
C(67) = 2.5·67 +90 = 257.50
Thus, C is subject to the constraints ...
90 ≤ C ≤ 257.50