One of the "shortcuts" for determining if a number is divisible by 8 is to see if the last three digits are divisible by 8. One of the "shortcuts" for determining if a number is divisible by 5 is to see whether the last digit is a 5 or a 0. If I have a number of arbitrary length, is it acceptable to say that the number is divisible by 40 if the number passes both shortcuts?
2026-04-02 02:00:48.1775095248
Is a Number Divisible by 40
3.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Yes, since $8$ and $5$ are coprime $(\gcd(8, 5)=1)$. This means that such an integer can be written as $8\times 5\times n=40\times n$, for some integer $n$.