SOLUTION: What 2 numbers add to get "1" and multiply to get "5"?

Algebra ->  Test -> SOLUTION: What 2 numbers add to get "1" and multiply to get "5"?      Log On


   



Question 1050872: What 2 numbers add to get "1" and multiply to get "5"?
Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
1) x + y = 1
:
2) x * y = 5
:
solve equation 1) for x
:
x = 1 - y
:
substitute for x in equation 2)
:
(1 - y) * y = 5
:
y - y^2 = 5
:
y^2 -y +5 = 0
:
solve for y by completing the square
:
y^2 -y = -5
:
y^2 -y +(1/4) = -5 +(1/4)
:
(y - (1/2))^2 = -19/4
:
y -(1/2) = square root(-19/4) = (i * square root(19))/2
:
**********************************
y = (1 + i * square root(19)) / 2
y = (1 - i * square root(19)) / 2
**********************************
:
***********************************************************************
x = 1 - ((1 + i * square root(19)) / 2) = (1 - i * square root(19)) / 2
x = 1 - ((1 - i * square root(19)) / 2) = (1 + i * square root(19)) / 2
***********************************************************************
:
we have two sets of solutions
:
**********************************
x = (1 - i * square root(19)) / 2
y = (1 + i * square root(19)) / 2
:
x = (1 + i * square root(19)) / 2
y = (1 - i * square root(19)) / 2
**********************************
:
checking answers
:
clearly x + y = 1
:
what about xy = 5
:
xy = (1 -(i^2 * 19)) / 4 = (1 - (-19)) / 4 = 20 / 4 = 5
:
our answers check :-)
: