🦘 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 3

Problem 3 · 2009 Math Kangaroo Easy
Number Theory factorization

For how many positive whole numbers n is \(n^2+n\) a prime number?

Show answer
Answer: B — 1
Show hints
Hint 1 of 2
Factor n² + n before testing whether it can be prime.
Still stuck? Show hint 2 →
Hint 2 of 2
A prime has only the factors 1 and itself—so when can a product of two integers be prime?
Show solution
Approach: factor, then force one factor to be 1
  1. n² + n = n(n + 1), a product of two consecutive positive integers.
  2. For that product to be prime, one factor must be 1, so n = 1, giving 1·2 = 2 (prime).
  3. For every n ≥ 2 both factors exceed 1, so the product is composite. Exactly 1 value works.
Mark: · log in to save