How do we factor Quadratic Equations?
Quadratic equations can be factored by using one of the following methods:
- Taking the greatest common factor which is when we determine the highest common factor that evenly divides into all the other terms.
- Using the perfect square method, where we transform a perfect square trinomial, a²+2ab+b² or a²-2ab+b² into a perfect square binomial, (a+b)² or (a - b)² .
- Grouping, which is when we group terms that have a common factor before factoring.
How do you solve equations by factoring?
An equation can be solved by expressing it as a product of multiple factors that equate to zero. Subsequently, the roots of the equation can be found by solving the equation "factor = 0" for each individual factor.
How do you factor quadratic equations with a coefficient of 1?
Quadratic equations with a coefficient of 1 can be factored by using the grouping method.
How do we factor equations by grouping?
2x²-8x+6
Step 1: List out the values of a, b and c.
a=2 b=-8 c=6
Step 2: Find the two numbers that product ac and also add to b.
ac=12b=-8
1x12 =12
2x6=12
-2-6=-8
The two numbers are therefore -2 and -6, as they can be used to add to -8, ie: by having -2 and -6. 1 and 12 cannot be arranged in any way that would make them equal to -8.
Step 3: Use these factors to separate the x-term (bx) in the original expression/equation.
2x²-8x+6=2x²-2x-6x+6
Step 4: Use grouping to factor the expression.
(2x²-2x)-(6x-6)=2x(x-1)-6(x-1)
=(2x-6)(x-1)
Step 5 (how to solve the quadratic equation): Equate the factored expression to 0 and solve for the x-intercepts.
(2x-6)(x-1)=0
x1:2x-6=0
x=3
x2:x-1=0
x=1
How do we factor fractions in quadratic equations?
Factoring quadratic equations with fractions is done by multiplying each term in the equation with the lowest common denominator. Let us have a look at this:
x²+1=(11/6)x-2/3
Step 1: Multiply each term with the lowest common denominator (LCD).
In this example, LCD=6.
6(x²+1)=6((11/6)x-2/3)
6x²+6=11x-4
Step 2: Equate your equation to 0, if it hasn't already been and then factor it. We will factor our equation by using the grouping method.
6x²-11x+10=0
This quadratic equation can be solved by using formula.