9514 1404 393
Answer:
a) $800
b) $1050
c) D: [0, 250]; R: [800, 3300]
Explanation:
a) The problem statement tells you the fixed cost is ...
C(0) = 800 . . . . dollars
__
b) The cost of making 25 items is ...
C(25) = 10·25 +800 = 250 +800 = 1050 . . . . dollars
__
c) You cannot make fewer than 0 items. The limit on cost means the most you can make is ...
3300 = 10x + 800
2500 = 10x
250 = x . . . . . . . . maximum number of items that can be made
So, the domain of the function -- the values of x to which it pertains -- is ...
0 ≤ x ≤ 250
In interval notation, this is [0, 250] . . . domain of C(x).
The range of C(x) is the set of cost values the function may have. We already know the minimum is 800. The problem statement tells us the maximum is 3300. The cost may have any value between those limits, so ...
800 ≤ C(x) ≤ 3300
In interval notation, this is [800, 3300] . . . range of C(x).
_____
Additional comment
Square brackets are used in interval notation when the "or equal to" case is part of the limit.
We could be more specific regarding domain and range, since the domain values are integers only, and the range values are multiples of 10 only. Here, we ignore that little detail.