Why 7 is Weird - Numberphile

Поделиться
HTML-код
  • Опубликовано: 21 авг 2022
  • Thanks to Jane Street for their support... Check out internships here: www.janestreet.com/join-jane-...
    More links & stuff in full description below ↓↓↓
    This video features Dr James Grime on divisibility.
    James Grime: www.singingbanana.com
    His RUclips channel: / singingbanana
    More James on Numberphile: bit.ly/grimevideos
    More divisibility on Numberphile: • Divisibility Tricks - ...
    JANE STREET...
    Applications for Summer 2023 internships are open and filling up... Roles include: Quantitative Trading, Software Engineering, Quantitative Research and Business Development... and more.
    Positions in New York, Hong Kong, and London.
    www.janestreet.com/join-jane-...
    Numberphile is supported by the Mathematical Sciences Research Institute (MSRI): bit.ly/MSRINumberphile
    We are also supported by Science Sandbox, a Simons Foundation initiative dedicated to engaging everyone with the process of science. www.simonsfoundation.org/outr...
    And support from The Akamai Foundation - dedicated to encouraging the next generation of technology innovators and equitable access to STEM education - www.akamai.com/company/corpor...
    NUMBERPHILE
    Website: www.numberphile.com/
    Numberphile on Facebook: / numberphile
    Numberphile tweets: / numberphile
    Subscribe: bit.ly/Numberphile_Sub
    Videos by Brady Haran
    Patreon: / numberphile
    Numberphile T-Shirts and Merch: teespring.com/stores/numberphile
  • НаукаНаука

