What is the domain and range of #f (x) = 2x + 3#?
1 Answer
Jun 22, 2017
Explanation:
This is just a linear function. I know this because the degree of the
Domain and range are sets of possible values the function can have - though not necessarily at the same time.
Thus, there are no restrictions to the domain and range unless context is given.
Therefore, the domain and range is:
#D: {x inRR}#
#R: {y inRR}#
If we were to graph this function, we would get a straight line.
graph{2x+3 [-10, 10, -5, 5]}
As you can see, there is no restriction to the possible values.
Hope this helps :)