AndrewN
How many integers between 15 and 35, inclusive, have exactly 3 prime factors, not necessarily unique, in their prime factorization? (e.g., the prime factorization of 8 is 2, 2, and 2, so the integer 8 would have 3 such prime factors)
A) 2
B) 3
C) 4
D) 5
E) 6
Hello, everyone. I was interested in creating a question that tasked the solver to think of numbers in different ways. I was curious whether the example would make the problem too easy or, at the very least, expedite the process of solving the question. To speak to the latter point, if we know that 8 already has 3 prime factors, then we also know that no multiple of 8 between 15 and 35, inclusive, can also have 3 prime factors (since 8 * 2, 8 * 3, and 8 * 4 would all introduce new prime factors). We can decide whether to eliminate numbers by counting up in succession or by singling out different types of numbers one by one. For instance, we could get rid of all the primes after eliminating all the multiples of 8:
Step 1: 15
16 17 18 19 20 21 22 23
24 25 26 27 28 29 30 31
32 33 34 35
Step 2: 15
17 18
19 20 21 22
23 25 26 27 28
29 30
31 33 34 35
What then? I will admit to combing through each integer one by one.
Step 3 (or step 1, depending on your method):
15 = 3 * 5
X18 = 2 * (3 * 3)
√20 = (2 * 2) * 5
√21 = 3 * 7
X22 = 2 * 11
X25 = 5 * 5
X26 = 2 * 13
X27 = (3 * 3 * 3)
√28 = (2 * 2) * 7
√30 = 2 * 3 * 5
√33 = 3 * 11
X34 = 2 * 17
X35 = 5 * 7
XOf course, there are
five integers with the prime factorization that the question asks about, so
the answer is (D), 5. But notice how different the qualifying integers are from one another:
- 18, 20, and 28 all pair a prime number with a perfect square
- 27 is the only perfect cube
- 30 is the only integer that has three unique prime factors
Therein lies my interest. Someone seeking out a pattern and sticking strictly to it might miss 27 or 30, and the successive qualifying integers 27 and 28 might make a person doubt whether he or she had caught all the other qualifying integers beforehand. In any case, I had fun drumming up the question, and I hope it was fun to solve, too.
As always, good luck with your studies.
- Andrew