SOLUTION: The sum of two integers is 13. The sum of their squares is 97.Find the integers.
Algebra
->
Customizable Word Problem Solvers
->
Numbers
-> SOLUTION: The sum of two integers is 13. The sum of their squares is 97.Find the integers.
Log On
Ad:
Over 600 Algebra Word Problems at edhelper.com
Word Problems: Numbers, consecutive odd/even, digits
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Numbers Word Problems
Question 703403
:
The sum of two integers is 13. The sum of their squares is 97.Find the integers.
Answer by
nshah11(47)
(
Show Source
):
You can
put this solution on YOUR website!
Let the two integers be x and y.
x^2 + y^2 = 97
x + y = 13 => x = 13 - y
(13 - y)^2 + y^2 = 97
169 - 26y + 2y^2 = 97
2y^2 - 26y + 72 = 0
y^2 - 13y + 36 = 0
(y - 9)(y - 4) = 0 => y = 4, 9
x = 9, 4