Science Forums
User Name
Password
Science Social Network
home    members    help/rules    who is online    contact   

Go Back   Science Forums > Physical Sciences Forums > Physics and Mathematics
Become a science forums sponsor today
Reply
 
LinkBack Thread Tools
Old 02-22-2008   #1 (permalink)
freeztar's Avatar
Wedding Planner

Hypography Staff Member
Moderator
Editor
Silver Subscription
Sponsor

Latest blog entry:
Things to bring
 
freeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond repute
 



Does this have a name? (recreational math)

1191=1+1+9+1=12=1+2=3

or

38976=3+8+9+7+6=33=3+3=6

Is there any use for such a "math game" or is it just that, a game?

Also, is there some rule that defines what single digit integer you end up with?
Perhaps an equation that explains it?


----------------
Hypography Science Forums Moderator
---
"There are no passengers on Spaceship Earth. We are all crew." - Marshall McLuhan

"We must not forget that when radium was discovered no one knew that it would prove useful in hospitals. The work was one of pure science. And this is a proof that scientific work must not be considered from the point of view of the direct usefulness of it." - Marie Curie
Reply With Quote
Old 02-22-2008   #2 (permalink)
Pyrotex's Avatar
Slaying Bad Memes

Hypography Staff Member
Moderator
Editor

Latest blog entry:
I need a Vacation
 
Pyrotex has a reputation beyond reputePyrotex has a reputation beyond reputePyrotex has a reputation beyond reputePyrotex has a reputation beyond reputePyrotex has a reputation beyond reputePyrotex has a reputation beyond reputePyrotex has a reputation beyond reputePyrotex has a reputation beyond reputePyrotex has a reputation beyond reputePyrotex has a reputation beyond reputePyrotex has a reputation beyond repute
Send a message via MSN to Pyrotex
 



Re: Does this have a name? (recreational math)

I believe some forms of numerology (voodoo with numbers)
are based on such calculations.

There are a couple of math tricks that do, too.

Add up all the digits in a number of any size.
If the sum contains more than one digit, repeat the operation.
Continue until you have a single digit.

If the single digit is exactly divisible by 3, then so is the original number.
If the single digit is exactly divisible by 9, then so is the original number.


----------------
Hypography Forums Moderator
-- - - - - -
What concerns me is not the way things are, but rather the way people think things are.
Epictetus, Greek Philosopher
The map is NOT the territory.
Korzybski, Polish-American Philosopher
Reply With Quote
Old 02-22-2008   #3 (permalink)
CraigD's Avatar
Creating

Hypography Staff Member
Administrator
Editor

 



Post Re: Does this have a name? (recreational math)

I’ve usually heard it referred to by the rather unimaginative name “digit summing”, and usually is written as the function s() Doing it repeatedly until s(n)=n doesn’t have a common name, AFAIK, so I’d just call it, in keeping with unimaginative tradition, “repeated digit summing”

It is, obviously, dependent on your numeration system. For ordinary Arabic numeration, the base, for weirder systems (eg: Roman numeral), weird and complicated factors I’ve not much contemplated.

Sticking with ordinary numeration, this means that the function is usually written with a notation of the base system, s_b(). Our usual digit summing of everyday decimal numbers, then, could be written something like s_{10}(s_{10}(s_{10}( \ldots s_{10}(n) \ldots )))

As an example of what I mean, s_10(125)= 1+2+5 = 8, while s_2(125)= 1+1+1+1+1+0+1 = 6 and s_5(125)= 1+0+0+0 = 1. So when we speak of a number’s digit sum, we have to specify another integer, its base. Digit summing isn’t a single-argument function, nor a number’s digit sum an attribute of it as a “pure number”.

One of the basic theorems about digit summing is one of modular congruance s_b(n) \,\mbox{mod}\, (b-1) = n \,\mbox{mod}\, (b-1). For example, notice that the remainder (modulo) of 125 divided by 9 is 8, the same as s_{10}(125), and 125 mod 4 = 1, the same as its digit sum. Since all numbers modulo 1 have the same value of zero, this isn’t very interesting for base 2 digit sums. Because this theorem makes it so easy to find the “repeated digit sum” of a number – for base 10, its just n mod 9, writing “9” if the result is “0” – nobody much, AFAIK, bothers searching for nifty ways to do it.

