16.2.26∗ Find the smallest positive integer n, such that the last three digits of its cube are 888.
A number or a short expression. Spacing, $ signs and \frac vs / are all fine.
Official solution
Given that the unit digit of n3 is 8, we know n=10k+2. Thus, n3=(10k+2)3=1000k3+600k2+120k+8≡88(mod100), therefore k=4(mod5). Let k=5m+4(m be a non-negative integer), then n3≡600×42+120×(5m+4)+8≡88+600m≡888(mod1000), hence m=3,n=192.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.