Given a number , how many digits will there be in ?
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.
First we should count how many digits are in x.
9 times 1 digit, then 90 times 2 digits, then 900 times 3 digits, and (2015-1000+1) times 4 digits (makes it 1016 times). We got 6953 digits.
Any square of n-digit number which begins with 1 should contains of 2n-1 digits, then the square of x should consists of (2x6953 - 1) digits = 13905 digits.