Saved Bookmarks
| 1. |
Find the roots of the equation x² + x − p(p + 1) = 0, where p is a constant |
|
Answer» X^2 + x - P(p+1) = 0 => x^2 + (p+1)x - px - p(p+1) = 0 => x( x + p + 1) - p (x + p + 1) = 0 => (x - p) (x + p + 1) = 0 Roots are P and - (p + 1) |
|