Lots more can be found at places like Wolfram’s page on the subject.


----------------
Moderator: Computers and Technology; Medical Science; Science Projects and Homework; Philosophy of Science; Physics and Mathematics; Environmental Studies
Reply With Quote
Old 02-22-2008   #4 (permalink)
freeztar's Avatar
Wedding Planner

Hypography Staff Member
Moderator
Editor
Silver Subscription
Sponsor

Latest blog entry:
Things to bring
 
freeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond repute
 



Re: Does this have a name? (recreational math)

Thanks for the replies guys!

Pyro, thanks for reminding me about the 3 and 6 tricks, I had forgotten about that. It can be helpful in quickly (if not entirely accurately) checking your answers in some cases.

Craig, I read your post about 3 times and have come to the conclusion that I need to do some background reading to understand this better. I checked out the link you provided, but my lack of ability in calculus precludes me from gaining much understanding from that page.

Once I wrap my head around the base system, this should all make perfect sense. Thanks!

Oh yeah, one quick question:

Quote:
125 mod 4 = 1, the same as its digit sum
I understand the (125 mod 4 = 1) part, but wouldn't the digit sum be of 125 still be 8, which is obviously \ne to 1.


----------------
Hypography Science Forums Moderator
---
"There are no passengers on Spaceship Earth. We are all crew." - Marshall McLuhan

"We must not forget that when radium was discovered no one knew that it would prove useful in hospitals. The work was one of pure science. And this is a proof that scientific work must not be considered from the point of view of the direct usefulness of it." - Marie Curie

Last edited by freeztar; 02-22-2008 at 06:05 PM. Reason: the letter "t"...as in "It" not "I"
Reply With Quote
Old 02-22-2008   #5 (permalink)
CraigD's Avatar
Creating

Hypography Staff Member
Administrator
Editor

 



Post (The joys of) modular arithmatic

Quote:
Originally Posted by freeztar View Post
I understand the (125 mod 4 = 1) part, but wouldn't the digit sum be of 125 still be 8, which is obviously ne to 1.
125_{10} = 1\cdot5^3 + 0\cdot5^2 + 0\cdot5^1+ 0\cdot5^0 = 1000_{5}, so s_5(125_{10}) = s_5(1000_{5}) = 1 + 0 + 0 + 0 = 1

A quick refresher (if you’re about my age, and went to a US public school, you probably had this in grades 1-6 – love that old “new math” ) on converting from base 10 to any base system:
Divide repeatedly by the base, taking the remainder as each digit, right to left, of the new numeral.
For example, converting 1234 (base 10) to base 7, we get:
1234 ÷ 7 = 176 r 2
176 ÷ 7 = 25 r 1
25 ÷ 7 = 3 r 4
3 ÷ 7 = 0 r 3
So 1234_{10} = 3412_7

Pyro’s observation
Quote:
Originally Posted by Pyrotex View Post
If the single digit is exactly divisible by 9, then so is the original number.
Is a special case of s_b(n) \,\mbox{mod}\, (b-1) = n \,\mbox{mod}\, (b-1) where b=10 and n \,\mbox{mod}\, (b-1) = 0. If you substitute “has the same remainder when divided” for “is exactly divisible”, the observation applies to any number.

The key to the basic math of these digit sums, and to most “digit” math, is modular arithmetic. Though typically not much taught except in “advanced” math classes, modular arithmetic is old (though not as old as you might guess), very intuitive, and not very hard to gain a basic proficiency in. The wikipedia link above and its links are not bad introductions. Visualizing it as “clock arithmetic” is a pretty good intuitive approach. Set theorists love modular arithmetic, as it provides an easy way to have small number sets that are closed under addition and subtraction. It comes in handy in computer engineering and low-to-mid level programming, as the registers on computer arithmetic units are usually modulo some power of 2 (eg: 8, 16, 32, 64 bits).


----------------
Moderator: Computers and Technology; Medical Science; Science Projects and Homework; Philosophy of Science; Physics and Mathematics; Environmental Studies
Reply With Quote
Old 02-22-2008   #6 (permalink)
freeztar's Avatar
Wedding Planner

