covers the range.

What is the range of this function? (Consider: How do you think the arrow affects the range?)

#6.

- 3 <= y <= 9

y >= 0

- 3 <= y <= 10

y >= - 3

The range of this function is from 0 to 9, inclusive. The arrow above the range indicates that the function includes the endpoint y = 9.