🦘 Math Kangaroo Grade All Felix 1-2 Ecolier 3-4 Benjamin 5-6 Kadett 7-8 Junior 9-10 Student 11-12 ⇄ switch contest
2009 Math Kangaroo

Problem 30

Problem 30 · 2009 Math Kangaroo Stretch
Number Theory primescareful-counting

A single-digit prime number is called “strange.” A prime number with more than one digit is called “strange” if the numbers obtained by deleting its first digit and by deleting its last digit are both strange prime numbers again. How many strange prime numbers are there?

Show answer
Answer: D — 9
Show hints
Hint 1 of 2
Start from the single-digit 'strange' primes 2, 3, 5, 7 and build longer ones digit by digit.
Still stuck? Show hint 2 →
Hint 2 of 2
A longer prime is strange only if dropping its first digit AND dropping its last digit each give a strange prime.
Show solution
Approach: build strange primes upward by length
  1. The single-digit strange primes are 2, 3, 5, 7.
  2. A two-digit prime is strange if removing either end digit leaves a strange prime: 23, 37, 53, 73 qualify.
  3. A three-digit prime needs both trimmed numbers strange: only 373 works (37 and 73 are strange).
  4. No four-digit prime qualifies, so the count is 4 + 4 + 1 = 9.
Mark: · log in to save