Difficulty: Easy
Correct Answer: 5 : 9
Explanation:
Introduction / Context:
Prime versus composite recognition is central to many number-classification items. Three options are prime-prime pairs; one includes a composite number.
Given Data / Assumptions:
Concept / Approach:
Check each member of the pair for primality; the pair containing a composite is the outlier.
Step-by-Step Solution:
5:9 — 5 is prime, 9 is composite → mismatched pair.7:11 — both prime.13:17 — both prime.29:31 — both prime.
Verification / Alternative check:
All-prime pairs persist even if you test differences (4, 4, 2). The single composite presence is the decisive discriminator.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “odd” with “prime.” Not all odd numbers are prime; 9 is a counterexample.
Final Answer:
5 : 9
Discussion & Comments