Difficulty: Easy
Correct Answer: 2 × 3
Explanation:
Introduction / Context:
The Highest Common Factor of several numbers is obtained by taking the minimum exponent of each prime that appears in all numbers. Breaking each product into primes makes the comparison straightforward.
Given Data / Assumptions:
Concept / Approach:
Prime factorize each: 9 = 3^2 and 4 = 2^2. Then take the intersection of primes with their smallest exponents across A, B, and C. Any prime not present in all three drops out of the HCF.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments