Word problemMediumQuestion 220024
Question
If the sum of the squares of two consecutive natural numbers is 145, the numbers are:
- A8, 9Correct
- B9, 10
- C7, 8
- D10, 11
Correct answer
8, 9
Explanation
Let numbers be n and n+1. n² + (n+1)² = 145 → 2n²+2n+1 = 145 → 2n²+2n−144 = 0 → n²+n−72 = 0 → (n+9)(n−8) = 0 → n = 8. Numbers: 8, 9.