Problem:
Find the number of ways in which the nine numbers
can be arranged in a row so that adjacent numbers are relatively prime.
, 2021
Solution
Solution:
The six numbers , and are divisible by , so they cannot be adjacent. However, arranging six numbers in a row with no two adjacent requires at least numbers, which is impossible.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.