ABCDE * FGHIJ

Logic Level 1

1 1 4 X 9 × 1 X 8 2 1 1 2 3 4 5 6 7 8 9 \large{\begin{array}{lllllllll}&&&&&&&1&1&4&X&9\\\times&&&&&&&1&X&8&2&1\\\hline &\ &&1&2&3&4&5&6&7&8&9 \\\hline\end{array}}

Above shows an incomplete long multiplication for which X represents a single digit integer. What is the value of X?


The answer is 0.

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.

9 solutions

Ross Chaffin
Sep 6, 2016

Lots of fancy math here. Or you can simply write out the long multiplication problem.

The first two steps are:

114X9*1 = 114X9

114X9*20 = 228(2X+1)80

Since you know the tens place and the ones place are now DONE being calculated, you look at the tens place, which must equal 8. So X+8=8. X must equal 0.

Exactly what i did !!

Arjun SivaÞrasadam - 4 years, 7 months ago

definitely the simplest way.

Freddie Hand - 4 years, 5 months ago

Since 0 is the only single digit unused in the problem, I used the really obvious logic I have and knew that X=0

Marco Tarrosa - 2 years, 5 months ago
Stewart Gordon
Jun 3, 2016

From the digital root method, we know that 123456789 0 ( m o d 9 ) 123456789 \equiv 0\ (\mod 9) . We can apply the digital root method to the LHS as well. ( 1 + 1 + 4 + X + 9 ) ( 1 + X + 8 + 2 + 1 ) 0 ( m o d 9 ) ( 6 + X ) ( 3 + X ) 0 ( m o d 9 ) 18 + 9 X + X 2 0 ( m o d 9 ) X 2 0 ( m o d 9 ) X 2 { 0 , 3 , 6 , 9 } (1 + 1 + 4 + X + 9) (1 + X + 8 + 2 + 1) \equiv 0\ (\mod 9) \\ \Rightarrow (6 + X) (3 + X) \equiv 0\ (\mod 9) \\ \Rightarrow 18 + 9X + X^2 \equiv 0\ (\mod 9) \\ \Rightarrow X^2 \equiv 0\ (\mod 9) \\ \Rightarrow X^2 \in \{0, 3, 6, 9\} If X 3 X \geq 3 then the product would be > 143000000 > 143000000 , so clearly X = 0 X = 0 .

Matheus Jahnke
May 28, 2016

Relevant wiki: Modular Arithmetic - Multiplication

114 X 9 × 1 X 821 = 123456789 \overline{114X9} \times \overline{1X821} = 123456789

Now I will use modular arithmetic for the last 2 numbers:

114 X 9 × 1 X 821 89 ( m o d 100 ) \overline{114X9} \times \overline{1X821} \equiv 89 \pmod{100}

So:

X 9 × 21 89 ( m o d 100 ) \overline{X9} \times 21 \equiv 89 \pmod{100}

I can also write this as:

( X × 10 + 9 ) ( 21 ) 89 ( m o d 100 ) (X \times 10 + 9)(21) \equiv 89 \pmod{100}

Multiplying:

X × 210 + 189 89 ( m o d 100 ) X \times 210 +189 \equiv 89 \pmod{100}

Using the property of addition: (as X × 210 = X × 200 + X × 10 X \times 210 = X \times 200 + X\times 10 )

X × 10 + 89 89 ( m o d 100 ) X \times 10 +89 \equiv 89 \pmod{100}

One way of defining congruence mod(n) is if the difference between them is a multiple of n:

X × 10 + 89 89 X \times 10+ 89 - 89 must be a multiple of 100

X × 10 X \times 10 must be a multiple of 100, so

X × 10 = 100 × Y X \times 10 = 100 \times Y with Y Y being any integer

X = 10 × Y X = 10 \times Y with Y Y being any integer

Alternatively, I can say that X X must be a multiple of 10

Remember that: 0 X 9 0 \leq X \leq 9 as X X it is a digit of a number

