Solveeit Logo

Question

Question: Solve the quadratic equation \[3{x^2} - 7x + 2 = 0\]...

Solve the quadratic equation
3x27x+2=03{x^2} - 7x + 2 = 0

Explanation

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=b±b24ac2ax = \dfrac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}}.

Complete step-by-step solution:
Given, 3x27x+2=03{x^2} - 7x + 2 = 0.
On comparing the given equation with the standard quadratic equation ax2+bx+c=0a{x^2} + bx + c = 0. We get, a=3a = 3, b=7b = - 7 and c=2c = 2.
Substituting in the formula of standard quadratic, x=b±b24ac2ax = \dfrac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}}.
x=(7)±(7)24(3)(2)2(3)\Rightarrow x = \dfrac{{ - ( - 7) \pm \sqrt {{{( - 7)}^2} - 4(3)(2)} }}{{2(3)}}
x=7±49246\Rightarrow x = \dfrac{{7 \pm \sqrt {49 - 24} }}{6}
x=7±256\Rightarrow x = \dfrac{{7 \pm \sqrt {25} }}{6}
We know that 25 is a perfect square.
x=7±56\Rightarrow x = \dfrac{{7 \pm 5}}{6}
Thus, we have two roots,
x=7+56\Rightarrow x = \dfrac{{7 + 5}}{6} and x=756x = \dfrac{{7 - 5}}{6}
x=126\Rightarrow x = \dfrac{{12}}{6} and x=26x = \dfrac{2}{6}
x=2\Rightarrow x = 2 and x=13x = \dfrac{1}{3}
This is the required result.

Note: We can also solve this using the factorization method. We have 3x27x+2=03{x^2} - 7x + 2 = 0
For factorization, the standard equation is rewritten as ax2+b1x+b2x+c=0a{x^2} + {b_1}x + {b_2}x + c = 0 such thatb1×b2=ac{b_1} \times {b_2} = ac andb1+b2=b{b_1} + {b_2} = b.
Here we can say that b1=6{b_1} = - 6 and b2=1{b_2} = - 1. Because b1×b2=6{b_1} \times {b_2} = 6 (a×c)(a \times c) and b1+b2=7(b){b_1} + {b_2} = - 7(b).
Now we write 3x27x+2=03{x^2} - 7x + 2 = 0 as,
3x26xx+2=03{x^2} - 6x - x + 2 = 0
Taking ‘3x’ common in the first two terms and taking 1-1 common in the remaining two terms we have,
3x(x2)(x2)=0\Rightarrow 3x(x - 2) - (x - 2) = 0
Again taking (x2)(x - 2) common we have,
(3x1)(x2)=0\Rightarrow (3x - 1)(x - 2) = 0.
By zero product principle we have,
(3x1)=0\Rightarrow (3x - 1) = 0 and (x2)=0(x - 2) = 0
3x=1\Rightarrow 3x = 1 and x=2x = 2
x=13\Rightarrow x = \dfrac{1}{3} and x=2x = 2.
This is the required solution. We can see that in both we have the same answer.