SOLUTION: How do I solve x^2-(k+1)x+k=0 when k is not equal to 1?

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: How do I solve x^2-(k+1)x+k=0 when k is not equal to 1?      Log On


   



Question 935141: How do I solve x^2-(k+1)x+k=0 when k is not equal to 1?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
How do I solve x^2-(k+1)x+k=0 when k is not equal to 1?
---
Use the Quadratic formula::
x = [(k+1)+-sqrt((k+1)^2-4)]/2
----
x = [k+1 +-sqrt(k^2+2k-3)]/2
-------------------
Cheers,
Stan H.
--------------