.
it is given that k is a root of quadratic equation x2+x+c = 0
Find the other root of equation
~~~~~~~~~~~~~~~~~~~~~~
If k and p are the roots, then
k + p = -1 (the coefficient at x with the opposite sign).
Hence, the other root is p = -1-k.
Another solution:
If k and p are the roots, then
k*p = c (the constant term).
Hence, the other root is p =
. (If "k" is not zero !)