👤

4. Scrie mulțimea care reprezintă graficul funcției f:{-1, 0, 1, 2} → R, f(x) = 3 +2.​

Răspuns :

Răspuns:

Explicație pas cu pas:

f : {- 1 ; 0 ; 1 ; 2} → ℝ

f(x) = 3x + 2

f(- 1) = 3 × (- 1) + 2 = - 3 + 2 = - 1

f(0) = 3 × 0 + 2 = 3 + 2 = 5

f(1) = 3 × 1 + 2 = 5

f(2) = 3 × 2 + 2 = 6 + 2 = 8

Gf = {(- 1 ; - 1) ; (0 ; 5) ; (1 ; 5) ; (2 ; 8)}