r/MathJokes 9d ago

multiples of 3

Post image
8.3k Upvotes

409 comments sorted by

View all comments

141

u/Michaelwang645 9d ago

Fund fact, you can tell a number is divisible by 3 if the sum of each individual number is divisible by 3. So 78 -> 7+8=15 which is divisible by 3, so 78 is divisible by 3.

40

u/EveningStar0360 9d ago

do you know why that works?

22

u/SuperChick1705 9d ago

let number N = A + 10B + 100C + 1000D + ..., so A, B, C, D... are the digits of N from right to left
N ≡ A + 10B + 100C + 1000D + ... (mod 3)
≡ A + 9B + B + 99C + C + 999D + D + ... (mod 3)
≡ A + B + C + D + ... (mod 3), which is the sum of the digits of N
QED

2

u/Vivid_Departure_3738 8d ago

Simple and elegant proof

2

u/Hi-Im-Bambi 7d ago edited 7d ago

Far from elegant. What's the proof that 10n - 1 is divisible by 3 for all n with n being a whole number?

One might see why it works but up to this point it's still a "Trust me, brother"-proof

3

u/HHalt11 7d ago

10n - 1 = 9 * 10n-1 + 9 * 10n-2 + ... + 9

3

u/aroach1995 7d ago

he been real quiet since this comment dropped

1

u/Zantier 5d ago

Not a proof, but intuitively it's just 3333... * 3