Find the total number of digits when the number above is expressed in decimal representation.
Details and Assumptions
It is twenty-one factorial raised to the power of one thousand.
You may use the fact that
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.
You all must have noticed that
1 0 1 = The first appearance of a 2 digit number
1 0 2 = The first appearance of a 3 digit number
and so on
1 0 x − 1 = The first appearance of a x digit number .
So , to find the number of digits in 2 1 ! 1 0 0 0 , we do the following calculations 2 1 ! 1 0 0 0 = 1 0 x − 1 l o g 1 0 2 1 ! 1 0 0 0 = ( x − 1 ) 1 0 0 0 ⋅ l o g 1 0 2 1 ! = ( x − 1 ) 1 0 0 0 ⋅ 1 9 . 7 0 8 3 4 = ( x − 1 ) ⇒ x = 1 9 7 0 9
NOTE : Here even if x − 1 evaluated out to be 1 9 . 7 0 9 . 9 , we wouldn't round it to 1 9 7 1 0 since we are talking about the number of digits , not it's value .