How do you write the function in standard form #y=-3(x-7)(x+4)#?

1 Answer
Feb 10, 2017

To write this in standard form we need to multiply the two terms in parenthesis on the right side of the equation.

To multiply these two terms you multiply each individual term in the left parenthesis by each individual term in the right parenthesis.

#y = -3(color(red)(x) - color(red)(7))(color(blue)(x) + color(blue)(4))# becomes:

#y = -3((color(red)(x) xx color(blue)(x)) + (color(red)(x) xx color(blue)(4)) - (color(red)(7) xx color(blue)(x)) - (color(red)(7) xx color(blue)(4)))#

#y = -3(x^2 + 4x - 7x - 28)#

We can now combine like terms:

#y = -3(x^2 + (4 - 7)x - 28)#

#y = -3(x^2 - 3x - 28)#

We can now multiply each term in parenthesis by #-3#:

#y = (-3 xx x^2) - (-3 xx 3x) - (-3 xx 28)#

#y = -3x^2 + 9x + 84#