Question

Difficulty: MediumPrime Numbers and Prime Factorization

For how many positive two-digit integers nn is the sum n+(n+2)n + (n + 2) equal to the product of exactly two distinct prime numbers?

  1. A
    20
  2. 21Answer
  3. C
    22
  4. D
    24
  5. E
    25

Answer

There are 21 positive two-digit integers that satisfy the given condition.
Simplifying n+(n+2)n + (n + 2) gives 2(n+1)2(n + 1). For 2(n+1)2(n + 1) to equal the product of two distinct prime numbers, n+1n + 1 must be an odd prime number pp (so that 2 and pp are distinct). Because nn is a two-digit positive integer (10n9910 \le n \le 99), p=n+1p = n + 1 must satisfy 11p10011 \le p \le 100. There are 25 prime numbers under 100, and exactly 4 of them (2, 3, 5, 7) are less than 11. Therefore, there are 254=2125 - 4 = 21 suitable prime numbers, yielding 21 valid values of nn.

Step-by-Step Solution

1
Algebraically simplify the given sum.
n+(n+2)=2n+2=2(n+1)n + (n + 2) = 2n + 2 = 2(n + 1)
Combining like terms isolates the common factor of 2.
2
Analyze the prime factorization structure.
The expression 2(n+1)2(n + 1) has 2 as a prime factor. For it to be the product of exactly two distinct prime numbers, n+1n + 1 must be a prime number pp distinct from 2 (i.e., an odd prime).
If n+1n + 1 were composite or equal to 2, the total number of distinct prime factors would not be exactly two distinct primes.
3
Determine the valid range for the prime p=n+1p = n + 1.
Since nn is a two-digit positive integer, 10n9910 \le n \le 99. Adding 1 to all parts gives 11n+110011 \le n + 1 \le 100, so 11p10011 \le p \le 100.
The constraints on nn dictate the bounds for the prime number pp.
4
Count the number of prime numbers in the range [11,100][11, 100].
There are 25 prime numbers less than 100. The primes less than 11 are 2, 3, 5, and 7 (4 primes). Thus, there are 254=2125 - 4 = 21 primes in the range [11,100][11, 100].
Subtracting primes outside the valid range yields the count of valid values for nn.

Key Concept

Prime Factorization and Prime Number Properties
Estimated Time:1m 45s
Rate this question