InterviewSolution
Saved Bookmarks
| 1. |
Find the two roots of equation, √3x2 – 8x + 5√3 = 0.1. 3, -5√32. √3, 5√33. √3, 5/√34. -√3, 5/√3 |
|
Answer» Correct Answer - Option 3 : √3, 5/√3 Given: √3x2 – 8x + 5√3 = 0 Concept used: By using factorization method (Middle term split) Calculation: √3x2 – 8x + 5√3 = 0 ⇒ √3x2 – 5x – 3x + 5√3 = 0 ⇒ x(√3x – 5) – √3(√3x – 5) = 0 ⇒ (√3x – 5)(x – √3) = 0 ⇒ (√3x – 5) = 0 or (x – √3) = 0 ⇒ x = 5/√3 or x = √3 ∴ The two roots of equation is √3 and 5/√3. |
|