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
Algebra: Polynomials, rational expressions and equations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Polynomials-and-rational-expressions
Question 935141
:
How do I solve x^2-(k+1)x+k=0 when k is not equal to 1?
Answer by
stanbon(75887)
(
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.
--------------