Hva er standardformen for y = (x + 2) (4x + 1)?

Hva er standardformen for y = (x + 2) (4x + 1)?
Anonim

Svar:

# Y = 4x ^ 2 + 9x + 2 #

Forklaring:

Standardformularen for en kvadratisk ligning er

#COLOR (hvit) ("XXX") y = ax ^ 2 + bx + c #

med konstanter #a, b, c #

gitt # Y = (x + 2) (4x + 1) #

vi kan konvertere dette til standardformular ved bare å multiplisere de to faktorene på høyre side:

#COLOR (hvit) ("XXX") (x + 2) (4x + 1) = 4x ^ 2 + 9x + 2 #

Svar:

# Y = 4x ^ 2 + 9x + 2 #

Forklaring:

# Y = (x + 2) (4x + 1) #

Folie de to binomialene.

# a = x, b = 2, c = 4x, d = 1 #

# Y = (x * 4x) + (x * 1) + (2 * 4x) + (2 * 1) #

Forenkle.

# Y = 4x ^ 2 + x + 8x + 2 #

Kombiner like vilkår.

# Y = 4x ^ 2 + 9x + 2 #