There are many things that are cool about divisibility rules, but this is really cool:
Let's take the multiples of 7, for example.
A cool thing about multiples of 7 is that if you multiply the last digit by 5, and add it to the remaining number, it will always be a multiple of 7. For example:
84: 8 + = 28 =
161: 16 + = 21 =
And this does not only apply to multiples of 7. Take multiples of 13, for example. When the last digit is multiplied by 4, the sum of that and the remaining number will also be a multiple of 13. For example:
26: 2 + = 26 (this kind of becomes a loop, but you get the point).
I have documented how this works for many numbers… (From what I have seen, it only occurs with some numbers)
3: Multiply last digit by 1 (3 * 3 = 10 − 1)
7: Multiply last digit by 5 (7 * 7 = 50 − 1
9: Multiply last digit by 1 (9 * 1 = 10 − 1)
11: Multiply last digit by 10 (11 * 9 = 100 − 1)
13: Multiply last digit by 4 (13 * 3 = 40 − 1)
17: Multiply last digit by 12 (17 * 7 = 120 − 1)
19: Multiply last digit by 2 (19 * 1 = 20 − 1)
The notes in parentheses are observations I have made. But can someone explain why this is all true????
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Does this work for p=2,5?
Log in to reply
Well, this is just an idea, but I'm thinking it is related to the fact that no multiples of 2 or 5 can possibly have a units digit of 9.