

InterviewSolution
Saved Bookmarks
1. |
Find the values of k for roots are real and equal in equation:9x2 – 24x + k = 0 |
Answer» The given equation 9x2 – 24x + k = 0 is in the form of ax2 + bx + c = 0 Where a = 9, b = -24, c = k For the equation to have real and equal roots, the condition is D = b2 – 4ac = 0 ⇒ (-24)2 – 4(9)(k) = 0 ⇒ 576 – 36k = 0 ⇒ k = 16 The value of k is 16. |
|