Three consecutive positive integers are raised to the first, second, and third powers respectively and added. The sum is a perfect square whose square root equals the total of the three original integers. Which range best describes the minimum integer \(m\) of these three?
Show Hint
Always test small ranges after setting up the algebraic condition to quickly find the valid range.
Let integers be \(m, m+1, m+2\).
Sum: \(m^1 + (m+1)^2 + (m+2)^3\).
Condition: \(\sqrt{\text{Sum}} = 3m + 3\).
Squaring and solving shows smallest \(m\) satisfying is in range \(7 \le m \le 9\).