Summing All Digits from 1 to 1 Billion

  • Thread starter Thread starter Qwark
  • Start date Start date
AI Thread Summary
The discussion revolves around calculating the sum of all digits from 1 to 1 billion without using series equations. One participant initially calculated a sum of 412,999,999,921 but later recognized a mistake in their approach. Another participant provided a detailed breakdown of their calculations, yielding a total of 40,500,000,001 by summing the digits in smaller ranges. They emphasized the importance of verifying calculations and understanding the methodology behind the sums. The conversation highlights the complexity of the problem and encourages iterative calculations for accuracy.
Qwark
Messages
6
Reaction score
0

Homework Statement



Find the sum of all the digits in the integers from 1 to 1 000 000 000.
Ex: 2378:2+3+7+8=20


Homework Equations



We're not supposed to use equations for the sum of a series.

The Attempt at a Solution



I really don't have much of a clue as to how to start, so any help pointing me in the right direction would be great.
 
Physics news on Phys.org
Start by trying it for a smaller set, try 1 to 10.
 
I tried it out by adding the digits of the integers on opposing sides of 1 and a billion and got a final answer of 412 999 999 921. I'm not sure if this is anywhere near the right answer though.
 
There is a trick you can use...Think about it some more...

Hint: it involves the first digit and the last digit.
 
Hello Qwark,

could you elaborate how you got to the answer of 412 999 999 921?My calculations yielded:

4,05*10^{10}+1= 40 500 000 001

I first calculated the sum of the digits of the numbers from:
1 to 9 then
10 to 99 then
100 to 999 then
1.000 to 9.999 then
10.000 to 99.999 then
100.000 to 999.999 then
1.000.000 to 9.999.999 then
10.000.000 to 99.999.999 then
100.000.000 to 999.999.999 then
1.000.000.000

1 to 9 yields 45
10 to 99 yields 855 and so on.

Then I added the sums and got
40 500 000 001

Please check if you get the same result.

I don't know how Dr. Transport's trick looks like but my solution
contains an iteration.
 
Last edited:
I can tell that I made a false asumption when I got the answer 412 999 999 921, I was trying to find a pattern by adding the digits of opposing numbers, and made a false assumption based on the first few answers and jumped to conclusions. I'm curious as to how you got the 4.05 in your calculation.
 
Try calculating the sum of the digits of the numbers from 1 to 9. What do you get?

After that, calculate the same for the numbers from 10 to 99. What do you get?

Do it also for the numbers from 100 to 999. What do you get?
 
Back
Top