![]() |
|
|
#12 |
|
Nov 2004
Florianopolis - Brazil
3·5 Posts |
1 + 1.000.000.000 = 1.000.000.001
2 + 999.999.999 = 1.000.000.001 3 + 999.999.998 = 1.000.000.001 4 + 999.999.997 = 1.000.000.001 and so on. From 1 to 1.000.000.000, we have 500.000.000 pairs of numbers. Sum(1 to 1.000.000.000) = 500.000.000 x 1.000.000.001 = 500.000.000.500.000.000 |
|
|
|
|
|
#13 | |
|
Dec 2005
3048 Posts |
Quote:
|
|
|
|
|
|
|
#14 | |
|
Bronze Medalist
Jan 2004
Mumbai,India
205210 Posts |
Quote:
Hey axn1 you are pretty good and excellent reasoning.Kees you are close but not just quite. Consider the integers from 0 to 10^n -1; (10^n -1) consists of n nines. Pair zero with this number, pair 1 with 10^n -2, pair 2 with 10^n - 3 etc. Summing up you get 45 n*(10^n-1) +1. For one billion, n=9 and so the sum is 40,500,000,001 Note 10^n-1 is actually 10 ^ (n-1) Mally ![]() P.S Whats all the programming about? Just paper and pencil man! and a calculator! Last fiddled with by mfgoode on 2006-04-12 at 16:23 |
|
|
|
|
|
|
#15 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
263816 Posts |
[QUOTE=mfgoodeThe poem is ,as it is, self explanatory. It is the sum of all the digits thats required.[/QUOTE]
A co-worker and I have a small wager about the general topic. Is the sum of the digits in a series of numbers, ever useful in math or science? |
|
|
|
|
|
#16 |
|
∂2ω=0
Sep 2002
República de California
103×113 Posts |
Hard to believe this topic generated more than a two-line summary response along the lines of:
1) Here we take "billion" to mean 10^9 (or 10^12, as the case may be); 2) Cf. C.F.Gauss, circa age 6. Mally, I suggest you compare your example calculation to reference (2) - your result for N = 10^9 differs appreciably from (N/2)*(N+1). |
|
|
|
|
|
#17 | |
|
Bronze Medalist
Jan 2004
Mumbai,India
1000000001002 Posts |
Quote:
I have no positive data on this aspect, but as you know, a lot of results in pure maths have no applied use for a long time, until someone finds one, maybe years later, or even centuries. Multi dimensional geometry beyond 4 dimensions was considered superfluous, till the physicists applied 11 dimensions in string theory two decades ago. Further back, pre Einstein, three dimensions solved all the classical problems and Reimann 4 dimensional geometry was just a mathematical curiousity. Then Einstein adopted it and explained away all the loop holes, arising from experimrental results, which conflicted with the classical theories of Newton. Why, in our own backyard, the search for big primes were considered pointless until it was used for cryptic codes and random numbers. Perhaps the summation of digits of huge numbers could be also used for generating random numbers and cryptic codes, heaven knows! Mally
|
|
|
|
|
|
|
#18 |
|
∂2ω=0
Sep 2002
República de California
265678 Posts |
While I make no claims as to the sum of N consecutive digits approaching the profundity of non-Euclidean geometry, here's one small example where it comes in: the number of independently specifiable elements of an N x N symmetric matrix is the sum from 1 to N (inclusive), which equals N*(N+1)/2. Analogously, an N x N antisymmetric matrix has N*(N-1)/2 independent components.
|
|
|
|
|
|
#19 | |
|
Bronze Medalist
Jan 2004
Mumbai,India
40048 Posts |
Quote:
Thank you Ernst for making me take a fresh look at the theory behind the question. It has strengthened my conviction that what was derived is flawless, in my previous post. Yes, there is a difference between what Gauss, at the age of 6, derived and the one in question. Gauss arrived at 5050 using the well known formula N ( N + 1)/2 where N is the number The formula I presented is 9n * (10 ^ n)/2 + 1 where n is the power. Thus for Sn for sum of digits 1 - 100 where n = 2 the sum works out to be 901 - a vast difference. Eg: take S 10 for integers 1 - 10 this sum is 55 using Gauss’ formula For the digits the sum is 46. Please try it out by adding the individual digits + 1 for 1 - 10 Mally
Last fiddled with by ewmayer on 2006-04-14 at 18:46 |
|
|
|
|
|
|
#20 | |
|
"Mike"
Aug 2002
100000000111112 Posts |
This problem has been bugging me for a while. Now I understand the references to Gauss previously posted.
From: http://www.americanscientist.org/tem...686?&print=yes Quote:
|
|
|
|
|
|
|
#21 |
|
Bronze Medalist
Jan 2004
Mumbai,India
80416 Posts |
The other story that went the rounds was popularised by G.H. Hardy the English mathematician. He took a taxi cab to see Ramanujan, who was ill, at Cambridge and mentioned to the latter that the cab number was a dreary one viz: 1729. Ramanujan, sick as he was, told Hardy "Not so! It is the sum of two different sets of cubes i.e 10^3 + 9^3 and also 12^3 + 1^3. Thats number theory for you! BTW: I have 'Men of mathematics' 2 vols by E.T. Bell. Its a worthy read. Mally
|
|
|
|
|
|
#22 | |
|
Nov 2003
3×5×11 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ten Billion Digits Mersenne Numbers | aketilander | Operation Billion Digits | 14 | 2021-02-27 07:14 |
| Operation: Billion Digits | clowns789 | Operation Billion Digits | 574 | 2017-09-12 01:34 |
| question range 1 billion to 2 billion? | Unregistered | Information & Answers | 7 | 2010-08-12 06:25 |
| Billion digit prime? | lfm | Operation Billion Digits | 6 | 2009-01-07 01:17 |
| Lucas test for billion bit prime | MESCALINE1968 | Lone Mersenne Hunters | 2 | 2005-06-06 22:06 |