0 × 9 + 1 1 × 9 + 2 1 2 × 9 + 3 = 1 = 1 1 = 1 1 1
It seems like there's a pattern here, but is the statement below also true?
1 2 3 4 5 6 7 8 9 × 9 + 1 0 = 1 1 1 1 1 1 1 1 1 1
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.
@Ram Mohith , I think my solution is funny
Log in to reply
@Lucia and Emma , Do you like my problem?
Log in to reply
@Mohmmad Farhan , Good job! I love your solution too :)
Let the equation be a n = 9 b n + n + 1 , where b 0 = 0 and b n = 1 0 b n − 1 + n . Then we have:
a n ⟹ a n + 1 = 9 b n + n + 1 = 9 b n + 1 + n + 2 = 9 ( 1 0 b n + n + 1 ) + n + 2 = 9 0 b n + 1 0 n + 1 1 = 1 0 ( 9 b n + n + 1 ) + 1 = 1 0 a n + 1
Since a 0 = 1 , then a 1 = 1 1 , a 2 = 1 1 1 , ⋯ a n = # of 1’s = n + 1 1 1 1 ⋯ 1 1 1 .
Yes , a 9 = 1 1 1 1 1 1 1 1 1 1 .
1 2 3 . . . n 1 2 3 . . . n × 9 + ( n + 1 ) = 1 × 1 0 n − 1 + 2 × 1 0 n − 2 + . . . n × 1 0 0 = r = 1 ∑ n r 1 0 n − r = 8 1 1 ( 1 0 n + 1 − 9 n − 1 0 ) , Sum of AP-GP = 8 1 9 ( 1 0 n + 1 − 9 n − 1 0 ) + ( n + 1 ) = 9 1 ( 1 0 n + 1 − 9 n − 1 0 ) + ( n + 1 ) = 9 1 ( 1 0 n + 1 − 1 ) = 1 1 1 . . . 1 n times
@Vicky Vignesh The above solution is only true when n<10 . Try 12345678910*9+11 as a counter example .
Log in to reply
The above series corresponds to the question only upto 10, but the series itself generates a sequence such that you get n consecutive 1's. For example, for n = 10, 9 1 ( 1 0 1 1 − 1 ) = 1 1 1 1 1 1 1 1 1 1 1
1 2 . . . n × ( 1 0 − 1 ) + ( n + 1 ) = 1 2 . . . n 0 − 1 2 . . . n + ( n + 1 ) for n ≤ 9 .
1 2 . . . n 0 is 1 2 . . . n , when digits are shifted one position to left. So, if you put the larger one on the top of the smaller one for subtraction, in all positions the digit on the top would be one more than the digit on the bottom, except the most right digits 0 and n . But 0 would be added to ( n + 1 ) and the problem is solved.
Problem Loading...
Note Loading...
Set Loading...
I used a calculator