Respuesta :

Answer:

the range is {-2, 6, 22}

Step-by-step explanation:

Use " ^ " to indicate exponentiation:  f(x) = x^2 - 3.

For each value in the domain {1, 3, 5}, calculate f(x) = x^2 - 3:

f(1) = 1^2 - 3 = -2

f(3) = 3^2 - 3 = 9 - 3 = 6

f(5) = 5^2 - 3 = 25 - 3 = 22

Thus, the range is {-2, 6, 22}