Question
Question: How do you factor \(5{{x}^{2}}-16x+12\)?...
How do you factor 5x2−16x+12?
Solution
We are given a quadratic equation which has to be solved by the method of factoring the equation. We shall break down the x-variable term into two parts which must add up to -16x given in the equation. Then, we will group the common terms and form two linear equations in x-variable out of the given quadratic equation. After further equating each of the linear equations to zero to get our required solution.
Complete step by step solution:
There are four methods for solving quadratic equations, namely, factoring method, completing the square method, taking the square root method and the last method is solving using the various properties of polynomials.
However, we will use the method of factoring the quadratic equation which makes our calculations simpler.
For any quadratic equation ax2+bx+c=0,
the sum of the roots =−ab and the product of the roots =ac.
Thus, for the equation, 5x2−16x+12,
⇒5x2−16x+12=0
We will find numbers by hit and trial whose product is equal to 5×(12)=60 and whose sum is equal to −16 .
Such two numbers are -10 and -6 as −6+(−10)=−16 and (−6)×−10=60.
Now, factoring the equation:
⇒5x2−10x−6x+12=0
Taking common, we get:
⇒5x(x−2)−6(x−2)=0⇒(x−2)(5x−6)=0
Hence, x−2=0 or 5x−6=0
⇒x=2 or x=56
Therefore, the roots of the equation are x=2,56.
Note: We must be careful enough to find the right common factors of the multiple terms given. We must also be careful enough while grouping the terms in order to avoid mistakes. Another method of solving these quadratic equations is by finding the discriminant of the equation and then finding the roots using x=2a−b±b2−4ac.