. What is the total number of digits in the first 100 natural numbers ?
Answers
Answered by
2
Answer:
Answer:we write down the numbers from 1 to 100, we need to use 192 digits: one each for the number from 1 to 9, two each for each of the ninety numbers from 10 to 99, and three for the number 100. How many of these digits are zeros? The digit zero appears only in the numbers 10, 20, 30, 40, 50, 60, 70, 80, 90, 100.
Answered by
1
Step-by-step explanation:
1+2+3+4+---+100
a= 1
d=1
n=100
Sn= n/2(2a+(n-1)d)
= 50(2 + 99)
= 50(101)
= 5050
Similar questions