How do you write a quadratic equation in standard form that has two solutions, 6, and -10 with the leading coefficient one?

1 Answer
Sep 29, 2016

y=x^2+4x-60y=x2+4x60

Explanation:

We want an equation which equals 00 at the given points 66 and -1010.

Our quadratic equation should be a product of expressions which are zero at the specified roots.
Consider (x-6)*(x+10) = 0(x6)(x+10)=0

This equality holds if x=6x=6 since
(6-6)*(6+10) = 0*16 = 0(66)(6+10)=016=0
And the equality holds if x=-10x=10 since
(-10-6)*(-10+10) = -16*0 = 0(106)(10+10)=160=0

Expanding this equation by the FOIL method, we get:

x^2 + 10x - 6x - 60x2+10x6x60

Combining like terms, we find our solution:

x^2 +4x - 60x2+4x60