Réponse :
Explications étape par étape
Bonsoir
Développer, réduire et ordonner les expressions suivantes :
A(x) = (2x + 3)(x + 7)
A(x) = 2x * x + 2x * 7 + 3 * x + 3 * 7
A(x) = 2x^2 + 14x + 3x + 21
A(x) = 2x^2 + 17x + 21
B(x) = (5x - 1)(3x - 2)
B(x) = 5x * 3x - 5x * 2 - 1 * 3x - 1 * (-2)
B(x) = 15x^2 - 10x - 3x + 2
B(x) = 15x^2 - 13x + 2
C(x) = (-3x + 1)(x - 1)
C(x) = -3x^2 + 3x + x - 1
C(x) = -3x^2 + 4x - 1