

InterviewSolution
Saved Bookmarks
1. |
Find the roots of the following quadratic equation by factorisation,100x2 – 20x + 1 = 0 |
Answer» Given : 100x2 – 20x + 1 =0 ⇒ 100x2 – 10x – 10x + 1 = 0 ⇒ 10x(10x – 1) – 1(10x – 1) = 0 ⇒ (10x – 1) (10x – 1) = 0 ⇒ 10x – 1 = 0 ⇒ 10x = 1 ⇒ x = 1/10 , 1/10 are the roots of the given Q.E. |
|