Skip to main content

2018 AMC 10B Problem 11

Problem 11 of 25IntermediateNumber Theory

Which of the following expressions is never a prime number when pp is a prime number?

Answer choices

Show solution

Solution

Look at p2+26.p^2 + 26. When p=3,p = 3, it’s 35=57.35 = 5 \cdot 7. For any other prime, pp isn’t divisible by 3,3, so p21(mod3)p^2 \equiv 1 \pmod 3 and p2+261+20(mod3).p^2 + 26 \equiv 1 + 2 \equiv 0 \pmod 3. Either way it’s a multiple of 33 bigger than 3,3, hence composite. So it’s never prime. Thus, C is the correct answer.

More practice

Concepts: prime · modular arithmetic

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.