Puzzle: Find a number that becomes 57 times smaller when the first digit is deleted.
Answer: 7125
Explanation:
ab...z = 57 * b...z
X = b...z
aX = 57X
X + a0...0
\__ _/
\/
k
above is X + a with k zeros
aX = a . 10^k + X
I don't understand from the a0...0 part.
If I relate it to something I do know then I can't see how it makes any sense.
eg
x=3
a=7
so:
ax = 21
imagine we don't know that a = 7 but we do know:
ax = 21
using the logic above we say:
ax = x + a0...0
ax = 3 + a0...0
21 = 3 + 70...0
but 3 + 7 with any number of zeros does not get you 21???
and:
aX = a . 10^k + X
aX = 21
a * 10^k + X
7 * 10^k + 3
but 7 multiplied by any number + 3 does not give us 21???
Let : $$ 1<a<9$$ $$ 0 \le n $$ $$ 0 < b < 10^n $$ Then the equation to be resolved is: $$ 10^n a + b = 57 b $$ $$ 2^n 5^n a = 2^3 \cdot 7 \cdot b $$ $$ 2^{n-3} \cdot 5^n \cdot a = 7 \cdot b $$ $$ 5^3 \cdot 10^{n-3} \cdot a = 7 \cdot b $$ If $ a = 7 $ : $$ 5^3 \cdot 10^{n-3} \cdot 7 = 7 \cdot b $$ $$ 5^3 \cdot 10^{n-3} = b $$ $$ 125 \cdot 10^{n-3} = b $$ $$ a=7, b \in \{125, 1250, 12500, ...\} $$ If $ a \neq 7 $(and $a \neq 0$ precondition): No solutions, the left part of equation is not divisible by 7 and the right always divisible by 7.