InterviewSolution
Saved Bookmarks
| 1. |
If one zero\'s of 4xx-9-8kx is negative of other find K |
| Answer» Let, the two zeroes of the polynomial f(x) = 4x2 - 8kx - 9 be α and -α.Comparing f(x) = 4x2\xa0- 8kx - 9 with ax2+bx+c we geta = 4; b = -8k and c = -9.Sum of the zeroes = α + (-α) ={tex}-\\frac ba=\\;-\\frac{-8k}4 {/tex}0 = 2kk = 0 | |