The only number that is a multiple of 10 AND can be a digit of number is 0

So: X = 0 \boxed{X=0}

Very detailed solution! Thank you very much!

Chung Kevin - 5 years ago
Rakesh Pai R
Aug 13, 2015

11409*10821=123456789

How did you get that value of X is zero ?

Sumit Jain - 5 years, 1 month ago

Log in to reply

The product can be rewritten as (11409 + 10x)(10821 + 1000x) = 123456789

=> (11409)(10821) + 108210x + 11409000x + 10000x^2 = 123456789

=> 123456789 + 11517210x + 10000x^2 = 123456789

Looking at it, that's as far as you need to go. The missing digit is obviously 0.

If you want proof of this, solve for x:

10000x^2 + 11517210x = 0

(x)(10000x + 11517210) = 0

either x = 0 or x is a negative non-integer.

Andy Boal - 5 years ago

How did you get that no. As zero

Cyril Joy - 5 years, 1 month ago
Eric Lucas
Jun 5, 2017

Since there is no carry from the first digit = 9 * 1 = 9, the second digit is the least significant digit of 2 * 9 + 1 * X. This sum ends in 8, and since 2 * 9 = 18, 1 * X ends in 0. The only way for this to be true is if X = 0.

Phil Golden
May 19, 2018

I don't know if this is the best way to do it, but I just found the prime factorisation of 123456789 to be 3²x3607x3803. 3x3607=10821 and 3x3803=11409

Rod Hutchings
Sep 27, 2017

Let A = 114X9, and let B = 1X821. Then, in the stacked multiplication of A and B, the one's digit of the result will be the ones digit of A multiplied by the ones digit of B, as shown (ie, 9 × \times 1 = 9). The 10's digit of AB will be the 1's digit of A times the 10s digit of B PLUS the 10s digit of A times the 1s digit of B (modulo 10, to dispose of the carry). Hence, X × 1 + 2 × 9 = X + 8 ( m o d 10 ) X \times 1 + 2 \times 9 = X + 8 \pmod{10}

So, it follows that X + 8 = 8, and thus, X = 0.

Represent a decimal number a n a n 1 a 2 a 1 a 0 a_{n}a_{n-1}\cdots a_{2}a_{1}a_{0} as follows:

a n a n 1 a 2 a 1 a 0 = k = 0 n a k 1 0 k a_{n}a_{n-1}\cdots a_{2}a_{1}a_{0} = \sum_{k=0}^{n} a_{k}10^{k}

Thus, the decimal numbers 114 X 9 114X9 and 1 X 821 1X821 (where X Z 10 X \in \mathbb{Z}_{10} ) can be written as follows:

114 X 9 = 11409 + 10 X 1 X 821 = 10821 + 1000 X \begin{aligned} 114X9 &= 11409 + 10X \\ 1X821 &= 10821 + 1000X \end{aligned}

So: 114 X 9 × 1 X 821 = ( 11409 + 10 X ) ( 10821 + 1000 X ) = 10000 X 2 + 11517210 X + 123456789 \begin{aligned} 114X9 \times 1X821 &= (11409 + 10X)(10821 + 1000X) \\ &= 10000X^2 + 11517210X + 123456789 \end{aligned}

If 114 X 9 × 1 X 821 = 123456789 114X9 \times 1X821 = 123456789 , then X X is the zero of the polynomial:

10000 X 2 + 11517210 X = 10 X ( 1000 X + 1151721 ) 10000X^2 + 11517210X = 10X(1000X+1151721)

Since X Z 10 X \in \mathbb{Z}_{10} , the only possible solution is X = 0 X = 0 .

Shanly Krismas
Dec 3, 2016

114X9 and 1X821 must be integers. Therefore, 123456789 must be divisible by these two numbers. X can be a digit from 0 to 9. Type 12345679/114X9 or 123456789/1X821 on the calculator, and just replace X by 0,1...9 until you get an integer. You get an integer for X=0, thus 0 is the answer.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...