Qual è la forma standard di y = 2 (x + 4) ^ 2 - 21?

Qual è la forma standard di y = 2 (x + 4) ^ 2 - 21?
Anonim

Risposta:

#y = 2x ^ 2 + 16x + 11 #

Spiegazione:

La forma quadratica standard è #y = ax ^ 2 + bx + c #.

#y = 2 (x + 4) ^ 2 - 21 #

Per prima cosa, semplifica l'espressione tra parentesi con esponente:

#y = 2 (x + 4) (x + 4) -21 #

#y = 2 (x ^ 2 + 8x + 16) - 21 #

#y = 2x ^ 2 + 16x + 32 - 21 #

#y = 2x ^ 2 + 16x + 11 #

Come puoi vedere, questo è ora nella forma #y = ax ^ 2 + bx + c #.

Spero che questo ti aiuti!