An unusual cryptogram

Logic Level 1

× = \huge{\Box \times \Box \Box = \Box \Box \Box}

Fill the boxes above with the digits 1 , 2 , 3 , 4 , 5 , 6 1,2,3,4,5,6 , with no digit repeated, such that the equation is true.

Enter your answer by concatenating all digits in the order they appear. For example, if the answer is 1 × 23 = 456 1 \times 23 = 456 , enter 123456 123456 as your final answer.

Also try its sister problem .


The answer is 354162.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

12 solutions

Henny Lim
Oct 21, 2015

I did some trial and errors.
But definitely I found these conditions:
1. First digit must not be 1 and 5.
2. First digit cannot be 2, since 2 times 6x would yield 12x (double 2), and 2 times 5 would yield either 11x (double 1) or 10x (we did not have 0 here).
3. The last digit cannot be 1 and 5 as well.
4. The fourth digit cannot be larger than 2.
5. The second digit cannot be smaller than 3.


Based on those facts, I tried several combinations and found 3 x 54 = 162.

35 x 6 = 210

Mico Arrafi Arrafi - 4 years, 11 months ago

Log in to reply

But 0 is not an option

Ellie Marilanna - 4 years, 9 months ago

643258 is also solution

Claude rabillon - 4 years, 6 months ago

Log in to reply

No 8 is not part

Claude rabillon - 4 years, 6 months ago

I also note that no product of the given digits ends in 3, so the last digit cannot be any of the given odd numbers.

Gloria Morse - 3 years, 3 months ago

I am the 7000th solver!

Mohammad Farhat - 2 years, 9 months ago
Simon Frohlich
Oct 20, 2015

Trial and Error:

3 × 54 = 162 3 \times 54 = 162

what about 3x66=198

Jacob Filbey - 4 years, 7 months ago
Denton Young
Oct 20, 2015

Looking at last digits only: you can't use 1 as the last digit of any of the numbers. 6 won't work either, or 5. So it has to be 2, 3 and 4. 3 x 4 = 12, so either it's 4 x #3 = ##2 or 3 x #4 = ##2. Clearly the first digit of the last number is 1, as it can't be 5 or 6. Therefore 4 x #3 is ruled out. Since the final number is a multiple of 3, it has to be 162. So the solution is 3 x 54 = 162.

Moderator note:

In the first paragraph, it seems to me that you were only considering the last digits of the LHS. The argument doesn't apply to the RHS, and you need to consider factors carefully.

I agree that the last digit cannot be 5, since then another term has to be 5.

However, I disagree that the last digits of any of the numbers cannot be 6. For example, we could have 2 × 3 = 6 2 \times \square 3 = \square \square 6 .

To show that the last digit cannot be 1, we have to check that
- 1 × x x 1 \times x \equiv x
- There are no 2 terms which multiply together to give a last digit of 1. In particular, we need 3 × 7 = 1 3 \times 7 = 1 .

please explain this question ?

Jannat Muraza - 5 years, 7 months ago
Ori Ashual
Oct 22, 2015

from itertools import permutations

for l in permutations(range(1,7), 6):
    if l[0] * (l[1] * 10 + l[2]) == l[3] * 100 + l[4] * 10 + l[5]:
        print (l)

output is (3, 5, 4, 1, 6, 2)

interesting

赵 林 - 1 year, 1 month ago
William Taylor
Nov 22, 2016

Well we have 6 positions which i shall label a,b,c,d,e,f

We know that a(10b+c)=100d+10e+f

Therefore 10ab +ac = 100d + 10e +f

as ab is multiplied by 10 it does not affect f. ac mod 10 must therefore be f. I tried this with each number 1-6 and found that the only the following values work:

a c f
2 3 6
3 2 6
3 4 2
4 3 2

This reduces the amount of trial and error required significantly with the final answer being 3 X 54 =162

Mohammad Khaza
Jun 24, 2017

3x54=162

no repeat of any number.

Elly Mine
Nov 1, 2016

Determine that:

  1. First digit cannot be 1 (because then attaining RHS is impossible as a 2 digit number < a 3 digit number).

  2. Third digit cannot be 1 either as it will produce a repetition, because digit 6 will equal digit 1.

  3. Neither the first or third digit can be 5, because multiplying the two will always give either 5 or 0 as digit -either a repetition, or invalid (0 is not given as an option).

First digit * third digit gives last digit. Listing possibilities:

2*3 gives 6

2*4 gives 8

2*5 gives 0

2*6 gives 2

3*2 gives 6

3*4 gives 2

3*6 gives 8

4*2 gives 8

4*3 gives 2

4*6 gives 4

6*2 gives 2

6*3 gives 8

6*4 gives 4

Bolded are the only viable options. Rest are rejected due to repetition, or invalid digits (8 or 0).

Go through the cases 1 by 1.

2 * _ 3 = _ _6

1, 4, 5 unused.

second digit cannot be 1. (2 * 13 = 26)

second digit cannot be 4. (2 * 43 = 86)

second digit cannot be 5. (2 * 53 = 106)

rejected.

3 * _ 2 = _ _6

1, 4, 5 unused.

second digit cannot be 1. (3 * 12 = 36)

second digit cannot be 4. (3 * 42 = 126)

second digit cannot be 5. (3 * 52 = 156)

rejected.

3 * _ 4 = _ _2

1, 5, 6 unused.

