How many total digits are there from ?
Note: You are counting the number of digits, not the numbers themselves!
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.
Let a , b , c and d be the numbers of one, two, three and four digit numbers. my formula is:
1 a + 2 b + 3 c +4 d = total number of digits.
For our problem, we get:
1(9) + 2(90) + 3(900) + 4(1019) = 6965