SOLUTION: Find two numbers such that their sum is 10 and their product is 22.

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: Find two numbers such that their sum is 10 and their product is 22.      Log On


   



Question 101116This question is from textbook Algebra for College Students
: Find two numbers such that their sum is 10 and their product is 22. This question is from textbook Algebra for College Students

Answer by edjones(8007) About Me  (Show Source):
You can put this solution on YOUR website!
A)x+y=10
B)xy=22
.
y=22/x from B)
.
x+(22/x)=10 substitute 22/x for y in A)
x^2+22=10x multiply x times each side.
x^2-10+22=0
Quadratic formula: x=5+sqrt(3) or x=5-sqrt(3)
.
When x=5+sqrt(3) y=10-(5+sqrt(3))=10-5-sqrt(3)=5-sqrt(3)
When x=5-sqrt(3) y=10-(5-sqrt(3))=10-5+sqrt(3)=5+sqrt(3)
.
Check:
5+sqrt(3)+5-sqrt(3)=10
(5+sqrt(3))*(5-sqrt(3))=25-3=22
Ed