What is the value of 1 1 1 , 1 1 1 , 1 1 1 × 1 1 1 , 1 1 1 , 1 1 1 ?
Note: Don't use a calculator because you will miss the fun so use logic to solve this!
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.
How did you know the last equation is true? You just shown 3 random equations are true, how does that make the fourth equation true as well?
Your solution is still wrong. How does your claim work for n=10,11,12, ... ?
A very simple alternative solution (which is a way, that even a more able 4th grader could follow as we are basically using a version of the column method regarding multiplication; I added the zeroes to the front mainly for the easier tabulation (can be considered as place value, but not necessary):
111,111,111 × 111,111,111= 111,111,111 × 1 + 111,111,111 × 10 + ... + + 111,111,111 × 100,000,000
By using the column method for addition regarding the individual terms, we get:
00,000,000,111,111,111
00,000,001,111,111,110
00,000,011,111,111,100
00,000,111,111,111,000
00,001,111,111,110,000
00,011,111,111,100,000
00,111,111,111,000,000
01,111,111,110,000,000
11,111,111,100,000,000
\text {___________________________}
12,345,678,987,654,321
Hence, our answer should be:
1 2 , 3 4 5 , 6 7 8 , 9 8 7 , 6 5 4 , 3 2 1
Now, we can observe, that we only have one digit "1" in the first and last columns, exactly 2 in the second and second last columns, exactly 3 in the third and third last columns and so on until the first and last nth digits coincide (it is easy to see, that this always happens when squaring an n-digit (all digits are "1") integer).
From this, it is also easy to see, that if the base of the number system is b, and 1≤ n ≤ b -1 (which means, that e.g. n is 9 at most in the decimal, 7 in the octal and 15 in the hexadecimal system), then:
n digits 1 1 … 1 × n digits 1 1 … 1 = 1 2 … ( n − 1 ) n ( n − 1 ) … 2 1
There is a theorem which says that , 1 x 1 = 1 , 11 x 11 = 121 , 111 x 111 = 12321 And for 1111 x 1111 = 1234321.
So We see that number of 1s in the number is say n, Then it reaches from 1 to n and again back to 1.
Like this take example of 11111 - 5 ->1's So 1234 5 4321.
Similarly for 111111111 - 9 -> 1's we get,
12345678 9 87654321
this obviously fails for ten 1's.
Solution: 12345678987654321
Solving the problem completely logically;
1
1
1
,
1
1
1
,
1
1
1
×
1
1
1
,
1
1
1
,
1
1
1
=
1
1
1
,
1
1
1
,
1
1
1
×
(
1
0
0
,
0
0
0
,
0
0
0
+
1
0
,
0
0
0
,
0
0
0
+
1
,
0
0
0
,
0
0
0
+
⋯
+
1
0
+
1
)
Multiplying with the first term in bracket we notice it will come 9
1
's followed by 8
0
's.
Next, we observe that as we move on to the second and third and so on towards the last term in paranthesis the number of
1
's will remain constant and one of the zeroes will vanish with each step. If we add this new product to our previous total we can observe which of the digits need to be incremented by 1.
We will observe that after each step we leave behind one digit and a new zero is incremented to become 1.
This process is intuitive and hence difficult to explain and seems long but once you understand this you will easily get to know why the beautiful pattern breaks down in case of 10
1
's.
And ofcourse our final answer, it is
1
2
3
4
5
6
7
8
9
8
7
6
5
4
3
2
1
[ P.S. Typing the answer was like playing a piano :P :) ]
There is a pattern for it. The answer is : 12345678987654321
Problem Loading...
Note Loading...
Set Loading...
1 1 × 1 1 = 2 1 1 × 2 1 1 = 3 1 1 1 × 3 1 1 1 = ⟹ 9 1 1 1 1 1 1 1 1 1 × 9 1 1 1 1 1 1 1 1 1 = 1 1 2 1 1 2 3 2 1 1 2 3 4 5 6 7 8 9 8 7 6 5 4 3 2 1
Proof
Let n ∈ N , a ( n ) = # of 1 = n 1 1 1 . . . 1 1 1 and b ( n ) = 2 n − 1 digits 1 2 3 . . . n . . . 3 2 1 , where n is the centre digit. And, let us claim that a 2 ( n ) = b ( n ) for all n and prove it by induction.
For n = 1 , a 2 ( 1 ) = 1 2 = 1 = b ( 1 ) , therefore the claim is true for n = 1 .
Assuming the claim is true for n , then:
a 2 ( n + 1 ) = ( 1 0 a ( n ) + 1 ) 2 = 1 0 0 a 2 ( n ) + 2 0 a ( n ) + 1 = 1 0 0 b ( n ) + 2 0 a ( n ) + 1 = 2 n + 1 digits 1 2 3 . . . n . . . 3 2 1 0 0 + n + 1 digits 2 2 2 . . . 2 2 2 0 + 1 = 2 ( n + 1 ) − 1 digits 1 2 3 . . . n ( n + 1 ) n . . . 3 2 1 = b ( n + 1 )
The claim is also true for n + 1 , therefore, it is true for all n .