The Missing Digit
A classic divisibility puzzle that tests your understanding of modular arithmetic.
The number 45_72 is divisible by 9. What digit should replace the underscore?
Challenge your mind with mathematical puzzles and brain teasers. Solve interactive number theory puzzles, divisibility challenges, prime number problems, and modular arithmetic brain teasers. Learn math concepts through engaging puzzle-solving activities.
Welcome to our collection of mathematical puzzles! Each puzzle is designed to challenge your problem-solving skills while teaching important mathematical concepts. Try to solve them on your own first, then use the hints if you get stuck. Solutions are available to help you understand the reasoning behind each puzzle.
A classic divisibility puzzle that tests your understanding of modular arithmetic.
The number 45_72 is divisible by 9. What digit should replace the underscore?
Find two prime numbers that add up to a given sum.
Find two different prime numbers that add up to 50. How many such pairs exist?
A puzzle about clock arithmetic and modular operations.
If it's 3 o'clock now, what time will it be in 100 hours? (Use 12-hour clock format)
Find numbers with a specific greatest common divisor.
Find two positive integers a and b such that: - gcd(a, b) = 6 - a + b = 30 - a < b What are the possible values of a and b?
A challenging puzzle about perfect squares and their properties.
Find the smallest positive integer n such that: - n is a perfect square - n + 1 is also a perfect square - n + 2 is also a perfect square Wait, that's impossible! Instead, find n where: - n is a perfect square - n + 1 is a perfect square What is the smallest such n?
Find the modular inverse using the Extended Euclidean Algorithm.
Find the modular inverse of 7 modulo 26. That is, find x such that: 7x ≡ 1 (mod 26)