Difficulty: Easy
Correct Answer: 27
Explanation:
Introduction / Context:Prime-versus-composite identification is a common classification theme in verbal–reasoning number sets. Here, three entries are primes; exactly one is composite, and that is the odd one out.
Given Data / Assumptions:
Concept / Approach:Check simple divisibility. All even numbers greater than 2 are composite; numbers ending with 5 (and greater than 5) are composite; digit-sum multiples of 3 indicate divisibility by 3. Use these filters, then confirm with small-prime checks when needed.
Step-by-Step Solution:
13 → not divisible by 2, 3, 5: prime.17 → not divisible by 2, 3, 5: prime.19 → not divisible by 2, 3, 5: prime.27 → digit sum 2 + 7 = 9, divisible by 3; 27 = 3 * 9 → composite.Verification / Alternative check:Try direct factorization where obvious: 27 factors as 3 * 3 * 3. No such factorization exists for 13, 17, or 19 using small primes, confirming their primality.
Why Other Options Are Wrong:13, 17, and 19 each have only two divisors and are therefore prime; they match the intended pattern.
Common Pitfalls:Assuming “odd = prime.” Many odd numbers (like 27) are composite; use divisibility tests.
Final Answer:27 is composite and thus the odd number.
Discussion & Comments