Let N = 2 0 1 3 9 ’s 9 9 9 … 9 . What is the last three digits of the sum of digits of N 3 ?
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.
I found a way of establishing that pattern, which is to view 9 9 . . . 9 9 9 3 as
( 1 0 n − 1 ) 3 = 1 0 3 n − 3 × 1 0 2 n + 3 × 1 0 n − 1
This explains the 9999 at the start, then the 0000, and finally the 9999 at the end.
Log in to reply
I tried the same way
Did the same way
That's a better way for sure. But patterns are beautiful to look at as well :)
Or we can see that the pattern of the sum of digits:
9 3 = 7 2 9 Sum of digits= 1 8
9 9 3 = 9 7 0 2 9 9 Sum of digits= 1 8 × 2 = 3 6
9 9 9 3 = 9 9 7 0 0 2 9 9 9 Sum of digits= 1 8 × 3 = 5 4 ......
Pattern: For example, look at 9 9 3 . The number 9 9 has two 9 ′ s .So the sum of digits of 9 9 3 = 1 8 × 2 = 3 6 .
The number 9 9 . . . 9 has 2 0 1 3 9 ′ s ,so the sum of digits of 9 9 . . . 9 3 (2013 9's)= 1 8 × 2 0 1 3 = 3 6 2 3 4 The answer is 2 3 4 .
That's how i get the answer. :D
But.....do someone know that how to write 999...9 with 2013 9's as the problem? (Not like me :( ) Thanks!
Log in to reply
Do you mean this one: 2013 9’s 9 9 9 . . . 9 9 9 ? If that's which you mean, try this: \underbrace{999...999}_\text{2013 o 9's}
Exactly :D
I did the same
We have
9 9 3 = 9 7 0 2 9 9 9 9 9 3 = 9 9 7 0 0 2 9 9 9 9 9 9 9 3 = 9 9 9 7 0 0 0 2 9 9 9 9
We can therefore expect that N 3 has 2012 9's followed by one 7 followed by 2012 zeros then one 3 then finally followed by 2013 9. Summing these digits give us ( 2 0 1 2 ) 9 + 7 + 2 + ( 2 0 1 3 ) 9 = 3 6 2 3 4 . The last three digits is 2 3 4
Well, 1. Try to find out the patterns.
Here's what I got, how many 9 you have then? (Ex. 9999^{3}, you'll have the sum of the digits is 8.9 = 72. Try to 99999^{5} you'll have the sum of the digits 10.9 = 90)
So the pattern is, how many 9.2.9)
In case, there's 2013 9's so the sum of digits 4026.9 = 36234.
The last three digits, 234
Sorry for bad english
By taking cube of 999{which is 997002999} sum of its digits is 6 9. Similarly cube(9999) has 8 9 as sum of its digits . so any number only constituting of n times 9 as its digits will have its sum of digits as 2 n 9. Therefore sum of digits 2013 2 9 comes out to be 36234 so its last digits are \boxed{234}
sorry for very bad formatting the sum of digits of 999^{3} is 6 \times 9
Problem Loading...
Note Loading...
Set Loading...
A pretty pattern is evident:-
9 3 = 7 2 9
9 9 3 = 9 7 0 2 9 9
9 9 9 3 = 9 9 7 0 0 2 9 9 9
9 9 9 9 3 = 9 9 9 7 0 0 0 2 9 9 9 9
9 9 9 9 9 3 = 9 9 9 9 7 0 0 0 0 2 9 9 9 9 9
Clearly for a number with n 9's, its cube contains (n-1) 9's followed by 7 followed by (n-1) 0's followed by 2 followed by n 9's
Thus, the sum of the digits = ( n − 1 ) ∗ 9 + 7 + 2 + n ∗ 9 = 2 n ∗ 9
For n = 2013, the sum of the digits will be = 2 ∗ 2 0 1 3 ∗ 9 = 3 6 2 3 4