sofielasala sofielasala
  • 09-01-2019
  • Mathematics
contestada

If f(x) = x^2 - 4x + 3, and the domain is {-2, 0, 1}, what is the range?


A) {7, 3, 0}


B) {-9, 3, 1}


C) {-1, 3, 1}


D) {15, 3, 0}

Respuesta :

gmany
gmany gmany
  • 12-01-2019

The domain {-2, 0, 1} of the function f(x) = x² - 4x + 3 → y = x² - 4x + 3.

Calculate the values of y for each values of x from domain:

for x = -2 → y = (-2)² - 4(-2) + 3 = 4 + 8 + 3 = 15

for x = 0 → y = 0² - 4(0) + 3 = 0 + 0 + 3 = 3

for x = 1 → y = 1² - 4(1) + 3 = 1 - 4 + 3 = 0

The range is D) {15, 3, 0}

Answer Link

Otras preguntas

which populations would be hurt if bears were added?
Ella bought some key chains. if she paid $24 for the keys chains, and each one cost the same wholedollar amount , how many could she have bought? a.5 b.6c.7d.10
differentiate hundred and hundredth.​
12−6x>24 I need help with this
Time test pls hurry3 Which of the following is a solution to the equation ? 49 c=7-} A be B x = 7- С <=74 D This equation has no solution E = 77
Calculate normality and tire of KOH solution , if CN H2 C2 O4 solution , that is nessesary for titration is 0.1050 mol/1 and the Volume is 5.0 ml ; the volume o
why social problems prevalent in Nepali society mostly affect women than men​
Completa el espacio en blanco con la forma correcta del verbo "ver." Usa el tiempo imperfecto. Ella ____ una película. vía ves veías veía
Which expression is equivalent to (3/x-2) -5 divided by 2-(4/x-2) ? a. 2x-8/13-5x b. -5x-8/2x-8 c. -5x-4/x-2 d. 13-5x/2x-8
What is the value of numX when this program is executed? if 3 < 5 and 8 != 3: numX = 3 else: numX = 7 numX is .