PUZZLE IBM-318
Splitting a number
IBM Research · Ponder This · 2024-10
IBM Ponder This #318 · October 2024
This puzzle was suggested by Karl Heinz Hofmann - thanks!
We are looking for a natural number X satisfying the following properties of its decimal representation:
-
All the digits
appear at least once, but do not appear at all. -
X can be written as a front part A and back part B, such that if X were a string, it could be written as A concatenated with B, such that
-
B is the product of the digits of X.
-
X is a multiple of B.
-
B is a perfect square.
For example,
Your goal: Find the least number X satisfying the above properties.
A bonus "*" will be given for finding the least number X satisfying the above properties except property 2.3 which is replaced by a new property: 2.3 The digit product of A is a perfect cube.
Solution
Best opened after a real attemptTo be added.