Hi.
Let's start by assigning the letter "x" to the first integer and the letter "y" to the second integer.
The problem tells us that the sum of the squares of these two integers is 725. So:
x2 + y2 = 725
We're also told that the first integer (x) is "5 less than twice" the second integer (y). So:
x = 2y - 5
Therefore:
x2 + y2 = 725
(2y-5)2 + y2 = 725
[(2y - 5) (2y - 5)] + y2 = 725
4y2 -20y + 25 + y2 = 725
5y2 - 20y - 700 = 0
Now we divide by 5
y2 - 4y - 140 = 0
Next, we factor:
(y + 10) (y - 14) = 0
Solve separately for each:
y = -10, y = 14
The answer has to be a positive integer, so let's choose y = 14
If y = 14, then x = 2y -5 = 2(14) - 5 = 23
Let's see if we are right. Does 142 + 232 = 725?
142 = 195
232 = 529
195 + 529 = 724
We have a discrepancy of 1. But we need to stick to whole numbers so we are going to go with our answers.