Тёмный

Divisibility Tricks in 5 Levels of Difficulty 

Dr Sean
Подписаться 17 тыс.
Просмотров 15 тыс.
50% 1

To check if a number is divisible by 3, you can add up the digits and see if that number is divisible by 3! Let's explore divisibility tricks like this in 5 levels of difficulty. We'll find divisibility tricks for each number 2-12, and also explore how divisibility tricks work in other bases!
Divisibility rules for 2-12 (in base 10), and for working in other bases.
00:00 Introduction
00:19 Divisibility by 2, 5, 10
01:13 Divisibility by 4, 8
02:53 Divisibility by 3, 9
04:54 Divisibility by 11, 7
08:04 Working in Other Bases

Опубликовано:

 

1 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 50   
@custom3828
@custom3828 4 месяца назад
I didn't know there were more divisibility tricks than just adding up the digits. Thank you Dr. Sean!
@wrc1210
@wrc1210 4 месяца назад
Alternative trick for 7: If you can get good at finding the remainder mod 7 of 3 digit numbers you can find the remainder mod 7 of any sized number. And finding the remainder mod 7 of 3 digit numbers is easy. 1) double 100s digit 2) add result to the last two digits 3) result is congruent to the original number Example: 463 2x4 = 8 8+63 = 71 71 = 70 + 1 Therefore, remainder mod 7 of 463 is 1. Now say you have a large number, like 901,885,519. Starting on the right, group the number into blocks of 3 digits and do the alternating sum (similar to the trick for 11 described in the video): 519 - 885 + 901 The result of this calculation will be congruent mod 7 to the original number. But since that's a hard calculation to do in your head you can simplify it by converting each 3 digit block to its remainder mod 7 using the method described above: 519 -> 2x5 = 10, 10+19 = 29, 29 = 28 + 1 885 -> 2x8 = 16, 16+85 = 101, 101 = 98 + 3 901 -> 9x2 = 18, 18+01 = 19, 19 = 14 + 5 Now the alternating sum calculation can be simplified to: 1 - 3 + 5 = 3 Therefore original number is not divisible by 7, and in fact has a remainder of 3 mod 7. Takes a little bit of practice, but not as much as you might think. There are ways to streamline things further too. Not hard to do large numbers in seconds.
@RajKumar-kj9xy
@RajKumar-kj9xy 4 месяца назад
Next video suggestion: why 1 is not a prime.
@Fangamer1254
@Fangamer1254 4 месяца назад
Technically 1 is a prime cuz it can build every (natural) number. However actual primes are without 1.
@nol2521
@nol2521 4 месяца назад
@@Fangamer1254intuitively it is a prime but by definition it is simply not
@chonkycat123
@chonkycat123 4 месяца назад
because it would ruin unique prime factorisation, from which a lot of maths is built on.
@alexandertaylor7316
@alexandertaylor7316 4 месяца назад
​​@@Fangamer1254 1 is not a prime. Primes have exactly two factors, no more, no less. 1 only has one; itself. There are many theorems that would break if 1 was considered a prime. The fundamental theorem of arithmetic, for example, would break completely.
@Fangamer1254
@Fangamer1254 4 месяца назад
@@alexandertaylor7316 I know.
@MajaxPlop
@MajaxPlop 4 месяца назад
There is one for 13: Take your number, divide it with D the number of tens, and N the digit of units (for instance, for 1782, D = 178, N = 2) and consider D + 4N, and repeat until you get a number smaller than 50. Your original number is divisible by 13 if and only if your final one is (13, 26 or 39)
@lagomoof
@lagomoof 4 месяца назад
A trick that only works sometimes, or might make other tricks simpler: Replacing known multiples of a number anywhere in the digits with zeros. This is a subtraction in a flimsy disguise. e.g. Is 463 divisible by 7? We might know that 63 = 7×9, so we can replace "63" with zeros and we get 400, which is clearly not divisible by 7, so neither was 463. Another handy trick is knowing that 1001 = 7×11×13. Combining these we can ask if, say, 4494 is divisible by 7. Zap the 49 (7×7) from the middle for 4004 and that's obviously 4×1001 which we know is divisible by seven, so 4494 must have been as well.
@Mnaughten601
@Mnaughten601 3 месяца назад
One of my favorite proofs I did was in number theory, it was for the final exam, the professor wanted us to prepare a one on one session, where we would go over a proof from class expanding on it if we wanted to. I did division by 9, then expanded that proof to all bases. The conclusion was for a base N if the sum of a numbers digits is divisible by N-1, then the number itself is divisible by N-1.
@angelguy1044
@angelguy1044 4 месяца назад
You finally made a video about division🎉🎉🎉What a legend!
@henrygreen2096
@henrygreen2096 4 месяца назад
That you for including the “ interbase “ divisibility level 5. I hadn’t thought about stuff like that before!
@thyagooliveira7
@thyagooliveira7 4 месяца назад
I've never seen those tricks before. Awesome! Thanks for the content.
@DrSeanGroathouse
@DrSeanGroathouse 4 месяца назад
Glad you liked them!
@KiWi13th
@KiWi13th 4 месяца назад
Level 0: Divisibility rule for dividing by 1
@lukasjetu9776
@lukasjetu9776 4 месяца назад
Level -1: Multiplication rule for multiplying by 0
@jackdan1811
@jackdan1811 4 месяца назад
Level undefined: Divisibility rule for dividing by 0
@danielc.martin1574
@danielc.martin1574 2 месяца назад
I wonder, how would you prove that?🤔
@kruksog
@kruksog 4 месяца назад
The first vid of yours I watched was good, this is also good. Subbed.
@get-the-joke
@get-the-joke 4 месяца назад
A number is divisible by n if the digit sum of the number is divisible by n. That is always true, you just have to use base n+1.
@Caio_Myguel
@Caio_Myguel 4 месяца назад
Long ago, really long ago, my teacher, after having telling us about how to know whether or not a number is divisble by three, wrote some huge, pre-selected, numbers on the board. Summing all the digits would still give some 3 or 4 digit number and we were at loss then because we didn't know whether or not that number was divisible by three. So he said to us that given a number, we had to add the digits and if this sum of the digits produced a two digit number or greater, repeat the procedure each time repeatedly untill it terminated on either 3, 6 or 9. I remember he's smile bc we, 6 and 7 years old, were happy with this strange knowledge and kept literally demanding for him to write more numbers so we could apply this.
@SmoMo_
@SmoMo_ 4 месяца назад
I really enjoyed this video thanks for making it.
@DrSeanGroathouse
@DrSeanGroathouse 4 месяца назад
Glad you enjoyed it!
@sazidhasansafwan
@sazidhasansafwan 4 месяца назад
Thanks
@mulerseifu8824
@mulerseifu8824 4 месяца назад
🔥🔥
@jackkalver4644
@jackkalver4644 4 месяца назад
There’s a general right-to-left trick for numbers n, with gcd(n, base)=1. Add or subtract a multiple of n to get a multiple of base, remove the 0 at the end, and repeat until the verdict is obvious. This trick will return a yes for any number, but only a no for numbers whose last digit has no common factors with the base.
@cubefromblender
@cubefromblender 4 месяца назад
If 10's place is odd, and it ends with 2 or 6, divisible by 4 If 10's plaxe is even, and it ends with 0 4 of 8, divisible by 4
@abhinavanand9032
@abhinavanand9032 4 месяца назад
To check divisibility by 13 multiply the last digit by 4 and add it to remaining number. For example 104 becomes 10+4*4=26
@enchantedgoldenapple3290
@enchantedgoldenapple3290 4 месяца назад
if x is divisble by y then you can check whether any number is divisble by y^n with only the first n digits if the number is written in base x
@danmohit
@danmohit 4 месяца назад
Here even before 10k
@AVeryCooIName
@AVeryCooIName 4 месяца назад
What about divisibility by 1
@wristdisabledwriter2893
@wristdisabledwriter2893 4 месяца назад
That’s the first time I found out why the divisibility reals work. I never saw this seven method
@user-vg1qo5gi3l
@user-vg1qo5gi3l 3 месяца назад
Level 0: divisibility by 1
@Bob94390
@Bob94390 4 месяца назад
My divisibility check works for all integers of reasonable size and is very fast: I pick up my mobile phone and divide the numbers. If there is a decimal point and something after it, the numbers are not divisible.
@popaye.8968
@popaye.8968 4 месяца назад
That was not the point. We need to know the remainder and other things. This is for really big that calculators of the 1800s and 1700s weren't able to calculate, this is why math is ALWAYS ahead. However, for the current stuff, check the last part
@spookyscaryskeletonsmith2840
@spookyscaryskeletonsmith2840 4 месяца назад
​@@popaye.8968 im going to write you out of the timeline
@jadeyie
@jadeyie 4 месяца назад
Divisibility trick of 25 and 125 comes under level 2 and they are arguably easier than 4 and 8
@lox7182
@lox7182 4 месяца назад
bro they're litterally (well essentially) exactly the same "only check the last two/ three digits" type of thing
@jadeyie
@jadeyie 4 месяца назад
@@lox7182 yeah but it's not mentioned
Далее
A Problem from the Toughest Math Contest
8:55
Просмотров 3,3 тыс.
Can you solve the cheating royal riddle? - Dan Katz
5:49
Quest To Find The Largest Number
11:43
Просмотров 302 тыс.
if x+y=8, find the max of x^y
12:59
Просмотров 732 тыс.