Math Puzzle No. 3: The Ten Divisibilities
This problem, along with a couple of others, was inspired by the work of John H. Conway* and appeared in the October 15, 2020 edition of Quanta Magazine.
Let a, b, c, d, e, f, g, h, i, j be the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 in some order. Each digit appears exactly once. (For those that want a more precise mathematical phrasing, there is a one-to-one correspondence between the set {a, b, c, d, e, f, g, h, i, j} and the set {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}, or better yet, there is a bijection between the two sets.) We form other integers by concatenating digits, so for example, 'ab' is a two-digit number where 'a' is the tens digit and 'b' is the ones digit.
If abcdefghij is a 10-digit number with the following properties:
a is divisible by 1 (OK, that much is obvious)
ab is divisible by 2 (So, b must be even)
abc is divisible by 3 (Do you know the test for divisibility by 3?)
abcd is divisible by 4
abcde is divisible by 5
abcdef is divisible by 6
abcdefg is divisible by 7
abcdefgh is divisible by 8
abcdefghi is divisible by 9
abcdefghij is divisible by 10
...What number is abcdefghij?
You will need to know some divisibility tests from number theory, and employ a good bit of logic. Good luck.
b = 4, d = 2, f = 8, h = 6
- 1472589 is not divisible by 7
- 7412589 is not divisible by 7
b = 8, d = 6, f = 4, h = 2,
- 1896543 is not divisible by 7
- 9816543 is not divisible by 7
- 7896543 is not divisible by 7
- 9876543 is not divisible by 7
- 1836547 is not divisible by 7
- 3816547 is divisible by 7
- 1896547 is not divisible by 7
- 9816547 is not divisible by 7
The previous Math Puzzle and its Solution are available here: https://mathcep.blogspot.com/2020/11/math-puzzle-no-2-monty-hall-problem.html
Comments
Post a Comment