puzzle contents
Contents
raw puzzle

Three Digits Number

Robert Eisele

We are looking for a three-digit number that meets the following conditions:

Solution

We are looking for a three-digit number xx, that consists of the digits a,b,ca, b, c. It follows that:

100100a+10b+c<1000100\leq 100a+10b+c<1000

Since the third digit is the product of the first two digits, it follows:

c=ab<10c = ab < 10

Also, let none of the three digits be a prime, so:

a,b,c{2,3,5,7}a,b,c{0,1,4,6,8,9}a,b,c\notin \{2,3,5,7\}\Leftrightarrow a,b,c\in \{0,1,4,6,8,9\}

If the number xx shall not be divisible by 5 it follows the last digit cc is not zero or five. Since five is already excluded by the prime rule, we have c0c\neq 0. Because 100x<1000100\leq x<1000 follows that aa is not zero and from c=abc=ab follows that b0b\neq 0. This means xx does not have any zero digits.

The product of the first two digits aa and bb combined with all remaining digits {1,4,6,8,9}\{1,4,6,8,9\} shows that c<10c<10 is only possible if a=1a=1 or b=1b=1. The final number x=100a+10b+abx=100a + 10b + ab can therefore only have the following format: 100+11b100 + 11b or 101a+10101a+10.

Possible solutions are therefore x{111,144,166,188,199,414,616,818,919}x\in\{111, 144, 166, 188, 199, 414, 616, 818, 919\}.

If we test this set of possible solutions against the given divisibility restrictions, we find the solution to be x{166,199,818,919}x\in\{166, 199, 818, 919\}.