Hypography Staff Member
Moderator
Editor
Silver Subscription
Sponsor

Latest blog entry:
Things to bring
 
freeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond reputefreeztar has a reputation beyond repute
 



Re: (The joys of) modular arithmatic

Quote:
Originally Posted by CraigD View Post
125_{10} = 1cdot5^3 + 0cdot5^2 + 0cdot5^1+ 0cdot5^0 = 1000_{5}, so s_5(125_{10}) = s_5(1000_{5}) = 1 + 0 + 0 + 0 = 1
Thanks for your patient explanation Craig. I'm rusty, which is obvious from...

Quote:
Pyro’s observation is a special case of s_b(n) ,mbox{mod}, (b-1) = n ,mbox{mod}, (b-1) where b=10 and n ,mbox{mod}, (b-1) = 0. If you substitute “has the same remainder when divided” for “is exactly divisible”, the observation applies to any number.
...That's what threw me off.

Quote:
The key to the basic math of these digit sums, and to most “digit” math, is modular arithmetic. Though typically not much taught except in “advanced” math classes, modular arithmetic is old (though not as old as you might guess), very intuitive, and not very hard to gain a basic proficiency in. The wikipedia link above and its links are not bad introductions. Visualizing it as “clock arithmetic” is a pretty good intuitive approach. Set theorists love modular arithmetic, as it provides an easy way to have small number sets that are closed under addition and subtraction. It comes in handy in computer engineering and low-to-mid level programming, as the registers on computer arithmetic units are usually modulo some power of 2 (eg: 8, 16, 32, 64 bits).
That's the ironic part for me. I'm familiar with hex, but I've never made any connection from that to base 10, only base 2. Taak for opening my "third (mathematical) eye" on this.
I'll study up on modular arithmetic per the link provided.


----------------
Hypography Science Forums Moderator
---
"There are no passengers on Spaceship Earth. We are all crew." - Marshall McLuhan

"We must not forget that when radium was discovered no one knew that it would prove useful in hospitals. The work was one of pure science. And this is a proof that scientific work must not be considered from the point of view of the direct usefulness of it." - Marie Curie
Reply With Quote
Old 02-26-2008   #7 (permalink)
sanctus's Avatar
Resident Diabolist

Hypography Staff Member
Administrator

 



Re: (The joys of) modular arithmatic

And freez a trick to remember it when you check for divisibility you can drop all the nines (in base 10, or all the fives in base 6) eg
937--> 9+3+7=19-->1+9=10-->1+0=1

and

37-->3+7=10-->1+0=1


----------------
Administrator

A COUNTRY WITHOUT AN ARMY IS LIKE A FISH WITHOUT A BIKE!!!


I don't believe in god, but I do believe in what others call utopies.
Reply With Quote
Old 02-26-2008   #8 (permalink)
C1ay's Avatar
¿42?

Hypography Staff Member
Administrator
Senior Editor
Editor

 



Re: Does this have a name? (recreational math)

Also see Digit Sum -- from Wolfram MathWorld for some more interesting trivia on the topic...


----------------
Clay

Editor and Forum Administrator
stego anyone?
Add yourself to Hypography's Frappr.
"There are only 10 kinds of people in the world --
.....Those who understand binary, and those who don't."
"Draw no conclusions before their time."
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
I need help with some math ThisIsMyName Questions and Answers 5 11-25-2007 01:07 AM
Mental math Rosy Websites 0 11-14-2007 03:02 AM
Recreational Areas and Human Impact Cedars Environmental Studies 5 09-07-2007 08:20 AM
Math riddles Aki Physics and Mathematics 35 03-12-2006 11:27 PM


All times are GMT -8. The time now is 06:23 AM.

Hypography?

Hypography [n.]: A combination of "hyperlink" and "bibliography" - ie, a list of links to electronic documents. Comparable to discography and bibliography, but not cartography.

We have been online since May 2000, and aim to be the best place to find and share science-related content of all kinds.

Share the love!

Please add more science to your life. Use our RSS feeds on your blog, your portal, or your favorite feedreader!

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. Copyright © 2000-2008 Hypography
Part of the Hypography - Science for Everyone Network