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:
A = 2^1 * 3^3 * 7^1.B = 2^1 * 3^3 * 11^1.C = 2^3 * 3^1 * 5^1.Common primes across all: 2 and 3.Minimum exponents: 2^min(1,1,3) = 2^1; 3^min(3,3,1) = 3^1.Therefore HCF = 2 * 3 = 6 (shown as 2 × 3).Verification / Alternative check:
Divide each number by 6 to confirm no larger common factor exists: quotients are integers, and any attempt to include another 2 or 3 or include 5/7/11 fails for one of the numbers.Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
2 × 3
Discussion & Comments