find the range of ? f(x) = |x| + 3

f(x) = |x| + 3

1 Answer
Mar 14, 2018

#{y in R | y >= 3}#

Explanation:

The function #y=abs(x)# yields positive values of #y# for all values of #x#.

Adding #3# to this function moves its curve up by #3# units.

So, the range becomes all positive values of #y# from #3# onwards.

This can be mathematically stated as:

#"Range of"# #f(x)={y in R | y >= 3}#