Read Mode
Number Patterns & Quadratic Identities
The sum of the squares of two consecutive positive integers exceeds their product by 91. Find the integers.
Explanation and memory cue
Let the two consecutive positive integers be n and n+1. The sum of their squares is n^2 + (n+1)^2, and their product is n(n+1). According to the problem, n^2 + (n+1)^2 = n(n+1) + 91. Simplifying, we get 2n^2 + 2n + 1 = n^2 + n + 91, which reduces to n^2 + n - 90 = 0. Solving this quadratic equation gives n = 9 or n = -10 (discard negative). Thus, the integers are 9 and 10. Checking the original condition: 9^2 + 10^2 = 81 + 100 = 181; their product is 90; 181 - 90 = 91, which matches the problem statement. Therefore, the correct answer is A (9, 10).