Saved Bookmarks
| 1. |
Let A = {-2, -1, 0, 1, 2} and function f is defined in A to R by f(x) = x2 + 1. Find the range of f. |
|
Answer» Given, A = {-2, -1, 0, 1, 2} and R = set of real numbers Given: f(x) = x2 + 1 then f(-2) = (-2)2 + 1 = 5 f(-1) = (-1)2 + 1 = 2 f(0) = (0)2 + 1 = 1 f(1) = (1)2 + 1 = 2 f(2) = (2)2 + 1 = 5 Hence, range of f = (1, 2, 5} |
|