lesson

Updated 6 days ago ยท 1 view
If two mystery numbers multiply together to give zero, what can you say for sure about at least one of them?
One of them must be zero. This simple insight turns out to be the secret key to solving quadratic equations.
The Zero Product Property
The zero product property (also called the null factor law) states that if AรB=0, then either A=0, B=0, or both are zero.
๐Interactive diagram
Mathematician Thomas Harriot first popularized setting polynomial equations to zero in the early 1600s, realizing it made them vastly easier to break down.
How do we rewrite an equation with an x2 term into two multiplying factors? Let's break down the mechanics.
Factoring Monic Quadratics
A monic quadratic is an expression of the form x2+bx+c, where the leading coefficient (the number multiplying x2) is simply 1.
To factor x2+bx+c into (x+p)(x+q), we need two integers p and q that multiply to c and add up to b.
๐Interactive diagram
This works because expanding (x+p)(x+q) gives x2+(p+q)x+pq, directly matching our original expression.
Now that we know how to factor, how do we find the actual solutions to an equation?