Players take turns placing numbers from 1-9 on the grid. Each digit can only be used three times. Avoid making three-digit prime numbers in any direction!
Examples of 3-digit primes: 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, etc.
A number is divisible by 2 if its last digit is even (0,2,4,6 or 8)
A number is divisible by 3 if the sum of its digits is divisible by 3.
A number is divisible by 4 if the number's last two digits are divisible by 4.
A number is divisible by 5 if its last digit is a 0 or 5.
A number is divisible by 6 if it is divisible by 2 and 3 (see rules above).
There is no simple test for divisibility by seven, you need to do the division and check there is no remainder!
A number is divisible by 8 if the last three digits form a number that is divisible 8.
A number is divisible by 9 if the sum of the digits is divisible by 9.
A number is divisible by 10 if its last digit is 0.
A number is divisible by 11 if the alternating sum of its digits is divisible by 11. Alternating sum means a-b+c-d+... – m
A number is divisible by 12 if it is divisible by 3 and 4.
There is a printable worksheet to go with this activity.
The notes/solutions to this and other Transum puzzles, exercises and activities are available here when you are signed in to your Transum subscription account. If you do not yet have an account and you are a teacher, tutor or parent you can apply for one by completing the form on the Sign Up page.
A Transum subscription also gives you access to the 'Class Admin' student management system, downloadable worksheets, many more teaching resources and opens up ad-free access to the Transum website for you and your pupils.