Identifier les coefficients d'un trinôme

Énoncé

Pour chaque trinôme, identifier les coefficients a, b et c : a) f(x) = 3x^2 + 5x - 2 b) g(x) = -x^2 + 4x c) h(x) = 2x^2 - 7

Indice : Un trinôme est de la forme ax^2 + bx + c. Identifie chaque coefficient.

Correction

  1. Étape 1 : **a)** Pour f(x) = 3x^2 + 5x - 2 :

    a = 3, b = 5, c = -2

  2. Étape 2 : **b)** Pour g(x) = -x^2 + 4x (on peut écrire -x^2 + 4x + 0) :

    a = -1, b = 4, c = 0

  3. Étape 3 : **c)** Pour h(x) = 2x^2 - 7 (on peut écrire 2x^2 + 0x - 7) :

    a = 2, b = 0, c = -7