Question 784154
 The 1st, 2nd, and 3rd digits are all the same.
100n+10n+n = 11n
 Together they make a three-digit number that is 70 less than the square of the product of the first two digits.
111n = (n*n)^2 - 70
111n = (n^2)^2 - 70
111n = n^4 - 70
n^4 - 111n - 70 = 0
Find the positive solution for this equation by graphing
{{{ graph( 300, 200, -6, 10, -500, 500, x^4-111x-70) }}}
n = 5
:
:
See if that works in the original statement
555 = (5*5)^2 - 70
555 = 625 - 70