Комментарии • 3,1 тыс.

  • @andreroussel
    @andreroussel Год назад +5569

    Divisible by 7 can be useful in figuring out if there is a whole number of weeks in a number of days.

    • @amysteele2488
      @amysteele2488 Год назад +142

      I came here to make that exact point :)

    • @Reachermordacai
      @Reachermordacai Год назад +33

      Could you demonstrate that please, thank you. :)

    • @Nate-bd8fg
      @Nate-bd8fg Год назад +367

      @@Reachermordacai "hey dude I see on sundays, I gotta work the next 2794 days!" "Damn so you stop work in the middle of a week?" "How did you figure that one out?"

    • @YounesLayachi
      @YounesLayachi Год назад +37

      Yeah but that isn't very useful at all unfortunately. We use days and months most of the time

    • @muizzsiddique
      @muizzsiddique Год назад +62

      @@YounesLayachi But we also use weekdays and weekends.

  • @mazza420
    @mazza420 Год назад +1860

    this feels like a very old-school numberphile video, love it

    • @shpensive
      @shpensive Год назад +8

      Yeaah! It really does! fun!

    • @jimi02468
      @jimi02468 Год назад +34

      When I saw this video on RUclips at a first glance, I thought I was looking at some old video from seven years ago or something, was surprised when I realized it was from today

    • @robinsonrom
      @robinsonrom Год назад +16

      James Grimes is classic!

    • @julianw1010
      @julianw1010 Год назад +1

      @@jimi02468 Same. It's quite funny

    • @lucasng4712
      @lucasng4712 Год назад +1

      What's changed

  • @12Q46HPRN
    @12Q46HPRN Год назад +588

    For 40+ years I've been saying, "there is no rule for 7," meaning no way to check for divisibility as with 3, 5, 9 etc. Thank you for this. I now have my "rule for 7!"

    • @darpanjain4250
      @darpanjain4250 Год назад +10

      My rule was doubling the last digit and subtracting it from the rest of the number.

    • @BlueWhiteWiper
      @BlueWhiteWiper Год назад +7

      yo man, will there be ant man 4?

    • @dabama7483
      @dabama7483 Год назад +3

      my rule was imagine that number was base 3 and convert to denary so 343 3 + 4x3 + 3x9 = 42 divisible

    • @phanibhushantholeti9446
      @phanibhushantholeti9446 Год назад +4

      @@darpanjain4250 i used the same. If we try to prove the method, the process remains same for both methods.

    • @simonkara4907
      @simonkara4907 Год назад +2

      V0

  • @luketurner314
    @luketurner314 Год назад +337

    The same algorithm (3:51) can be used to construct a formula for other primes:
    11: x - y (k=10, j=99)
    13: x + 4y or x - 9y (k=4, j=39)
    17: x - 5y (k=12, j=119)
    19: x + 2y (k=2, j=19)
    23: x + 7y (k=7, j=69)
    29: x + 3y (k=3, j=29)
    31: x - 3y (k=28, j=279)
    37: x - 11y (k=26, j=259)
    41: x - 4y (k=37, j=369)
    43: x + 13y or x - 30y (k=13, j=129)
    47: x - 14y (k=33, j=329)
    53: x + 16y (k=16, j=159)
    59: x + 6y (k=6, j=59)
    61: x - 6y (k=55, j=549)
    67: x - 20y (k=47, j=469)
    71: x - 7y (k=64, j=639)
    73: x + 22y (k=22, j=219)
    79: x + 8y (k=8, j=79)
    83: x + 25y (k=25, j=249)
    89: x + 9y (k=9, j=89)
    97: x - 29y or x - 30x + x (k=68, j=679)
    where k is the multiplier of 10x + y: 10kx + ky (4:11)
    and j is a multiple of the prime that is subtracted: 10kx - jx + ky = x + ky (4:30)
    then subtract the prime if it helps
    And since the same algorithm is used, the results have the same properties, like iterability (1:24)

    • @luketurner314
      @luketurner314 Год назад +10

      For the ones with a y coefficient greater than 10, we could split the number like so: 100a + b; where b is the last 2 digits and a is the rest:
      37: a +10b (k=10, j=999)
      43: a - 3b (k=6, j=559; originally 6b - 2a which is even and backwards, so divide by -2)
      47: a + 8b (k=8, j=799)
      53: a - 9b (k=18, j=1749; originally 18b - 2a -> divide by -2)
      67: a - 2b (k=12, j=1139; orig. 12b - 6a -> div. -6)
      Couldn't find a decent formula for 73, 83, and 97 in a timely manner. I might revisit this later

    • @leo848
      @leo848 Год назад +2

      Isn't iterability always necessarily given by the nature of these kinds of divisibility proofs?

    • @luketurner314
      @luketurner314 Год назад +2

      @@leo848 I suppose, but for 2, 5 and therefore 10, for example, you don't need to iterate since you're just looking at the last digit (is it even?, is it 5 or 0?, and is it 0? respectively). For the alternating sum for 11, I have not taken the time to reverse engineer its algebraic derivation; it too may have the same property because it may be a similar algorithm.

    • @nnaammuuss
      @nnaammuuss Год назад

      @@leo848 not really. You can construct a finite state automaton (for instance, a 3-state automaton for divisibility by 3) that, after you run the digits through its arrows will straightaway give you a ‘yes’ or a ‘no’ without any need for iteration. I guess, we're just more used to addition and stuff, and devise these chevksum kind of tests, which fall into the trap of iteration.

    • @leo848
      @leo848 Год назад +2

      @@nnaammuuss Of course. I meant that once you have a divisibility test that gives back a number that is divisible iff the original number is, one can always iterate.

  • @3rdand105
    @3rdand105 Год назад +799

    When I was in the 7th grade, I was taught all the tests for divisibility except for 7. What we were told was "try dividing it by 7," which completely defeats the purpose of a divisibility test. Thank you for filling in this particular gap in my education.

    • @BeBopScraBoo
      @BeBopScraBoo Год назад +80

      the test defeats the purpose of the test because it takes 5 times longer than just dividing by 7.

    • @PC_Simo
      @PC_Simo Год назад +22

      @@BeBopScraBoo But it doesn’t test your mental arithmetic so much (pardon the pun).

    • @kkdpsudpsu
      @kkdpsudpsu Год назад +8

      @@BeBopScraBoo this is exactly what i was thinking 😂😂

    • @Dowlphin
      @Dowlphin Год назад +6

      @@BeBopScraBoo Yes, and the video is also completely missing the stated topic. I wanted to know why non-roundly dividing by 7 always creates the same decimal pattern.

    • @BeBopScraBoo
      @BeBopScraBoo Год назад +14

      @@Dowlphin decimal system is based on ten, which factors to 2 and 5. any fraction with a denominator that factors with any other number will have a repeating pattern.

  • @melaniehall5885
    @melaniehall5885 Год назад +517

    Can't believe that 10 years later, I am still loving watch James Grime on Numberphile. I watched him when I was a nerdy high schooler and now I'm a nerdy adult. Thank you so much for all the videos over the years.

    • @juliusreiner5733
      @juliusreiner5733 Год назад +11

      Wow I’m in the same boat exactly. Can’t believe it’s been 10 years

    • @Cannitbliss
      @Cannitbliss Год назад +5

      Exactly the same!! Finally getting myself to watch numberphile again after all these years. And it's just as brilliant.

    • @matt69nice
      @matt69nice Год назад +6

      I swear he hasn't aged a day in that time

    • @CafePorLaNoche
      @CafePorLaNoche Год назад

      It's awesome to watch him explain anything about math.

    • @nicolestewart2843
      @nicolestewart2843 Год назад +5

      That's one of the great things about youtube that is not talked about enough. There are so many creators I have watched for a decade or longer and they were so important to me and continue to be so.
      In the media too much attention is paid to the drama and such. What about people like this? Or the green brothers? Vsauce? Rhett and link? I could go on. It's not an easy thing to do, to be able to take your fans with you as they pass into different eras of their lives. Most adults don't still watch what they watched as kids but so many of us do with creators like I mentioned above.
      These people are my teachers and actually helped guide me to being a better adult. Me and so many others. It's a beautiful thing.
      The creators, as well as fellow followers, feel like family and it's such a comfort.

  • @mememan7682
    @mememan7682 5 месяцев назад +62

    Even Numberhile now recognizes the elegance of the number 7
    Thala for a reason

    • @user-yz2xl1tu6t
      @user-yz2xl1tu6t 4 месяца назад +2

      7 is the GOAT of multiple things

    • @CarlFriedrichGauss1
      @CarlFriedrichGauss1 2 месяца назад +1

      @@user-yz2xl1tu6t HECK YEAH RONALDO SIUUUUU

    • @praneethalva5706
      @praneethalva5706 Месяц назад

      As a CSK fan and a long time subscriber to Numberphile, this cracked me up 😂

  • @theforeverpuddle8754
    @theforeverpuddle8754 Год назад +2

    Wow. I love this. I really love when the concept is abstracted out. Fantastic.

  • @JordynPi
    @JordynPi Год назад +589

    another way to work out if something is divisible by 7 is to just do all your math in base 7 and see if it ends in 0

    • @Elnadrius
      @Elnadrius Год назад +34

      Yeah, I think its easer way

    • @christopherellis2663
      @christopherellis2663 Год назад +37

      The given method is pointless, much easier just to divide by 7.

    • @EebstertheGreat
      @EebstertheGreat Год назад +140

      I just subtract 7 over and over again. To check whether the number 70,000 was divisible by 7, I had to subtract 7 10,000 times. Turns out it is!

    • @jamielondon6436
      @jamielondon6436 Год назад +18

      @@EebstertheGreat So easy, Eebster10010100.

    • @lydianlights
      @lydianlights Год назад +22

      @@christopherellis2663 it was joke :D

  • @jifo360
    @jifo360 Год назад +2791

    Seven is weird because it eight nine

  • @chrisz6860
    @chrisz6860 Год назад +2

    This is such a great video.. i’ve shared with my kids and the “presentation” with special british commentary and voice intonations is perfect. Useful and just enough entertainment!

  • @nicolestewart2843
    @nicolestewart2843 Год назад +17

    One of the great things about youtube that is not talked about enough. There are so many creators I have watched for a decade or longer and they were so important to me and continue to be so.
    In the media too much attention is paid to the drama and such. What about people like this? Or the green brothers? Vsauce? Rhett and link? I could go on. It's not an easy thing to do, to be able to take your fans with you as they pass into different eras of their lives. Most adults don't still watch what they watched as kids but so many of us do with creators like I mentioned above.
    These people are my teachers and actually helped guide me to being a better adult. Me and so many others. It's a beautiful thing.
    The creators, as well as fellow followers, feel like family and it's such a comfort.

  • @FHBStudio
    @FHBStudio Год назад +417

    I use divisibility for finding primes and root approximations during tutoring. I lacked the 7 test so, thanks for that!

    • @dominicellis1867
      @dominicellis1867 Год назад +6

      I usually find the closest number divisible by 70 then subtract/add from that. It’s not really a trick for 7 but it’ll always work.

    • @thethirdjegs
      @thethirdjegs Год назад +4

      7 has a lot of ways for divisibility determination

    • @thomaswilliams2273
      @thomaswilliams2273 Год назад +3

      One trick that might help for finding primes is that except for 2 and 3 all primes follow the pattern of a multiple of 6 plus or minus 1. This is true because +2 would be divisible by 2, +3 by 3, +4 by 2, and +5 is also -1. Unfortunately I discovered this long after I needed to write Basic computer programs to find primes in school.

    • @ifulea
      @ifulea Год назад +1

      Because of this video, I found out about the 1001 test, alternate sum of 3 digits:
      123456788 is divisible by 7 because 123-456+788=455 is divisible by 7!
      Best part is that this test works with 11 and 13... 455 is also divisible by 13 so 123456788 is divisible by 13.
      This is golden when testing for primes!!

    • @dominicellis1867
      @dominicellis1867 Год назад +1

      @@thomaswilliams2273 it will catch all the primes but you also have to filter out the multiples of 5’s.

  • @frasco_5518
    @frasco_5518 Год назад +972

    Me and a friend of mine discovered a trick for 11 in middle school:
    Take 121, u split it in 1+21 = 22 so if the result is divisible by 11 the original is too.
    It works even for larger numbers like
    35673 split in 3+56+73 = 132
    132 split in 1+32 = 33
    In case of even digits
    1078 split in 10+78 = 88
    Basically you split the number in sets of two digits starting from the end.

    • @kraken4354
      @kraken4354 Год назад +89

      this is brilliant

    • @arnoygayen1984
      @arnoygayen1984 Год назад +35

      :o that's given in my book

    • @ChrisSwaningAround
      @ChrisSwaningAround Год назад +26

      What about the magic 11s in pascal's triangle. Your algorithm reminded me of that.

    • @michaelempeigne3519
      @michaelempeigne3519 Год назад +66

      I'd like to see a proof of this. This looks like coincidence so far to me.

    • @frasco_5518
      @frasco_5518 Год назад +58

      @@michaelempeigne3519 no idea what the proof is but it worked with every number i tried

  • @dajaco81
    @dajaco81 Год назад +26

    I always found multiples of 100, subtracted them and added on double the number of 100s you removed to what is remaining. Taking advantage of 98 being a multiple of 7. This works pretty well and is easy to do in your head

    • @loganroy3381
      @loganroy3381 3 месяца назад

      This sounds much easier than what was shown in the video.

    • @CarlFriedrichGauss1
      @CarlFriedrichGauss1 2 месяца назад

      can you elaborate step by step please

  • @faithmargeuxcaubang7037
    @faithmargeuxcaubang7037 Год назад +2

    Loved it, thanks so much

  • @pietronardelli622
    @pietronardelli622 Год назад +254

    This video took me back in time, when I was a middle-schooler amazed by these tricks and properties of numbers.
    Even now in uni, I watch videos on this channel with the same flabbergasted look, enjoying every minute as an extraordinary discover.
    I really appreciate your content, you're doing great ✌️

    • @Celtic_Thylacine
      @Celtic_Thylacine Год назад +4

      Like using the missing fingers to do your nine times tables.

    • @ChrisM-qo1jc
      @ChrisM-qo1jc Год назад +2

      I love the fact that everyone keeps saying this video feels like it was from years ago but no one is commenting how Dr. Grimes didn't age that much. He's a vampire who knows all the secrets of numbers

    • @izme1000
      @izme1000 Год назад

      It's the hidden beauty of numbers, and I love when I learn a new one.

    • @erinmcdonald7781
      @erinmcdonald7781 Год назад

      @@ChrisM-qo1jc The Count! 5 fingers, 4 fingers, bwahaha...! 💚✌️😎

  • @StevenStJohn-kj9eb
    @StevenStJohn-kj9eb Год назад +245

    The most amazing thing about this video? James said "this weird trick" in the video, but that phrase doesn't appear in the title. Well done!

    • @AaronOfMpls
      @AaronOfMpls Год назад +32

      Mathematicians -hate- _love_ it!

    • @backwashjoe7864
      @backwashjoe7864 Год назад +10

      The twinkle of mischief in his eyes was a nice touch too!

    • @terryjwood
      @terryjwood Год назад +4

      If it appeared in the title, I'd have passed on it. Everyone knows that "This one weird Trick!" is web-speak for clickbait! 🙂

    • @richardsmith881
      @richardsmith881 Год назад +2

      I kept looking for the CONTINUE button

    • @medexamtoolsdotcom
      @medexamtoolsdotcom Год назад +3

      This weird trick
      will allow you to anger people
      in the comment section
      *Read more*

  • @jirinovotny9704
    @jirinovotny9704 4 месяца назад

    You have to love James Grime. Really! His passion, energy, and love for mathematics are just splashing on me from the monitor. Truly fantastic.👏
    I wish I had such a passionate teacher/lecturer for my math lessons. I'm glad I could enjoy on YT for the least. 🙂

  • @kanankazimzada2500
    @kanankazimzada2500 Год назад +1

    Excellent information

  • @GregAlpar
    @GregAlpar Год назад +227

    When I was 13, I found another method for the divisibility by 7. It's in a way even more useful than the one in the video. The trick is to cut the number at the second digit. For instance, for 343, it's 3 and 43. After that, you double the rest (in the example, from 3, you get 6). If the sum is divisible by 7, then the original number is divisible by 7: 6+43 = 49. So, 343 is divisible by 7.
    What this method also provides is that it preserves modulo. So, if the number is not divisible by 7, the method also tells you how much is the remainder mod 7. For example, taking 716, you get 2×7 + 16 = 30, which is 28 + 2. So, 716 gives 2 as a remainder after dividing by 7.

    • @alaskaoptimumvamps8127
      @alaskaoptimumvamps8127 Год назад +41

      100x + y
      -98x (multiple of 7)
      = 2x + y

    • @someknave
      @someknave Год назад +17

      Nice, this was actually the answer i expected from the video. For smaller numbers (under 6 digits) i think your solution is easier. For larger numbers i think the videos solution is better as each step requires multiplying 1digit by 5 and reduces the test number by. 1 digit, the mod 100 version each step requires multiplying an n-2 digit number by 2, it potentially reduces the number of digits by 2 but 3/10 operations will only reduce it by 1. Regarding finding the remainder the video requies 1 extra step, each iteration of the algorithm multiplies the remainder by 5, if you keep track of the number of iterations mod 6 you can multiply your final remainder by (1,3,2,6,4,5) mod 7.

    • @joseville
      @joseville Год назад +2

      Cool!
      I think the method shown in the video also preserves mod.

    • @someknave
      @someknave Год назад +2

      @@joseville the method in the video multiplies the remainder by 5 for each iteration of the algorithm.

    • @shanghandi-notrelatedtomah8534
      @shanghandi-notrelatedtomah8534 Год назад +5

      This is very cool! I "discovered" the same method while staring at the digital clock and splitting the number at the colon when I was little. Thought I was one of the great mathematicians of the century.

  • @brian5553
    @brian5553 Год назад +178

    I poked around in excel to find out what happens with that seven trick in how other numbers terminate. 49 is in a loop of 49's as we saw in the video and all numbers 1-48 that aren't divisible by 7 are in a loop together and all of the numbers divisible by seven are in their own loop.
    1,5,25,27,37,38,43,19,46,34,23,17,36,33,18,41,9,45,29,47,39,48,44,24,22,12,11,6,30,3,15,26,32,13,16,31,8,40,4,20,2,10
    and
    7,35,28,42,14,21

    • @duimaurisfootball8134
      @duimaurisfootball8134 Год назад +8

      that's really odd!

    • @Merione
      @Merione Год назад +30

      Cool! I've tried something like that as well, and it seems that powers of 7 all eventually reduce down to 49 as well:
      7^2 = 49 --> 49
      7^3 = 343 --> 49
      7^4 = 2401 --> 245 --> 49
      7^5 = 16807 --> 1715 --> 196 --> 49
      And so on.

    • @antonmiserez934
      @antonmiserez934 Год назад +3

      Loops like this remind me of Goldbach’s conjecture… nice result!

    • @w.nickel2792
      @w.nickel2792 Год назад +12

      One gets the next term in those sequences by multiplying by 5 modulo 49.

    • @dennismuller1141
      @dennismuller1141 Год назад +7

      @@antonmiserez934 I think you mean the Collatz-conjecture

  • @algorithminc.8850
    @algorithminc.8850 5 месяцев назад

    Enjoyed the video ... great stuff ... Cheers

  • @AndTheBloodhound
    @AndTheBloodhound 5 месяцев назад

    I completely forgot about this channel & how much math(s) makes my brain happy… Just subscribed.

  • @fizikabi6358
    @fizikabi6358 Год назад +59

    Please dont let it be a 7-8-9 joke

    • @laurenf.7922
      @laurenf.7922 Год назад +3

      I'm angry and happy to see this comment came through.

    • @carltonleboss
      @carltonleboss Год назад +10

      It turns out that 7 was a 6 offender

    • @arse124
      @arse124 Год назад

      The answer is no! 7 !8 9

  • @Anonnius
    @Anonnius 6 месяцев назад

    Thank you ❤ it was fun with your passion 🎉 you reminded me how much I loved numbers when I was a kiddo 🥰

  • @Glizzygobbler6969
    @Glizzygobbler6969 Год назад +81

    I’d always do it by comparing to other numbers. 7000 is divisible by 7, 7000-6468=532. If 532 is divisible by 7 then 6468 was. 700-532=168. 168-140=28. 28 is divisible by 7 so 6468 is. This method is much easier for me to do in my head because it’s only addition or subtraction.

    • @goatgamer001
      @goatgamer001 11 месяцев назад +5

      6468=6300+168 =900*7+24*7=924×7

    • @bornts8944
      @bornts8944 6 месяцев назад +1

      the method in the video can be programmed into a computer

    • @itsmemailingyou4234
      @itsmemailingyou4234 3 месяца назад +1

      ​@bornts8944
      Use the modulo operator for computer and compare the result to zero.
      Works for any number.

    • @CarlFriedrichGauss1
      @CarlFriedrichGauss1 2 месяца назад

      Do this - 5194

    • @sebastiang7394
      @sebastiang7394 Месяц назад

      @CarlFriedrichGauss1 easy 5194-4900=294, 294-280=14. 14=7*2. Therefore 5194 can be divided by 7. All you have to do is use is tens, hundreds, thousands of the times table.

  • @PieterDeStickere
    @PieterDeStickere Год назад +122

    Just seeing Dr. Grime already tells me this is going to be sweet. Loved it.

    • @iwatchwithnoads7480
      @iwatchwithnoads7480 Год назад +3

      Dr Grime looks so much older than the old days of the channel. Now I feel old 💀

    • @profbbfab6211
      @profbbfab6211 Год назад +2

      @@iwatchwithnoads7480 And somehow he got even better at explaining

  • @knooters
    @knooters Год назад +73

    I remember I used a USB stick duplicator at work once, with 32 slots - 1 for the master USB and 31 for the clones. It also had a display that counted the total of successful duplicates, and checking if the number of successfully made duplicates was divisible by 31 was a quick way to tell if the machine was working properly. So, I used the similar divisibility test for 31, as it felt simpler once I got used to the method. "Subtract 3 times the last digit from the rest".

    • @ikbintom
      @ikbintom Год назад +6

      Hmmm I think I get your trick: for 31, you could do -3*(10x+y) = -30x-3y = -31x - (x - 3y). So indeed the original number (10x+y) it can be divided by 31 iff x-3y is divisible by 31.
      It's a bit of fiddling to find the right factor (in this case -3), or at least it's not obvious to me immediately, but it's not too hard to derive these tricks for other numbers actually! For example I found 13 too: 4(10x+y)=39x+(x+4y) so you can check x+4y (because 39=13*3).

    • @michaelempeigne3519
      @michaelempeigne3519 Год назад +1

      alternative to thisss ssubtract 3 times method you indicate, you can also do " rest + 28 times the unit digit"

    • @ikbintom
      @ikbintom Год назад

      @@michaelempeigne3519 that's true! I just thought 3 times a number was a bit easier than 28 times 😀

    • @chriswebster24
      @chriswebster24 Год назад +1

      @@ikbintom Well, you thought wrong. It’s a lot easier to multiply by 28 then it is by 3, OBVIOUSLY.

    • @undine120
      @undine120 Год назад

      @@ikbintom Finding those fiddling factors comes in a couple ways if you have nice numbers: if you're looking for something divisible by XY, where X and Y are digits, then for a number ABC... you can multiply the last digit (ex: C) by X/Y, and subtract from the rest. Why? Every time you add a multiple of XY, you add Y to the last digit, and X/Y to the other digits. If you multiply Y by the ratio, and subtract that, you've essentially said 'ok, great, let's remove Y copies of XY from ABC, guaranteeing the last digit is now 0. Is the remainder left 10x a multiple we're aware of?. And if you repeat the process, you're just now doing the same operation, but with the 10s and 100s places. The second nice way is finding a convenient multiple near 100. For 7, 98 works great. Since that's 2 away from 100, we can just chop off all but the last 2 digits (would be 3 digits for a multiple near 1000), and add on 2 for every hundred we cut off - 343? 3*2+43 = 49. For 31, 93 is kinda close to 100, but 7 off. So let's try it : 568, 35+68=103, not a multiple. In fact, since it's 10 more than a multiple (103-10=93), you know 558 would be a multiple of 31, which it is (18x31).

  • @PC_Simo
    @PC_Simo Год назад +9

    5:45 James’s reaction really goes to show that Maths-nerds aren’t big on sports 😅.

  • @megha.p.e9766
    @megha.p.e9766 29 дней назад

    Amazing video!❤😊enjoyed watching it and learned new tricks🎉. Thankyou so much!❤

  • @0ia
    @0ia Год назад +78

    Isn't it amazing that the sponsor is placed at the _end_ ? I can't believe Numberphile is the only channel I've seen that doesn't intrude on its own content!

    • @minirop
      @minirop Год назад +21

      shitty advertisers (like Raid Shadow Legends and other mobile games, most VPN, etc.) force you to have the ad at the starts + link in pinned comment + link in description, while Brilliant, Kiwico, etc. don't.

    • @itsreeah2663
      @itsreeah2663 Год назад +6

      Yet another reason to love Numberphile

    • @acoupleofschoes
      @acoupleofschoes Год назад +9

      Most educational channels (all of the SciShow channels, PBS channels, Stand-up Maths, etc) put the ad at the end if they have one. If you can see the viewership graph on the seek bar, viewer retention usually flatlines on those videos as soon as the ad starts.

    • @bingbonghafu
      @bingbonghafu Год назад +1

      I know old Jacksfilms videos and Oddheader do that as well

    • @ParasocialCatgirl
      @ParasocialCatgirl 6 месяцев назад +1

      Probably because Numberphile has more leverage in the situation than your average independent youtuber who may be more in need of the sponsorship money (and therefore much more able to say no to a sponsor demanding a more intrusive segment).

  • @lauramourasantos7379
    @lauramourasantos7379 Год назад +31

    In a training material for level 2 math olympiads here in Brazil they outline this technique. It is lovely. It was very rewarding to learn this, I love the number 7.

  • @quatarsr6217
    @quatarsr6217 Год назад

    Thanks that was a really useful summary of all the divisibility "tricks" there a the end

  • @SamadhanSalunke7
    @SamadhanSalunke7 4 месяца назад

    Really Good Video ...!
    Thanks Numberphile !!!

  • @mattv2099
    @mattv2099 Год назад +25

    I just instantly see either 350+84 or 420+14 which makes it obviously divisible by 7. But I guess the point of the video is to showcase some more interesting methods. nice job.thanks.

    • @jonasb.236
      @jonasb.236 Год назад +4

      I saw 700 - 14 for 686 :D

    • @Matthew-bu7fg
      @Matthew-bu7fg Год назад +2

      I think is more for students who struggle to immediately see that and how they can be supported :)

    • @jonasb.236
      @jonasb.236 Год назад

      @@Matthew-bu7fg I do have to say that this method is indeed great, the examples could have been chosen better imo. But nevertheless great method.

    • @cheeseburgermonkey7104
      @cheeseburgermonkey7104 Год назад +1

      There's another similar method which I use if the divisibility test is just too hard:
      Keep adding or subtracting the number which you want to know divisibility by to your number until it's a multiple of 10. If, say, your number which you want to know divisibility by is even, and your number is odd, there's no way of getting to a multiple of 10, so it isn't divisible. Divide your 10 multiple by 10 and try to see if that's divisible, if not, repeat the process until you see something you recognize.
      Example: divisibility by 13 for 832
      832(i picked this number completely at random no joke)+13=845
      845+(13*5)=845+65=910
      910/10=91
      91=13*7, but lets say i'm still unsure
      91+13=104
      104+13=117
      117+13=130
      No doubt about it, 130 is divisible by 13. 832 must be divisible by 13

  • @joeyjohnson2828
    @joeyjohnson2828 Год назад +38

    Here's a trick that only requires you to know up to 10x7: take your number (let's use his example of 6468), and find the multiple of 7 that ends in the same digit. So, 6468 ends in 8, and 28 ends in 8, so subtract 28 and you have 6440. Drop the last 0, so you have 644. Repeat. 644 ends in 4, 14 ends in 4, 644-14=630, drop the 0, and you have 63, which is divisible by 7, so it's all divisible by 7. It's similar, but you don't have to deal with the 'multiply by 5' step, so it might be a bit mentally easier.

    • @deepowls
      @deepowls Год назад +8

      That is about the same as dividing by 7 normally, except you're going right-to-left instead of left-to-right.
      However, your method is what I would do to check divisibility by many larger prime numbers like 17 or 23, except that I may add or subtract and attack the number from both the left and right.
      For example, to test if 3893 is divisible by 17, I would find it easier to add 17 rather than subtract 153.
      3893 + 17 = 3910 or 391 after dropping the 0.
      At that point, I would notice:
      391 = 17 * 23 = (20 - 3)(20 + 3) = 20² - 3²
      However, I could have could have continued the process by subtracting 51 (or adding 119) to 391 to get 340 (or 510).
      As to how often this is necessary in day-to-day life, well...

    • @Pussyguardian
      @Pussyguardian 11 месяцев назад +1

      I prefer this method as well, it's a 7 based multiplication + subtraction vs a 5 based multiplication + addition. So end of the day it's pretty much the same

    • @azeemuddinkhan923
      @azeemuddinkhan923 8 месяцев назад +1

      I have an easier approach for this one. Take 6468 for example. Consider first two digits i.e. 64. 7*9=63. So 7*900= 6300. 6468-6300= 168. Now consider first two digits again i.e. 16. 7*2=14. 7*20=140. 168-140= 28. 28 is divisible by 7 so number is divisible by 7. Fun fact - this is nothing but doing elementary division by 7 in a more complicated way. The method given in the video and and in the comment section by people are are more complex than simply dividing by 7 and check. It's fun math but not practical at all

  • @excentriqueesque
    @excentriqueesque Год назад +1

    This channel needs more James Grime 🥰

  • @geetasharan5061
    @geetasharan5061 Год назад +44

    I had learnt divisibility tests in school. But we hadn't learnt any for 7. I genuinely though it wasn't possible, (thinking they would've taught it if it was that way)
    But that 10x + y explanation completely blew me away. It's these very basic simplistic things in math which amaze you. Because it is so simple and 100% sure it was possible to come up with myself.
    Really encourages one to keep trying out stuff and working out things just for fun!

    • @BeBopScraBoo
      @BeBopScraBoo Год назад

      if i was a teacher i'd refuse to teach the 'trick' because it's just friggin faster to divide by 7.

    • @MichaelPohoreski
      @MichaelPohoreski Год назад +10

      @@BeBopScraBoo You would be a crappy teacher. The WHOLE point of Mathematics is to recognize (and prove) beautiful patterns of set theory which can be inspiring for curiosity.
      I.e. The proof of Div by 7 is _Number Theory,_ specifically using *cyclic addition* which differs from *linear addition.* This _difference of perspective_ can inspire students to want to learn more.

    • @MichaelPohoreski
      @MichaelPohoreski Год назад +2

      Sadly I never learnt the Div by 7 mod trick in school either. When I was 30 I heard about the _subtract double the last digit from the remaining digits_ but didn’t know _why_ it worked so shortly after I set out to prove it.
      I independently derived some circular addition rules (modular arithmetic) and from that it was relatively straightforward:
      10x + y ≡ 0 (mod 7)
      50x + 5y ≡ 0*5 (mod 7)
      49x + x + 5y ≡ 0 (mod 7)
      [49x ≡ 0 (mod 7)] + [x + 5y ≡ 0 (mod 7)]
      0 + x + 5y ≡ 0 (mod 7)
      x + 5y - 7y ≡ 0 - 7y (mod 7)
      x - 2y ≡ 0 (mod 7)
      QED
      The sad part is kids do modular arithmetic (circular addition) when they learn how to tell analog time but no one every tells them they are doing Number Theory!

    • @Dragongaga
      @Dragongaga 9 месяцев назад

      ​@@MichaelPohoreski That's not the point of school though. The purpose of school is to learn skills you can apply in real life. The point of divisibility tests is that you can do them in your head without writing anything down. If you have to write it down, it's pointless and you can just divide in the first place. Yes, it's interesting how numbers converge into patterns, but there's not point worrying about number theory and patterns in elementary school

  • @m.islamnafees5770
    @m.islamnafees5770 Год назад +87

    Another interesting thing my friend and I figured out- if you divide a number which is not divisible by 7, by 7; you get repeating patterns after the decimal place- which is always 142857… in a cyclic order.

    • @ivanski28
      @ivanski28 Год назад +19

      Yeah this one is completely nuts. But it's the best known cyclic number. Multiply 142857 by anything you get an anagram or 9's repeated if it's a power of 7.

    • @osaruguex
      @osaruguex 11 месяцев назад +2

      basically, what i do is i add up all of the digits in the number, then i add 7 to the original number and add up the digits of that number. if the total of (original +7) is 2 less than the original sum, it’s a multiple of 7. it works *a lot* of the time but it isn’t foolproof because occasionally, the sun resets to a larger number
      e.g 7(7), 14(5), 21(3) 28(*10*)
      wait, so maybe it works if the next number is 2 less or 7 more? idek

    • @xaryop7950
      @xaryop7950 7 месяцев назад +1

      @@aaronmarchand999that is typology, i think you meant anagram

    • @aaronmarchand999
      @aaronmarchand999 7 месяцев назад +2

      @@xaryop7950 No look it up, comes from Gurdjieff, unfortunately has been used for typology in recent years but that's not the original meaning

    • @danlayne9436
      @danlayne9436 7 месяцев назад +3

      True, but the decimal remainder starts with a different number in the sequence which is in numeric order in respect to the remainder.
      example: put the cycle in numeric order - 1,2,4,5,7,8 which correlates with remainders 1,2,3,4,5,6
      If you divide 37 by 7 you get 5 with a remainder 2. So the decimal remainder is .285714 repeated.
      For 38/7, it would be 5.428571... (3 is the remainder. The third number in the sequence is 4.)

  • @bg6b7bft
    @bg6b7bft Год назад +3

    There's a maths based "latin square" puzzle that I love, and I'm usually trying to figure out if a given number is divisible by 7 somewhere in the puzzle. I'll try this method.
    Usually I'd break it up as 420 + 14, or 6300 + 140 + 28.
    For reference, the puzzle is called "Keen" and is on "Simon Tatham's Portable Puzzle Collection".

  • @Defectivania
    @Defectivania 6 месяцев назад

    I appreciate you showing the reasoning behind why this works, tricks like these are far more useful (to me at least) when I understand the underlying math

  • @RabblesTheBinx
    @RabblesTheBinx Год назад +31

    This method seems more complicated than just using classic division tricks to check. For example, with 686, you could just divide 68 by 7 with a remainder, then you take that remainder, apply it to the remaining digit to get 56 and 56 is evenly divisible by 7. Plus, doing it this way also gives you the quotient, not just the yes/no on divisibility. And, just like the trick you showed, you can repeat the steps for chains longer than 3, _and_ it works for divisibility with _any_ number, not just 7.

    • @azeemuddinkhan923
      @azeemuddinkhan923 8 месяцев назад +4

      You are the smartest person in the comments section.

    • @henrygreen2096
      @henrygreen2096 7 месяцев назад +9

      One of the points of this division trick is to avoid division. I teach both methods, and people seem to prefer the one highlighted in the video for whatever reason. For larger numbers, say 675081 you have to keep dividing by 7 and adding the remainder, OR you could multiply and add, and just check the last number for divisibility. If you noticed, all of these tricks are just to find divisibility, not the quotient. But I agree getting the quotient is a nice bonus =)
      I personally do not see one more complicated than the other, but different people work differently, and have their preferences!

    • @allengrove1864
      @allengrove1864 5 месяцев назад +13

      isn't this just a long division though

    • @blu3260
      @blu3260 4 месяца назад +1

      So to figure out if a number is divisible by seven you have to figure out if it's divisible by seven? That's not very helpful

  • @magnus0017
    @magnus0017 Год назад +28

    Man, I love that seven one, I feel like I must have learned it once but completely forgot it, as I knew all the rest. Awesome job!

    • @vigilantcosmicpenguin8721
      @vigilantcosmicpenguin8721 Год назад +2

      I'm really happy to learn the 7 one because it completes the set. Most of them I learned in elementary school, but 7 was always troublesome.

  • @alexeyUK
    @alexeyUK Год назад +4

    It's much easier to find the nearest obvious number that can be divided by 7, e.g. 7000. Minus 6468. It's 532 and check if it's can be divided. Btw, you can do the same for 532 and 700. or 560 (7*80) - 532 = 28. Easy even doing in mind.

  • @marcusscience23
    @marcusscience23 Год назад +2

    The general rule for any number relatively prime with 10, call it p, is multiply the last digit by the multiplicative modular inverse of 10 mod p, and add the rest, and check the sum.

  • @LurkerPatrol5
    @LurkerPatrol5 Год назад +52

    When you have Dr. Grime on, you know it's gonna be great.

  • @swankitydankity297
    @swankitydankity297 Год назад +6

    I always love the James Grime videos!

  • @orientcolleges8683
    @orientcolleges8683 11 месяцев назад

    Really appreciated

  • @enissay9950
    @enissay9950 Год назад +1

    I loved the summary 😘

  • @allonahoya316
    @allonahoya316 Год назад +11

    The general divisibility trick for any prime p (other than 2 and 5) is as follows:
    Let our dividend be k and express it as 10x + y (x , y are non-negative integers)
    Find an integer z such that 10z when divided by p yields remainder 1.
    Now if x + (z)y is divisible by p, then 10x + y is divisible by p. This yields the required algorithm.
    Note: You can replace 10 with any natural number as long as it isn't a multiple of our chosen prime p.

    • @PhilBagels
      @PhilBagels Год назад

      I usually do it with a multiple of p that ends in 1. Call the multiple 10m+1. Then if x-my is divisible by p, then 10x+y is also divisible by p.
      For example, 17x3=51, so you can take off the last digit, multiply it by 5, and subtract that from the rest of the number. Repeat until you get a number that obviously is or isn't a multiple of 17. If it is, then the original number was divisible by 17, and if not, it wasn't.

    • @maljamin
      @maljamin Год назад

      Nice, yeah that yields the trick(s) for 11 of either adding 10N or subtracting N (for trailing digit N). And for 19 and 21 you get tricks involving ±2N.

  • @QuantumHistorian
    @QuantumHistorian Год назад +76

    An alternative method (that I worked out for myself right now) you can do is *last 2 digits plus twice the rest* . Will shrink the number much faster, and the mental maths is barely harder. Proof is exactly the same as in the video. It's actually surprisingly easy to generate any number of these tricks.

    • @leoirias3506
      @leoirias3506 Год назад +9

      I guess the hard part, for some people, would be to double the rest if its a big number, at least mentally.

    • @sang1s160
      @sang1s160 Год назад +2

      Nice find, way easier to remember than the one Grime suggested

    • @QuantumHistorian
      @QuantumHistorian Год назад +2

      @@leoirias3506 true, but if you're dealing with 3-4 digit number, you've only got to double 1-2 digits. Not very hard to do mentally I'd say? If you've got a much larger number... You won't. Nobody needs to know if a 5+ digit number is divisible by 7 in their head.

    • @rohitraghunathan
      @rohitraghunathan Год назад +8

      @@QuantumHistorian For a larger number, you can split it into 2 digit numbers starting from the end, and then multiply by increasing powers of 2. Eg: 12936 -> 36+29*2+1*4 -> 98 -> divisible by 7
      To make it simpler, you can do a mod 7 for each of the individual elements:
      36 -> 35+1->1
      29*2->(28+1)*2->2
      1*4->4
      1+2+4=>7

    • @ifulea
      @ifulea Год назад

      @@rohitraghunathanIngenious... thank you!!

  • @SebastianGMSFB
    @SebastianGMSFB Год назад +4

    Even if Argam Numerals were to extend up to digits in Base-720 (the factorial of 6), 7 would still be a somewhat interesting number, as it'd be the smallest prime number to not be divisible from the Base-720 sub-digit points, or in Dozenal's definition: Base-500.

  • @PunnamarajVinayakTejas
    @PunnamarajVinayakTejas Год назад +7

    I always felt the subtraction rule was a bit clumsy and I was faster at division (or finding the remainder, i should say) than doing that test. The addition rule is easier to do!

  • @Priapos93
    @Priapos93 Год назад +4

    I'm delighted! This filled in the one remaining gap in my knowledge of divisibility by single digit numbers! I will use it often, because I often feel curious about whether a number is prime, and I like to see what I can work out before simply searching the web for the answer.

  • @ryanallen2001
    @ryanallen2001 Год назад +15

    I own a funnel cake stand and I used to sell them for $7 each (not anymore... inflation!). This would have been handy when counting up the money at the end of an event to make sure the drawer was right!

    • @charliebell5073
      @charliebell5073 Год назад +1

      And if the drawer wasn't right, what next? I'm not sure I'd want to count.

  • @paingamer45
    @paingamer45 Год назад +3

    I’ve always been so curious how techniques like this are discovered!

  • @HS-fw2ed
    @HS-fw2ed 6 месяцев назад

    Awesome! For 4 and 8 divisibility for a number with the last three digits of ABC we can also check 4|C+2B or 8|C+2B+4A.

  • @marksman_561
    @marksman_561 Год назад +5

    James discussing Number Theory, a perfect start to my day.
    The idea that we see here as a ‘trick’ can be further generalised to derive an algorithm to check whether a number is divisible by a prime number that ends with 1,3,7,9 (i.e. all primes greater than 5). Very useful indeed.

  • @markjreed
    @markjreed Год назад +32

    Well, it certainly makes sense that adding 5x and subtracting 2x would work the same when what you care about is divisibility by 7; when counting modulo 7, 5 and -2 are the same number.

    • @adarshmohapatra5058
      @adarshmohapatra5058 Год назад +5

      Ooo you're right. If the number is 10x+y, then the first method is about checking if x+5y is divisible by 7, and the second method is about checking if x-2y is divisible by 7. (I like to call them the x+5y & the x-2y methods). But modulo 7, they're the same thing!
      (For people not familiar with modular arithmetic, if x+5y is divisible by 7, so is x-2y. Because it is smaller by exactly 7y.)
      In fact I can make an infinite number of 7 divisibilty tests like these, like the 8x-9y divisibility test & the 12y-6x divisibilty tests by adding or subtracting 7x's & 7y's. (If you frame it as a number is divisible by 7, if 12 times the last digit minus 6 times the first digit is divisible by 7, you can perhaps use it as a cool party trick ;) )

    • @witchcraft2264
      @witchcraft2264 Год назад +1

      Hey -2 is my method! I was wondering why that worked! Thanks!

    • @MichaelPohoreski
      @MichaelPohoreski Год назад

      What’s neat is that the proof for x+5y mod 7 is contained in the proof for x-2y mod 7:
      10x + y ≡ 0 (mod 7)
      50x + 5y ≡ 0*5 (mod 7)
      49x + x + 5y ≡ 0 (mod 7)
      [49x ≡ 0 (mod 7)] + [x + 5y ≡ 0 (mod 7)]
      0 + x + 5y ≡ 0 (mod 7)
      x + 5y - 7y ≡ 0 - 7y (mod 7)
      [x - 2y ≡ 0 (mod 7)] - [7y ≡ 0 (mod 7)]
      x - 2y ≡ 0 (mod 7) + 0
      x - 2y ≡ 0 (mod 7)
      QED

  • @PlasmaHH
    @PlasmaHH 9 месяцев назад +3

    I personally find 6300+140+28 easier to figure out in the head, works for arbitrary sized numbers quite quickly too if you know your x7 table well enough. Its a bit of doing the full division but in blocks of 2-3 digits... and in a way its related to this one...

  • @loveshchitte
    @loveshchitte Год назад +1

    Just an addition to the old trick which is take the number's last digit double it and subtract it from the remaining number. For eg: Let abc be the number then if 7| ab -2×c then 7|abc .
    It's just that we add 7×c to ab-2×c which will be ab+5c. So just an addition to that.

  • @koeielul112
    @koeielul112 Год назад +5

    I've been waiting for this for 49 years actually. How fitting LOL. I use it for checking numbers for primailty in my head. Brilliant! Thank you! ( I did know all of the others already actually).

  • @thane9
    @thane9 Год назад +11

    Knowing divisibility checks is really useful for prime factorizations too...7 and 11 in particular are terrific for this since they're on the bigger end of the early primes.

  • @TheAzorg
    @TheAzorg Год назад

    i wish i could like it more than once. Great video, kinda sad i didn't know it back in school

  • @bluefishactcl1464
    @bluefishactcl1464 Год назад

    This is so interesting !!!
    I am sure this would be fun for kids too

  • @naedolor
    @naedolor Год назад +29

    Man, what a nice guy professor Grime seems. I've known him for so long on this platform, I feel he's part of my family now.

  • @MitchBurns
    @MitchBurns Год назад +7

    Very useful video. Lately I’ve been wanting to check Primality in my head, and this helps make it a lot easier. I knew the tricks for 2,3,&5, and memorized that 49, 77, and 91 were multiples of 7 to be able to do it for all two digit numbers. Knowing the tricks for 7 and 11 let me check all the way up to 169, so that’s pretty cool.

  • @cuddlesandkafka
    @cuddlesandkafka Год назад +1

    Love this one

  • @NareshSingh-bn5ie
    @NareshSingh-bn5ie 5 месяцев назад +9

    Thala for a reason🗿

  • @autumn_skies
    @autumn_skies Год назад +8

    Just wanted to say that I'm especially excited when I see Dr. James Grime on Numberphile! Thank you for sharing your love for Math and the numbers! ❤️

  • @jozbornn
    @jozbornn Год назад +3

    There's another way to check divisibility by 7.
    Take a number (91 in this case). Subtract its base-3 representation (91 in base 3 = 28 in base 10). 91 - 28 = 63, which is divisible by 7, therefore 91 is divisible by 7.
    This works for any base. In general, if N_b - N_t is divisible by b-t, then the number is divisible by b-t as well.

    • @robertanthonyfairweather3416
      @robertanthonyfairweather3416 Год назад

      Yes, but your 91 in Base 3 would actually be 1001. However, that number is also divisible by 7 - or 21, in base 3 - and if you divide (B3) 1001 by (B3) 21, you would have (B3) 11. Quite a coincidence, too, because (B10) 3 × (B10) 7 = (B10)... (you guessed it) ...21 !

  • @matteo.ceriotti
    @matteo.ceriotti Год назад +1

    Amazing how these tests are wildly different for divisors 1...9!

  • @guilleoy4856
    @guilleoy4856 Год назад

    Thanks!

  • @ib9rt
    @ib9rt Год назад +32

    A method which I find easier to do in my head is to split the number up into groups and look at each group individually. For instance, 434 becomes 43 4 becomes 42 14 and both groups are divisible by 7, so the original number is also. As a bonus, the quotient is immediately given as 62. Thus 434 / 7 = 62. Do the same with 6468: 6468 becomes 63 168 becomes 63 14 28, so it is divisible by 7 and the quotient is 924.

    • @mmneander1316
      @mmneander1316 Год назад +1

      I agree. I would guess that this is not more work than the method presented in the video, in count of number of arithmetic operations ...

    • @tenapier
      @tenapier Год назад +2

      Yes, this is exactly what I do. And really nothing to remember as the method in the video describes. And, for me at least, it’s faster!

    • @ravneiv
      @ravneiv Год назад +2

      Yeah I immediately noticed 434 was divisible by 7 this way

    • @badrunnaimal-faraby309
      @badrunnaimal-faraby309 Год назад +4

      That's just long division with fewer steps.

    • @mmneander1316
      @mmneander1316 Год назад

      @@badrunnaimal-faraby309 Exactly. :-)

  • @chrisrj9871
    @chrisrj9871 Год назад +14

    I've always known the rule about taking the last digit, multiplying it by 2, then subtracting the smaller number from the larger number. ... the x5 rule is new to me.

    • @bingbonghafu
      @bingbonghafu Год назад +4

      Same. The one you said is my go-to 7 divisibility rule

    • @aniruddhvasishta8334
      @aniruddhvasishta8334 Год назад +6

      It's essentially the same because +5 and -2 are the same modulo 7

    • @atornblad
      @atornblad Год назад

      Same!

  • @weiyanwu3942
    @weiyanwu3942 Год назад +2

    This is gonna be reccomended 4 years later😊

  • @rickh9396
    @rickh9396 Год назад

    The method I use to check for divisibility by 7 (and integers > 10) in my head is to start with a close multiple of 10 (or 100 or 1000...) times the divisor. Then you have a smaller number, ideally under 100, to mentally check for even divisibility. For 434, it's (7 * 60) + 14. Or for 406, it's (7 * 60) - 14.
    I use a similar method in reverse to multiply numbers that would otherwise be too cumbersome to do in one's head.

  • @saarthaksinghal.
    @saarthaksinghal. Год назад +10

    I seriously love watching Numberphile videos and you are my absolute favourite, James Grime Sir! I adore you James Grime Sir to a great extent. (Your smile is literally the best!) Thanks for making me love mathematics more than ever.

  • @volodask
    @volodask Год назад +5

    I love seeing someone so excited about divisibility by 7!

  • @MeinDeutschkurs
    @MeinDeutschkurs 5 месяцев назад

    Wonderful.

  • @wolf1066
    @wolf1066 2 месяца назад

    Damn! That was a great episode. I just hope I remember the trick.

  • @ethan-
    @ethan- Год назад +8

    The thing about this "trick" for divisibility by 7 is that it's less efficient than just doing the long division algorithm.

  • @VTPPGLVR
    @VTPPGLVR Год назад +2

    5:50
    I thought I imagined this very loudly!
    X - D

  • @edielungreen
    @edielungreen Год назад +2

    A similar process (as I’m sure others worked out) is to divide the number by 50, then add the whole number portion of the quotient to the remainder. So for 434 it would be 8 + 34 = 42, which is divisible by 7. This works because 50 - 1 = 49, as related to his explanation of how his method works. For very large numbers, you can repeat this process as needed 😸

  • @ralitsa-ost
    @ralitsa-ost 5 месяцев назад

    dr. James

  • @steveyankou4144
    @steveyankou4144 Год назад +3

    I usually subtract as many 700s, 350s, and 98s as needed to get to a 2 digit number. This is probably better.

    • @breazecatcher
      @breazecatcher Год назад +1

      It's worth remembering that 1001 is a multiple of 7 (=700+350-49). There's a trick based on this that works a bit like the alternating rule for 11 - which I can't remember off the top of my head - but I've never come across anything that can't be more easily be solved by subtracting multiples of (1000+1), then 700 or 350 and then multiples of (50-1).

  • @Ethan7s
    @Ethan7s Год назад +22

    Another fun fact about the number 7: only 14.28% of numbers are divisive by 7.

    • @MxIbatomik
      @MxIbatomik Год назад

      Is it all numbers or only non-decimals numbers?

    • @imperatormaximus8952
      @imperatormaximus8952 Год назад +2

      14 and 28 are both divisible by 7. Huzzah!

    • @boyplusminecraft
      @boyplusminecraft Год назад +1

      ​@oogaBooga This is because every seventh number is divisible by seven. 1/7 = .142857143... ≈ 14.29%

    • @boyplusminecraft
      @boyplusminecraft Год назад +1

      @@MxIbatomik All numbers, even decimal numbers, can be divided by seven. However only whole numbers can be divided by seven such that there is no remainder.

    • @teeesen
      @teeesen Год назад +1

      14.285714 is a better approximation. The 6 decimal places repeat.

  • @protickkhandkar
    @protickkhandkar Год назад

    I love your videos ❤️.

  • @MacBratt
    @MacBratt 6 месяцев назад

    Excellent, been looking for this a long while - also appreciate the explanation how it works. Now find a way to see if a number is divisible by the number after the next prime number (11 I know already). 13

  • @norbi275275
    @norbi275275 Год назад +15

    I think the easier and more straight forward method would just be subtracting multiples of seven since it cannot change the remainder. This method is solid and works for any number, but for some small numbers there are better ways.
    6468 - 6300
    168 - 140
    28 ✓
    A nice bonus is that we get can easily perform the division right now, since
    6468 = 6300 + 140 + 28 =
    7 (900+20+4) = 7*924

    • @seventhtenth
      @seventhtenth Год назад +3

      434 = 420 + 14, 6468 = 6300 + 140 + 28. This is the skill I got from taking math tests without a calculator. This will always be faster

    • @PwnEveryBody
      @PwnEveryBody Год назад

      Literally just division by hand as we learned in primary school, but with 0's instead of spaces. I wish we'd have learned why that worked back then. I think it might have helped quite a fair few to better understand, or might at least somewhat dispel the myth that maths is just magic.

  • @thomaswilliams2273
    @thomaswilliams2273 Год назад +17

    The method I found for determining divisibility by 7 was 3 times the ten's place plus the one's place. So 105 would be 10x3+5 or 35. 3x3+5 or 14. 1x3+4 or 7. For divisibility by 4, if the 10's place is odd the 1's place must be 2 or 6, or even but not divisible by 4. If the 10's place is even then the 1's place must be 0, 4, or 8, or divisible by 4.

    • @davidcovington901
      @davidcovington901 Год назад +1

      For 434 I did 3X43 and added the 4.
      This is 129 + 4 =133, or 7 less than 140, so, a 7-mer.
      Or, using 133 as a rest stop,
      do it as 3 X 13, + 3, which is 39 + 3 = 42.
      I think our way beats his, although I've not analyzed just why it works.

    • @thomaswilliams2273
      @thomaswilliams2273 Год назад +1

      @@davidcovington901 I believe it works because 1 is 1 more than a multiple of 7 while 10 is 3 away, so to compensate for dividing by 10 you multiply by 3. My Geometry teacher in high school told us that some POW had figured out a way but didn't tell us what it was. I guess I subconsciously kept working on the problem until I figured it, or rather apparently one, way.

    • @davidcovington901
      @davidcovington901 Год назад +1

      @@thomaswilliams2273 Thanks!!!

    • @spanqueluv9er
      @spanqueluv9er Год назад +1

      @@thomaswilliams2273 Just divide the number by 7 ffs. Why would you do all these other steps as a “test”?
      Just do the division.🤦‍♂️🤡

    • @batuozer7179
      @batuozer7179 Год назад

      This only works if the number has 3 digits. Consider 1105

  • @AvsJoe
    @AvsJoe Год назад +8

    A game I've been playing since I was a kid is breaking down numbers I come across, like street addresses or telephone numbers, to find it's largest prime. I "win" if a number's largest divisor is less than 12. I've always known every other trick mentioned in this video but seven has ALWAYS been the bane of this game as I didn't have an easy method to quickly divide by it. Or at least, not until now. So glad to have learned this, this trick is going to speed up my games considerably!

  • @travisashby7780
    @travisashby7780 Год назад

    Legend of my childhood is back and as captivating as ever

  • @poisonduckee
    @poisonduckee 6 месяцев назад +2

    His blank stare when hearing football references is so completely relatable to me lol.

  • @gregb869
    @gregb869 Год назад +3

    I always just break up the number. 6468 is 6300 (divisible by 7 because 63 is), leaving 168. 168 is 140 (divisible by 7 because 14 is), leaving 28 which is also divisible by 7. Therefore 6468 is divisible by 7

    • @zzzaphod8507
      @zzzaphod8507 Год назад

      Looks close to doing the division.

  • @sharg0
    @sharg0 Год назад +68

    Back in the days when applications started to be locked by a serial number it wasn't that uncommon that one of the checks was "divide by 7".
    Many times you needed to present a number say 12 digits long which seems impossible to guess but all that was needed was to look for one that could be divided by 7 (11 was another common).

    • @JamesDavy2009
      @JamesDavy2009 Год назад +3

      Fun fact: the powers of 11 up to 11^9 (or one less than the radix) are sequential palindromes stopping at the nth power.

    • @user-zu1ix3yq2w
      @user-zu1ix3yq2w Год назад

      Very neat..

    • @qamarat8366
      @qamarat8366 Год назад

      @@JamesDavy2009 Huh! Does this translate across bases? (So for example 11 in base 6 (7), would that be a palindrome all the way to 11^5?

    • @duncathan_salt
      @duncathan_salt Год назад +1

      @@qamarat8366 yep - that's what the "radix" in his message is referring to!

  • @hartree.y
    @hartree.y 9 месяцев назад

    I was taught a different divisibilty criterion: a number is divisible by 7 if (N*3 + L) is divisible by 7, where N is the number formed by removing the last digit of the original number (analogous to the criterion in the video), and L is the last digit. But the criterion in this video is much easier. Thanks for educating me

  • @jimlaguardia8185
    @jimlaguardia8185 5 месяцев назад

    Beautiful!

  • @whiterosesalchemist
    @whiterosesalchemist Год назад +4

    Thank you so much for this ive needed this for so long 7 was killing me. Id figured out 2 to 11 on my own but 7 i had no idea this makes things so easy now and raises an interesting idea that im gonna test for 13