

InterviewSolution
Saved Bookmarks
1. |
Of the following quadratic equations, which is the one whose roots are 2 and – 15 ?(a) x2 - 2x + 15 = 0(b) x2 + 15x - 2 = 0(c) x2 + 13x - 30 = 0(d) x2 - 30 = 0 |
Answer» (c) x2 + 13x - 30 = 0 • x2 - 2x + 15 = 0 ⇒ (x - 5)(x + 2) = 0 ⇒ x = 5, -2 • x2 + 15x - 2 = 0. Solving x ≠ 2, -15 • x2 + 13x - 30 = 0 ⇒ (x + 15)(x - 2) = 0 ⇒ x = -15, 2 • x2 - 30 = 0 ⇒ x2 = 30 ⇒ x = ±\(\sqrt{30}.\) |
|