Difficulty: Moderately Easy
Things You’ll Need:
Factoring Quadratic Equations
Step1
Solve the equation for zero.Example: (x^2)-7x=18 --->(x^2)-7x-18=0 by subtracting 18 from both sides.
Step2
Factor the left side of the equation by determining two numbers that add up to, in this case, -7, and can be multiplied together to get -18.Example: -9 and 2-9*2=-18-9+2=-7
Step3
Put the left side of the quadratic equation into two factors that can be multiplied out to get the original quadratic equation.Example: (x-9)(x+2)=0Because x*x=x^2-9x+2x=-7x-9*2=-18So you can see that all the elements of the original quadratic equation are there.
Step4
Solve each factor of the equation for zero to get your solution set for the quadratic equation.Example:x-9=0 so x=9x+2=0 so x=-2So, your solution set for the equation is {9, -2}