second digit cannot be 1. (3 * 14 = 42)

second digit is 5. (3 * 54 = 162)

solution found.

4 * _ 3 = _ _2

1, 5, 6 unused.

second digit cannot be 1. (4 * 13 = 52)

second digit cannot be 5. (4 * 53 = 212)

second digit cannot be 6. (4 * 63 = 252)

rejected.

It can be a tad more efficient if you, for example, recognize that for second digit to be 1 first digit has to be 6 (because since 100 = 5 * 20, and a two-digit number starting with 1 has to be less than 20, the multiplier has to be greater than 5 to attain a 3-digit number on right hand side) but that kind of takes more time than trying 4 cases.

Hung Woei Neoh
May 24, 2016

Now, we use alphabets to represent the equation for easy explanation:

C × A B = D E F C \times \overline{AB} = \overline{DEF}

A B × C D E F \quad \;\; AB\\ \underline{\times\;\; \quad C}\\ \underline{\;\;\;DEF}

Now, we start by picking digits for B × C = F B \times C = F

Since we cannot repeat the numbers, we cannot put 1 1 in B B or C C , because it would result in 1 × C = C 1 \times C = C or B × 1 = B B \times 1 = B .

Next, we cannot put 5 5 in B B or C C , because that will result in F F being 5 5 or 0 0 , which is not possible.

2 , 3 , 4 2,3,4 and 6 6 are left. Do a bit of trial and error, and you will find 2 possibilities:

4 × 3 = 12 4 \times 3 = 12 , where F = 2 F=2 or 2 × 3 = 6 2 \times 3 = 6 , where F = 6 F=6 . These gives us 4 possible combinations:

Combination 1

A 2 × 3 D E 6 \quad \;\; A2\\ \underline{\times\;\; \quad 3}\\ \underline{\;\;\;DE6}

Since the product is a 3-digit number, A A can only take 4 4 or 5 5 . However, this does not give us the answer we want, because

42 × 3 = 126 52 × 3 = 156 42 \times 3 = 126\\ 52 \times 3 = 156

Combination 2

A 3 × 2 D E 6 \quad \;\; A3\\ \underline{\times\;\; \quad 2}\\ \underline{\;\;\;DE6}

For the product to have 3 digits, A A can only be 5 5 . However, 53 × 2 = 106 53 \times 2 = 106 , which is not the answer we want.

Combination 3

A 3 × 4 D E 2 \quad \;\; A3\\ \underline{\times\;\; \quad 4}\\ \underline{\;\;\;DE2}

For the product to have 3 digits, A A must be 5 5 or 6 6 . However, we won't get the answer we want:

53 × 4 = 212 63 × 4 = 252 53 \times 4 = 212\\ 63 \times 4 = 252

Combination 4

A 4 × 3 D E 2 \quad \;\; A4\\ \underline{\times\;\; \quad 3}\\ \underline{\;\;\;DE2}

For the product to have 3 digits, A A must be 5 5 or 6 6 . We get:

64 × 3 = 192 54 × 3 = 162 64 \times 3 = 192\\ 54 \times 3 = 162

The final one uses the digits 1 1 to 6 6 , which is the answer we want.

54 × 3 162 \quad \;\;\, 54\\ \underline{\times\;\; \quad 3}\\ \underline{\;\;\;\;\,162}

3 × 54 = 162 3 \times 54 = 162

Therefore, the answer to submit is 354162 \boxed{354162}

Ashish Menon
Nov 28, 2015

It took too much time to solve it

Anand Chitrao
Oct 27, 2015

The unit's place digit in both the multiplied numbers must have different parity.(which can be checked) Then 3 × 54 = 162 follows immediately

Saya Suka
Jan 6, 2021

Numbers range between and including both 1 and 6. With only limited odd digits, that is just the three of them and included a 5 at that, we can't have an odd 3 digits answer or we'd need more than one 5.
{ 1 , 2 , 3 , 4 , 5 , 6 }
10n + 2 = 3 x 4 or
10n + 6 = 2 x 3 are the only possibilities. Anyway, 2 & 3 will be taken out of the pool and be put at the rear of the numbers.
Considering the largest two of the digits, multiplying them together only gives an output of 30, so even when the two be let to head the multipliers, it's impossible to reach over 400 (literally, 54 x 6 = 324). With 2 & 3 made unavailable (by their rear placements), then the hundreds place must be 1.
Let's have the boxes be substituted by A x BC = DEF for easier reference. D = 1 is already established. 5 can only be either B or E.
Possibility 1 : If A = 3, then 1 + E + F is a multiple of 3. With F either 2 or 6, E must be 6 or 5 respectively. Considering 6 = 2 x 3 has no carry over, a 5 as E is rendered impossible by the same argument in the first paragraph. 162 / 3 = 54 is one solution found.
---> 354162






Possibility 2 : If A = 4, then EF = 52 (F can only be 2, and alongside it E must be odd, with 5 the only available odd). Division attempt of 152 / 4 = 38 is unsuccessful to reach a feasible result.

Possibility 3 : If A = 2, then EF = 46 (F can only be 6, and alongside it E must be even since 2 x 3 has no carry over, with 4 the only available even number). Division attempt of 146 / 2 = 73 is unsuccessful to reach a feasible result.

Jinjie Zhang
Dec 23, 2020

I've done it through trial and error. My final answer is 3 \times 54 = 162

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...