91.6k views
0 votes
The difference of two positive integers is 5 and the sum of their squares is 433. Find their integers.

2 Answers

5 votes

Answer:

12 and 17

Explanation:

17 - 12 = 5, and 17^2 (289) + 12^2 (144) = 433

Hope this helps :D

User Johan Frick
by
3.3k points
7 votes

Answer:

12, 17

Explanation:

Let the two positive integers be x and (5 + x).

According to the given description:


{x}^(2) + {(x + 5)}^(2) = 433 \\ {x}^(2) + {x}^(2) + 10x + 25 = 433 \\ \\ 2 {x}^(2) + 10x + 25 - 433 = 0 \\ \\ 2 {x}^(2) + 10x - 408 = 0 \\ \\ 2( {x}^(2) + 5x - 204) = 0 \\ \\ {x}^(2) + 5x - 204 = 0 \\ \\ {x}^(2) + 17x - 12x - 204 = 0 \\ \\ x(x + 17) - 12(x + 17) = 0 \\ \\ (x + 17)(x - 12) = 0 \\ \\ x + 17 = 0 \: or \: x - 12 = 0 \\ \\ x = - 17 \: or \: x = 12 \\ \\ \because \: x \: is \: a \: + ve \: integer \\ \\ \implies x \\eq - 17 \\ \\ \therefore \: x = 12 \\ \\ 5 + x = 5 + 12 = 17 \\

Thus, the two positive integers are 12 and 17.

User Snazzer
by
3.5k points