Casting Out Nines - Numberphile

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 943

  • @100percentSNAFU
    @100percentSNAFU 6 років тому +21

    9s are interesting. As an accountant, early on I learned about the rule of 9s. When reconciling accounts, if something was off by 9, or a multiple of 9, it was likely because you transposed two digits somewhere along the way. For example if you added a 71 instead of a 17, that's a difference of 54, which is a multiple of 9.

  • @eglerian
    @eglerian 7 років тому +509

    He should have said that this works because he is using base 10. For any base n you can cast out (n-1) and its multiples.

    • @jeremybuchanan4759
      @jeremybuchanan4759 7 років тому +92

      I find it odd that this even works in binary.

    • @eglerian
      @eglerian 7 років тому +33

      Your sarcasm level is high indeed!

    • @rishabhdhiman9422
      @rishabhdhiman9422 7 років тому

      eglerian yeah

    • @htseg
      @htseg 7 років тому +2

      eglerian so this would work in base 6 (hex-decimal?) too right?

    • @rishabhdhiman9422
      @rishabhdhiman9422 7 років тому +5

      tommygunsegs the method would then become casting out 5

  • @russellcannon9194
    @russellcannon9194 7 років тому +215

    As I went to school "in the old days before calculators", I was taught this method, and I think it teaches more about the nature of numbers in mathematics than just punching them up on a calculator. Cheers, Russ

    • @okktok
      @okktok 7 років тому

      Mathematics is way more than waste time with sums

    • @okktok
      @okktok 7 років тому

      I doubt you know more about number theory or algebra just because of that haha

    • @Triantalex
      @Triantalex Рік тому

      ??.

  • @2905sid
    @2905sid 7 років тому +30

    A better way to explain the peculiar behaviour of 9 would be:
    If we add 9 to any number, we are increasing it's 10s place by 1 because 9 is the largest number in Base10. Also, we are reducing the units place by 1. This -1 cancels out the +1 thus rendering the addition of 9 in the digital route moot.

  • @simoneconti1733
    @simoneconti1733 7 років тому +8

    In Italy we call this "the test of nine", they taught me in primary school and I still use it after 10+ years when I can't use a calculator.
    So useful!

  • @tyjet66
    @tyjet66 7 років тому +3

    I've been randomly doing this with numbers in my head for no reason. I had no idea that it actually had an application! You made me really excited to learn about this; thank you!

  • @ShinyRayquazza
    @ShinyRayquazza 7 років тому +1934

    Casting out nines? Clearly Apple and Microsoft are fans of this method.

    • @kikivoorburg
      @kikivoorburg 7 років тому +43

      XD
      However, the iPhone X is for the tenth anniversary of the iPhone, so the next iPhone should be the iPhone nine.

    • @OberonDam
      @OberonDam 7 років тому +38

      Maybe they release the iPhone X2 next instead of the iPhone 9

    • @Phezt09
      @Phezt09 7 років тому +2

      powww apple owned!

    • @jameswise9171
      @jameswise9171 7 років тому +27

      Microsoft had a good reason for that, some programs might've seen the 9 at the begining of the version number and then run in 95/98 compatibility mode.
      I don't know why Apple's doing it, though.

    • @MortvmMM
      @MortvmMM 7 років тому +1

      i know right

  • @OwenKrout
    @OwenKrout 7 років тому +1

    My Father taught me this in the early '60's to check my grade school math homework and I quickly figured out that none of my teachers knew the method so I kept it a secret and enjoyed their amazement at my error free math answers on tests.

  • @cicci0salsicci0
    @cicci0salsicci0 7 років тому +35

    I studied that in elementary school. Thank you Italian Education System.

  • @aretorta
    @aretorta 7 років тому +3

    Here in Portugal, all the kids from my generation learned this in the 3rd grade. I'm really thankful for that!

  • @johnbouttell5827
    @johnbouttell5827 7 років тому +14

    A form of casting out nines was described by Hippolytus (170-235) in The Refutation of all Heresies. Wikipedia.

  • @HanabiraKage
    @HanabiraKage 7 років тому +71

    So this should work in any base, right? Except that you'll have to replace 9 with the base - 1. Or at least, whatever the representation of that number is in that base.

    • @ragnkja
      @ragnkja 7 років тому +1

      Josh LZK It should indeed work in any base, since adding b-1 to any number in base b can only have one of two possible outcomes: if the original number ends in a zero, the new number ends in b-1, or if not the penultimate digit increases by 1 (carrying over if that digit is b-1) and the unit digit decreases by 1.

    • @jordanhoggart3415
      @jordanhoggart3415 7 років тому +3

      I guess it kind of falls apart with binary. Also I think the accuracy of the check increases as the base number increases.

    • @lare290
      @lare290 7 років тому +6

      Why would it fall apart in binary? The digital root is just always 1, with the exception of 0.

    • @jordanhoggart3415
      @jordanhoggart3415 7 років тому +2

      I thought the point of this was to check if you did addition correctly. I mean if you add two numbers incorrectly and the root is always 1 (apart from 0 which you mentioned), it doesn't really help you much.
      One thing that does confuse me is that if you do this the long way (i.e NOT casting out the base - 1 number), you always get a digital root of 1 (again apart from a starting number of 0). BUT if you cast out the 1's (as binary is base 2) you always get 0.
      I feel like this is wrong, if anyone has a correction it would be appreciated. Cheers

    • @daicon2k6
      @daicon2k6 7 років тому +4

      Josh LZK Correct. This method would work really well for the ancient Sumerians and Babylonians, who used a base-60 number system and thus would have been casting out 59s, and would only have a 1 in 60 chance of a false negative.

  • @Bodyknock
    @Bodyknock 7 років тому +121

    His explanation of why it works isn't great because you could substitute any number for 9 in the formulas of the form 9n + a and get a similar result. For example (7n + a) + (7m + b) = 7(n+m) + (a + b). But if you tried to "cast out 7s" it won't work because, for example, 16 isn't a multiple of 7 even though its digits add up to 7.
    The reason casting out 9s actually works as opposed to other numbers is that all multiples of 9 have digits that add up to a multiple of 9 (eg 72 is a multiple of 9 and its digits add up to a multiple of 9). So when you take out the digits of a number which add up to 9 you are in effect subtracting a multiple of 9 from the number which doesn't change the digital root relative to multiples of 9.

    • @origamiswami6272
      @origamiswami6272 7 років тому +25

      He did specify that the "a" in the formula is the digital root of the number, which explains why using 7 wouldn't work, because you can't write every number as 7n+a where a is the digital root. You can only do that with 9.

    • @kashyapnadig
      @kashyapnadig 7 років тому +1

      In a proof/explanation, why would you "substitute" a number in the first place? Numbers are not variables!

    • @timh.6872
      @timh.6872 7 років тому +1

      Kashyap Nadig Variables are arbitrary numbers, thus numbers can be split up and manipulated "like variables" because those manipulations *are* happening to numbers, we just don't know/care what they are.

    • @MrKioder
      @MrKioder 7 років тому +3

      Actually you can do that with any number as long as you take the correct digital root, Kn+a, where K = Base - 1 and a = digital root in that base. so 7n + a would work in octagonal base.

    • @Bodyknock
      @Bodyknock 7 років тому +5

      Origami Swami I think I didn't explain my issue with his proof very well. If you watch the video he never actually proves that adding 9 doesn't change the digital root. (It's true but he never proves it, he just says it's true.) He then says, under that assumption, that every number can be written as 9n+a for some n where a is the number's digital root (again true but not proven in the video). Next he says if you add two numbers of the form (9n+a) + (9m + b) = 9(m+n) + (a+b) where (a+b) has the same digital root as the sum which is true but the only reason (a+b) is because adding multiples of 9 don't change the digital root (again, not proven in the video). The same equation would be true if you replaced 9 with 7, for example, but in that case a+b might not still be the digital root since adding a multiple of 7 can change it. He then explains that deleting digits which add up to 9 is the same as subtracting a multiple of 9 (which is true since all multiples of 9 have digits which add to a multiple of 9, although that again wasn't proven in the video) so "casting out 9s" leaves the digital root unchanged.
      So his statements aren't wrong but his proof is very incomplete. The key elements he left out are 1) proving that adding a multiple of 9 to a number does not change the digital root; 2) that multiples of 9 and only multiples of 9 have a digital root of 9; and 3) that "casting out 9s" is equivalent to subtracting a multiple of 9 from the number. None of these are horribly hard to prove but they're important enough not to hand wave them away since the method only works because of those facts.

  • @666spalony
    @666spalony 7 років тому +240

    This video is going to be very helpful if somebody ever finds themselves and 8 other people on a sinking ship with a numbered bracelet on their hand, and a mysterious voice telling them that they have nine hours to escape through the ninth door.

    • @ruben307
      @ruben307 7 років тому +9

      I haven't watched the video. So the question is is there a difference between the ninth and the 0th door?

    • @ruben307
      @ruben307 7 років тому +24

      wait thats why it is zero escape. It all makes sense now.

    • @mhawk5183
      @mhawk5183 7 років тому +8

      But is it the ninth door or is it the qth door?

    • @243263843
      @243263843 7 років тому +8

      en.wikipedia.org/wiki/Nine_Hours,_Nine_Persons,_Nine_Doors

    • @lopesdoria
      @lopesdoria 7 років тому +17

      I was looking for a comment with a reference like this xD

  • @faastex
    @faastex 7 років тому +416

    Why didn't I know this?

    • @litigioussociety4249
      @litigioussociety4249 7 років тому +12

      Fastex, I guess they stopped including it in mathematics textbooks at some point.

    • @Phezt09
      @Phezt09 7 років тому +2

      Cuz you a have calculator and you dont check if the calculator is right!

    • @tizianovasta4057
      @tizianovasta4057 7 років тому +1

      ma pure qui sei? ahaha

    • @faastex
      @faastex 7 років тому +1

      "pure" oltre a...?

    • @tizianovasta4057
      @tizianovasta4057 7 років тому +1

      marcus kron

  • @thekingsdaughter4233
    @thekingsdaughter4233 4 роки тому +2

    Thank you. My son in 5th grade is supposed to check his math homework this way, and I never learned. The written instructions gave me heart palpitations and shortness of breath. This, I understand! :-)

  • @TheRealSpicke
    @TheRealSpicke 7 років тому +7

    i like the videos with/by james so much

  • @charlespatt
    @charlespatt 7 років тому +1

    Some may not realize, in a long list of numbers to add, you can also cast out nines between the rows.
    For example, adding
    647 +
    3521 = will quickly give you a 1 as the root. 6+3=9, 4+5=9, 7+2=9.
    I learned this back in the early 80's when the cashiers at Radio Shack were writing prices on paper pads and adding them by calculator to tell me how much to pay for my latest project. I could easily verify their numbers while viewing their receipt pad upside down across the counter.

  • @dielfonelletab8711
    @dielfonelletab8711 7 років тому +96

    I spy a nail and gear. Long live the nail and gear!

    • @numberphile
      @numberphile  7 років тому +26

      ;)

    • @rebmcr
      @rebmcr 7 років тому +4

      I really want to have a Flaggy Flag planted on the Moon...

    • @christiandevey3898
      @christiandevey3898 7 років тому

      rebmcr definitely

    • @-_Nuke_-
      @-_Nuke_- 7 років тому

      oh...
      I didn't get it :/

    • @talisozols9984
      @talisozols9984 7 років тому +1

      If you're getting this, i saw another thing in the unfocused background that had "hellointernet.fm" written on it, among other intriguing things

  • @emysimo
    @emysimo 7 років тому +2

    I don't know if it's been mentioned before already, but this is taught in every primary school in Italy. The expression "fare la prova del 9" (casting out nines) is also a colloquialism, meaning "to double check / to verify / to cross check".

  • @mads_in_zero
    @mads_in_zero 7 років тому +10

    The Zero Escape fan in me is smiling.

  • @BboySuperFreeze
    @BboySuperFreeze 7 років тому +1

    Dr. Grime's videos are my favorite. I barely need to do math for my job but I still love learning these tricks.

  • @user-wu7ug4ly3v
    @user-wu7ug4ly3v 7 років тому +15

    Checksum for BrownPaper OS.

  • @rooples.pooples
    @rooples.pooples 7 років тому +1

    His passion for mathematics is so infectious and captivating.

  • @jonlottgaming
    @jonlottgaming 7 років тому +51

    Gaming recommendation: Zero Escape: 9 Hours 9 persons 9 doors.
    Uses this as a major part in the plot

    • @TaliesinMyrddin
      @TaliesinMyrddin 7 років тому

      Oh boy, I envy you.

    • @MarkyMarc413
      @MarkyMarc413 7 років тому +5

      Came here to see if anyone was going to mention 999, and I'm glad I found this. Hearing "Digital Root" is giving me PTSD, already...

    • @billclinton1775
      @billclinton1775 7 років тому +1

      I was waiting for him to mention it was a digital root, and just as he does I see this comment. Highly recommend 999 to everyone, one of my favorite DS games

    • @ZMYaro
      @ZMYaro 7 років тому +2

      I also came here to see if other viewers had played 999. I cannot recommend that game enough.

  • @ke9tv
    @ke9tv 7 років тому +1

    Also, don't forget casting out elevens! Add the 1s, 100s, 10000s, digits, and subtract the 10's, 1000's, 100000s ... doing all arithmetic mod 11. Casting out elevens detects transposed digits, and combined with casting out nines means you'll fail to detect only 1 in 99 sums with mistakes, instead of 1 in 9.
    ETA: Oh, yeah, and it's hypothetically possible to cast out 7's and 13's by working with triples of digits, because 1001=7*11*13. But I've never learnt those algorithms well enough to do them on command.

  • @larsn0va
    @larsn0va 7 років тому +3

    2:25 "digital root"
    Finally, my 9 Hours, 9 Persons, 9 Doors knowledge coming into play

  • @andrewmorris483
    @andrewmorris483 7 років тому

    At about 4:05 you can tell that he is truly spectacular at numbers by not following any particular instructions but rather knowing what happens. He has an intuition about them like people do with driving or playing games. He can jump straight to the answer but can also do how thought process. He downplays it, but it is a sign of mastery far beyond normal

    • @CheesyBread
      @CheesyBread 7 років тому +1

      Andrew Morris it was just multiplication relax

    • @andrewmorris483
      @andrewmorris483 7 років тому

      Cheesy Bread I know it was just multiplication, but there was something with how he did it that sent my genius detector off the charts

  • @filippozar8424
    @filippozar8424 7 років тому +4

    I was thinking about this for years, since I was a kid. Only recently I figured out (and proved) that the digital root is mod 9 if we work with base 10.

  • @zelda12346
    @zelda12346 7 років тому +1

    I refer to these things as "cycles". I always try to use cycles in my arithmetic whenever I can either to do it or check it because position in cycles is much easier to manage than multiple digits. Well, we all already do this; digits are just cycles of length 10. This is a cycle of length 9. It's always kind of fun to find a cycle in the numbers.

  • @pavphone2616
    @pavphone2616 7 років тому +5

    Hey, it's an other James Grime video!
    Hi James Grime!!

  • @chadd990
    @chadd990 7 років тому

    I knew this in middle school. I didn't pay much attention in class, mainly because the teacher kept explaining stuff that I already knew. I would spend my time trying to find patterns in math and what kind of connections numbers had with each other, while all the other kids were busy trying to figure out that X was being used as a hypothetical number. I know that I knew about this, but I don't know if I discovered it by myself or if my teacher mentioned it once and I played around with it. I don't think I ever learned how to use the trick with multiplication, and certainly not division. This video brings me back to middle school and I love it.

  • @FloroSapiens
    @FloroSapiens 7 років тому +7

    Calculation *[GONE WRONG]*

    • @oz_jones
      @oz_jones 7 років тому +2

      *[GONE HEXUAL]*

  • @AlexKing-tg9hl
    @AlexKing-tg9hl 5 років тому +1

    Yes James!
    James is probably he most interesting person on numberphile

  • @StardewSkies
    @StardewSkies 7 років тому +18

    Now I need Numberphile to play 999

    • @SeagullMan573
      @SeagullMan573 7 років тому +1

      Marion Beliveau Exactly what I was thinking.

  • @AustrianAnarchy
    @AustrianAnarchy 7 років тому

    My 4th grade teacher taught us this back in the 1970s. Had completely forgotten about it until I saw the video title. AWESOMESAUCE!

  • @adnanabbas.
    @adnanabbas. 7 років тому +51

    Is the title a reference to apple skipping the iPhone 9? Subtle brady

    • @EvanRustMakes
      @EvanRustMakes 7 років тому +15

      they copied mcirosoft

    • @razametaza
      @razametaza 7 років тому

      I wonder why Apple did that? At least Microsoft had a logical reason.

    • @bibasik7
      @bibasik7 7 років тому +5

      The iPhone X is the 10th anniversary iPhone, so they ignored the names of their other iPhones, and went with X.

    • @thatoneguy9582
      @thatoneguy9582 7 років тому

      Adnan Abbas
      Skipping Windows 9

  • @johngranato2673
    @johngranato2673 4 роки тому

    In the 60's and 70's, our school's principal would often punish us by assigning us a math problem such as 37 to the 12th power. When you were done, he'd check it with this method. Today, I finally found it here. Thanks!

  • @johnox2226
    @johnox2226 7 років тому +4

    "This man knows". Brady 2K17

  • @bryanroland8649
    @bryanroland8649 7 років тому

    Thanks James. My maths is basic, to say the least, but you always manage to transmit your enthusiasm and make it interesting. Along with the Mathologer, you're my favourite maths teacher.

  • @SpeedStar76
    @SpeedStar76 7 років тому +3

    All superbly interesting, but I think what we all need to know is when is next calculator unboxing video coming?

  • @MrRyanroberson1
    @MrRyanroberson1 7 років тому +2

    In binary you can cast out ones. All answers are correct! XDin base X, you can modulo by (x-1) easily taking the sum of the digits, and then check your arithmetic using that. Larger bases are more accurate but are more prone to you making mistakes in the first place.

  • @alexg.9250
    @alexg.9250 7 років тому +18

    Anyone else knew about this already from
    zero escape 999?

    • @minirop
      @minirop 7 років тому +1

      No, I learnt it at primary school, like everyone should have done.

    • @newflavor8710
      @newflavor8710 7 років тому

      K is best Seven

    • @purplecow3000
      @purplecow3000 7 років тому

      Potassium What do you mean by "K is best Seven"?

    • @newflavor8710
      @newflavor8710 7 років тому

      K, the guy in the robot suit in VLR is better than Seven, the one with the 7 on his bracelet.

    • @mads_in_zero
      @mads_in_zero 7 років тому +1

      They're both large, amnesiac characters in the Zero Escape series.

  • @DanTercelify
    @DanTercelify Рік тому

    Would love to see more videos like this showing practical, everyday math tips. I have an MS in engineering with plenty of courses on ODEs and PDEs, etc, but never learned this gem till now! Thanks!

  • @dannyx5125
    @dannyx5125 7 років тому +62

    Why'd u upload this early on a school day D:
    Now i have to watch this in class

    • @kunstderfugue
      @kunstderfugue 7 років тому +20

      At least when you're called out you can give the excuse that it's actually a video about maths so it's totally school related.

    • @hellobonjour9513
      @hellobonjour9513 7 років тому +10

      Ask your teacher to watch it in class 😂

    • @hps362
      @hps362 7 років тому

      Hope it helps.

    • @stevethecatcouch6532
      @stevethecatcouch6532 7 років тому +1

      +Dannyx51 Math is great, but geography is important too. When would it not have been early on a school day?

    • @talisozols9984
      @talisozols9984 7 років тому +1

      Math class? That'd be nice. You can doodle with vihart while you're at it

  • @vampirodemente
    @vampirodemente 7 років тому

    Funny enough, I discovered this trick as a teenager while listening to a Coast to Coast AM episode about numerology (paranormal stuff on the show seemed fun).
    The guest said if you wanted to get your "numerological number" or something like that you add all the letters in you name as numbers and keep adding those digits until you get a single digit. The host asked if it mattered if you did it separately for first name and last name or if you had to do all the letters at the same time and the numerologist said it didn't matter.
    I started playing around with that and noticed that no mater how you do a sum, this reduction always gives you the same digit.
    Say, if you wanted to do 15+245+33 you can reduce them by doing all the digits at the same time:
    1+5+2+4+5+3+3 -> 23 -> 5
    or by reducing each number separately:
    15->6, 245->11->2, 33->6 and then 6+2+6 = 14 -> 5
    Either way, that reduction is the same as the reduction of the initial sum, 293 -> 14 -> 5.
    I guess I learned something useful from a pseudoscience :D

  • @ishbanyadav
    @ishbanyadav 7 років тому +137

    Crazy trick!
    Cheers from India👏

    • @stefanilserbo2
      @stefanilserbo2 7 років тому +8

      Jeffrey you know the answer..

    • @CSplayer116
      @CSplayer116 7 років тому +7

      poo in loo prajeet

    • @kx3z
      @kx3z 7 років тому +4

      SUPERPOWER BY 2020

    • @pradyumnkejriwal3007
      @pradyumnkejriwal3007 7 років тому +2

      Mr IY if you are a true Indian then you should have known that this method is also there in Vedic mathematics. In fact it was found in Vedic maths first

    • @Triantalex
      @Triantalex Рік тому

      cringe..

  • @shanewakeling6698
    @shanewakeling6698 7 років тому +2

    I love Grimeys videos, they are the best

  • @ugurcansayan
    @ugurcansayan 7 років тому +3

    Oh! It's the singing banana ♥♥♥♥

  •  7 років тому

    Casting out nines was taught in schools all over Europe several decades ago, until pocket calculators became commonplace. It is well known (indeed, it was the subject one of the first Numberphile videos) that similar techniques based on modular arithmetic are routinely used in computer science for detecting and fixing failures in hardware and communications. It is less known, though, that by dropping some of the nice features of modular arithmetic a generalized framework for approximate computation called "abstract interpretation" is obtained. This is a core technique for software analysis tools.

  • @notovny
    @notovny 7 років тому +3

    I tried casting out Ones to check my binary arithmetic. The results were... Not helpful.

  • @somanken
    @somanken 7 років тому

    Turns out I have spent my life finding digital roots of numbers I see everywhere, now I know what doing that is called, thanks Dr Grime!

  • @Askytwo
    @Askytwo 7 років тому +3

    I was born on 16th April 1991
    16 = 4x4
    April = 4
    1+6+4+1+9+9+1 = 4
    Tattoed this on my arm 4 years ago :)

    • @Askytwo
      @Askytwo 7 років тому +1

      Modified :P

    • @oz_jones
      @oz_jones 7 років тому +4

      But 1+6+4+1+9+9+1=31=3+1=4

  • @Shilag
    @Shilag 7 років тому

    At first, I thought it seemed needlessly complicated and time-consuming, but when you got to the actual "Casting out nines" part... Wow!

  • @clem494949
    @clem494949 7 років тому +14

    cgp grey flag in the background

    • @mana24
      @mana24 7 років тому

      It's the Hello Internet flag aka the mighty nail and gear
      not a CGP Grey flag

  • @HolyChez
    @HolyChez 7 років тому

    My brother and I did this as a game where he'd ask what's 4 + 11, I'd say 15, he'd say no it's 6, until I caught on. Then I did this in school when I was bored and quickly realized that 9's became redundant. I never realized this was something people used to do to check their arithmetic. Really cool seeing this neat trick being shared online regardless.

  • @idm1991
    @idm1991 7 років тому +3

    *Zero Escape: 999* anyone?

  • @eknaekner7940
    @eknaekner7940 7 років тому

    I gasped and paused the video at 2:49. "What?! Adding the digits is the same as mod 9??!" I was so fascinated and surprised that I sat here and tried to outline the steps to a proof in my mind. Then for a general base n case. It took me quite a while but I see it now. Thank you for this lesson and the inspiration! I had not done something like this in a long time.

  • @AlucardNoir
    @AlucardNoir 7 років тому +4

    Bah, amateur, Singingbanana could explain it better, in less time and, AND be more entertaining.

  • @smasshton
    @smasshton 7 років тому +1

    i was having a bad morning due to no sleep and this popped up on my feed :)

  • @IIIIIIIIII...
    @IIIIIIIIII... 7 років тому +5

    IIIIIIIII

  • @fizixx
    @fizixx 7 років тому

    Heard about this many times, but didn't know what it was about. Thanks James for another smart, fun and enlightening video.

  • @rawl1
    @rawl1 7 років тому +11

    Cool video .but can you cast out the nine of 9/11

    • @aeriumsoft
      @aeriumsoft 7 років тому +5

      just call it 11th of September and you're set

  • @NocturnalJin
    @NocturnalJin 7 років тому +1

    I've seen adding digits in numerology. Cool that there's a practical use of the same process.

  • @ContinualImprovement
    @ContinualImprovement 7 років тому +48

    Chuck Norris counted to infinity - twice!!

    • @pearse9116
      @pearse9116 7 років тому +22

      Chuck Norris jokes stopped being funny last decade.

    • @David_Last_Name
      @David_Last_Name 7 років тому +8

      Chuck Norris visited the Virgin Islands once. They are now just called the Islands.

    • @TheBloodsuger150
      @TheBloodsuger150 7 років тому +14

      oh look, 8 year olds do still exist!

    • @ainsleyfan6926
      @ainsleyfan6926 7 років тому +6

      never thought i would hear such words in 2017

    • @萩原諒太-p4e
      @萩原諒太-p4e 7 років тому +1

      you can't count to infinity. This joke isn't funny; it's just irritating.

  • @GelidGanef
    @GelidGanef 7 років тому

    Instead of summing all the digits, you can take their difference to "cast out 11s." Take the first digit, subtract the next digit from it, then add the next digit, then subtract the next digit from them and so on (alternating between adding and subtracting.) As with casting out nines, any number that reduces down to zero is divisible by 11.
    5049 => 5-0+4-9 = 0
    More generally, just like in any base-n system you can add the digits to cast out (n-1), you can take their difference to cast out (n+1). In base 6, 49 is represented as "121." 1-2+1 = 0, so 49 must be divisible by 7.

  • @DillonMinasian
    @DillonMinasian 7 років тому +4

    I think this is a dumb check, if you got two numbers the wrong way round it adds to the same number

    • @Bodyknock
      @Bodyknock 7 років тому +5

      To be fair it's not intended to be a perfect check, it's just a very fast way to spot check if you made possibly an error. It's handy when you want to do an instant "sanity check" that you did your calculations right without actually having to go through the whole process a second time.

    • @starcubey
      @starcubey 7 років тому

      It works 88.9% of the time, and once you find a mistake you could try to be more cautious going forward.

  • @lawrencecalablaster568
    @lawrencecalablaster568 7 років тому +1

    Once again James Grimes manages to blow my mind. Or should I say my nine.

  • @starcubey
    @starcubey 7 років тому

    I always used this to find out if a number is a multiple of 3 by checking to see if the sum of the digits was divisible by 3. This helps a lot for simplifying fractions and finding prime factorizations along with checking if a number is divisible by 5 or 2.

  • @ravenjoybower
    @ravenjoybower 7 років тому

    Yes! Finally touching on this. For those wondering, by the way, yes, it's a property of whatever base you're in. So if you're in a number system with base X, this rule will be true for the number X - 1. I find it interesting just as a quick way of getting the digit sum of various numbers quickly, which can be used for other fun things! Would be interesting to know how many functions you can use this trick for (subtraction, powers, roots, etc.).

    • @kunstderfugue
      @kunstderfugue 7 років тому +1

      It should hold true for subtraction as long as you interpret a negative number as 9 minus that number (for instance, -7 is 9(-1)+2, so its digit is 9-7=2). For powers you'll have to use algebra to figure out a formula but it might be doable. Powers step a bit off the realm of classic arithmetic in the integer ring though.

    • @littlebigphil
      @littlebigphil 7 років тому

      You can reduce the base of powers modulo n and have the result still be congruent modulo n. Additionally you could reduce the powers to modulo phi(n) where phi is Euler's totient function or Carmichael's reduced totient function. Both of which give 6 for n = 9. There's actually a lot of theory behind calculating exponents modulo n. It's really important for cryptography. See also "Exponentiation by squaring" and "Chinese Remainder Theorem".

  • @MrAlFuture
    @MrAlFuture 7 років тому

    Love the Nail & Gear framed picture in the background!

  • @chrissig7212
    @chrissig7212 3 роки тому +1

    He is so smart

  • @EndEverEsports
    @EndEverEsports 7 років тому

    PLEASE SHARE THIS! Educate the world.

  • @hearthgnome6924
    @hearthgnome6924 4 роки тому

    Thank you! My son's math called for us to do this and I had no clue. Looking at it didn't help me - your video sure did!

  • @ConnorNolanTech
    @ConnorNolanTech 7 років тому

    Another similar fact that I like and actually use every once in a while is that you can add all the digits in a number together, and if the end result is divisible by three, then the starting number is divisible by three. Ex. 215 is 8 expressed this way and is not divisible by three, but 216 is 9 when expressed as such and equals 72 when divided by three (which itself also happens to be divisible by three, but that's neither here nor there as this was just an example I pulled from the air while sleep deprived.)

  • @vladetas.7944
    @vladetas.7944 7 років тому

    ayy cant start a day properly without Dr Grime :D
    so glad im this early

  • @JACKeREB3
    @JACKeREB3 7 років тому

    You just changed forever my high-school student life

  • @g.v.6450
    @g.v.6450 Рік тому

    I learned this 65 or so years ago. Thanks for the refresher!

  • @HappyBeezerStudios
    @HappyBeezerStudios 7 років тому

    Gread you covered this topic. These are the tricks they should teach in school.
    Not the thing about calculating the digit sum, but the ofstriking of nines. (Which I btw had to discover on my own in 6th grade)

  • @jimbo-fk4dq
    @jimbo-fk4dq 7 років тому

    This was a cool video. I always liked how the number 9 has so many unique traits.

  • @JohannesRiecke
    @JohannesRiecke 7 років тому

    In short, this holds because of the Homomorphism Z -> Z/9 and the fact that any power of 10 is congruent 1 mod 9. Since 10 is congruent -1 mod 11, one can do the same trick modulo 11 with alternating sums of to digits. Doing both checks tells you that you're correct modulo 99, which reduces the chance of being wrong to 1:99.

  • @3snoW_
    @3snoW_ 7 років тому

    I learned this in school! You can also use the digital root to check whether a number is multiple of 9 - its digital root will be 9 as well! And since 9 is a multiple of 3, you can also check whether a number is multiple of 3 by checking if its digital root is a multiple of 3!

  • @Porglit
    @Porglit 7 років тому

    This is a blast from the past!

  • @alexogle8950
    @alexogle8950 7 років тому

    I was never taught this, but happened upon this property some years ago and always wondered what it was called and what use it might have. Thanks for finally answering my uncertainty.

  • @richardpitwood2421
    @richardpitwood2421 7 років тому

    I predate affordable calculators and I still do long multiplication, addition etc on paper if I don't have Excel in front of me. I can't be bothered with calculators, you get too many typos.
    No-one ever taught me this when I was at school, and I went to primary school in the UK and elementary school in the USA.
    This is great. Thanks!

  • @mathmachine4266
    @mathmachine4266 3 роки тому

    It's also very easy to check that everything is correct modulo 2. The sum between several numbers will be even if and only if an even number of inputs are odd. Same goes for differences because subtraction is just adding the negative. And the product between multiple numbers will be even if and only if at least one input is even.
    With this easy extra precaution, you can be sure if you messed up your arithmetic, you have to be off by a multiple of 18.

  • @FeatherzMcG
    @FeatherzMcG 7 років тому

    I totally used to do this in my head when I was younger, whenever I saw big numbers. But I never thought it was actually useful. i just noticed it as a cool thing you could do.

  • @littlebigphil
    @littlebigphil 7 років тому

    Now I understand why multiplying by 9 always gives a result with a digital root of 9 (except 0), which is how I remember the multiples of 9. I've used that trick for as long as I've needed to multiply. It's cool that I can finally prove why it works.

  • @MrBasmannen
    @MrBasmannen 7 років тому

    I learned this in elementary school because my teacher found it interesting. Really interesting trivia that's usable for finding modulo 9 for example.

  • @Israel2.3.2
    @Israel2.3.2 7 років тому

    I first learned about this from John Conway's Book of Numbers. It's a great way to introduce people to modular arithmetic.

  • @PauLtus_B
    @PauLtus_B 7 років тому

    It's quite obvious but I still wanted to point out that it's nice about this is that every multitude of 9 consists of two digits that make a total of 9, so 1+8=9, 2+7=9, 3+6=9. This remains consistent until you get past 10*9. Since 11*9=99->9+9=18 but then again 18->1+8=9. What's beautiful as well as is that after that point every total becomes 9 (simply put, 1+a+b where a+b=8) again until 21 of which the total is 18 again, just as 22*9 which is 18 as well, then the total becomes 9 again where every number becomes 2+a+b where a+b=7.
    There's this really nice pattern of numbers here. From 71 to 77 for example as well the total becomes 18 but with 78 to 80 the total becomes 9 again. This pattern actually continues when it comes to even higher numbers, albeit a bit differently. from 101 to 111 the total is always more than 9 after that the total becomes 9 again until 121 to 122 and 131 to 133 and so on. Same with 201-222 and even 1000 to 1111.
    I don't think I can make an exact formula for this but the pattern is certainly there. Basically the totals are always 9 except when the number lies between (10*k+1)*9 and (11*k)*9, but it's the same with (100*k+1)*9 to (111*k)*9 and (1000*k+1)*9 to (1111*k)*9 and (1000o*k+1)*9 to (11111*k)*9 and so forth.
    If you all these specific multitudes, and look at how many of these apply, you can also calculate the total of a multitude of 9 of which the answer consists of.
    if you were to look at 43421 for example. It is between 40001 and 44444 so that's 1 "check", it's not between 43001 and 43333, so that's a "fail", it is between 43401 and 4344 so that's another "check" and lasty it's also between 43421 and 43422. That's 3 checks so the total number of digits of the final answer will have a value of (1+3 checks)*9= 36. Put it in a calculator and you get 43421*9=390789->3+9+0+7+8+9=36.
    I'm pretty sure this always works but I can't really come up with a formula for it.

  • @RichardDominguezTheMagicIsReal
    @RichardDominguezTheMagicIsReal 7 років тому

    This is really impressive, it does seem to make the checking easier, ty for sharing

  • @complex314i
    @complex314i 5 років тому

    Fun Coincidence: two days ago, while tutoring abstract algebra, we proved 9 divides a number iff 9 divides the sum of its digits; exactly why canceling 9s works!
    Now, two days later, I find this video.
    I love math!

  • @ronzac55
    @ronzac55 7 років тому

    The way you did the manual multiplication is different to what kids are being thought here. It's cool to see that there's another way to do manual multiplication like you did. It seems harder for me but i guess i can adapt it.

  • @rmcunningham3874
    @rmcunningham3874 7 років тому

    I LOVE this trick, and I show it to everyone I can. You should talk about casting out 11's sometime!

  • @IsaqueLopesCampello
    @IsaqueLopesCampello 7 років тому

    0:56 - THAT NAIL AND GEAR FLAG YEAH

  • @jaredjenkins99
    @jaredjenkins99 7 років тому

    I figured out a version of this when I was a kid and it's basically why 9 is my favorite number.

  • @JohanStrandOne
    @JohanStrandOne 7 років тому +1

    Thumbs up for the NAIL AND GEAR!

  • @AelwynMr
    @AelwynMr 7 років тому

    In Italy this is (or was) taught at every elementary school. It's called 'the test of the nine' ("la prova del nove"), which is also an idiom to mean the final confirmation of something. Does the expression exist also elsewhere?

  • @caterpillarman
    @caterpillarman 7 років тому

    This is incredible useful and fun. Awesomely useful.