Q: Product of 3 consecutive even integers is 87,***,**8 where * are missing digits. Find missing digits without a calculator?
I know the answer is 87,526,608 with the even integers 442, 444, 446 but that is with a calculator. I should find it without a calculator.
I found the ones and hundreds digit of the even integer easily. The ones digit can be 0, 2, 4, 6, 8. We try the product of 3 consecutive even digits and only the product of 2, 4, and 6 have 8 as ones. So, the consecutive even integers have to be **2, **4, **6.
Next for the hundreds I checked 400x400x400 and it is 64,000,000 while 500x500x500 is 125,000,000. 87,***,**8 is between these numbers so the hundreds digit of the middle number has to be 4. Since the ones are 2, 4, and 6, the hundreds digit of all three consecutive even integers is 4.
Now how should I proceed to get the tens digit OR is there a way to get all the missing digits without knowing the 3 consecutive even digits.
Edit: Ok I am getting the exact same answers that involve cubing of 2-digit numbers. This is not allowed.
$(n-2)n(n+2) = n^3 - 4n$
$n = 400 + m + 4$
$n, n-2, n+2 \approx 4.m\times 10^2$ and so we need
$4.m^3 \approx 87$
$4.m^3 = 64 + 3*16*\frac 1{10}m + 3*4*\frac 1{100}m^2 + \frac 1{1000}m^3 \approx 87$
$4.8m + .12m^2 + .001m^3 \approx 23$
If $m = 5$ then $4.8m = 24$ is too high but $m =4$ is about right. $4.8m = 19.2$ and $.12*16 = 8*.24\approx 2$ and $0.001 = .065$ is bit too small. But too small is okay as $(400 + 10m)^3 < (400 + 10m +2)(400 + 10m + 4) (400 + 10m +6)$.
So the middle digit is $4$. .... that is if there is any solution.
As for finding the missing digits... well it's tedious to multiply $442*444*446$ on paper... but it's not undoable.