Question
Question: Solve the quadratic equation \[3{x^2} - 7x + 2 = 0\]...
Solve the quadratic equation
3x2−7x+2=0
Solution
If we have a polynomial of degree ‘n’ then we have ‘n’ number of roots or factors. A polynomial of degree two is called a quadratic polynomial and its zeros can be found using many methods like factorization, completing the square, graphs, quadratic formula, etc. The quadratic formula is used when we fail to find the factors of the equation. We are going to solve this using the quadratic formula method. That is x=2a−b±b2−4ac.
Complete step-by-step solution:
Given, 3x2−7x+2=0.
On comparing the given equation with the standard quadratic equation ax2+bx+c=0. We get, a=3, b=−7 and c=2.
Substituting in the formula of standard quadratic, x=2a−b±b2−4ac.
⇒x=2(3)−(−7)±(−7)2−4(3)(2)
⇒x=67±49−24
⇒x=67±25
We know that 25 is a perfect square.
⇒x=67±5
Thus, we have two roots,
⇒x=67+5 and x=67−5
⇒x=612 and x=62
⇒x=2 and x=31
This is the required result.
Note: We can also solve this using the factorization method. We have 3x2−7x+2=0
For factorization, the standard equation is rewritten as ax2+b1x+b2x+c=0 such thatb1×b2=ac andb1+b2=b.
Here we can say that b1=−6 and b2=−1. Because b1×b2=6 (a×c) and b1+b2=−7(b).
Now we write 3x2−7x+2=0 as,
3x2−6x−x+2=0
Taking ‘3x’ common in the first two terms and taking −1 common in the remaining two terms we have,
⇒3x(x−2)−(x−2)=0
Again taking (x−2) common we have,
⇒(3x−1)(x−2)=0.
By zero product principle we have,
⇒(3x−1)=0 and (x−2)=0
⇒3x=1 and x=2
⇒x=31 and x=2.
This is the required solution. We can see that in both we have the same answer.