Difficulty: Easy
Correct Answer: 1/20
Explanation:
Introduction / Context:The HCF of multiple fractions is computed via the same rule as for two fractions: HCF of numerators divided by LCM of denominators. This problem applies that rule to three fractions simultaneously.
Given Data / Assumptions:
Concept / Approach:For fractions a/b, c/d, e/f: HCF = HCF(a, c, e) / LCM(b, d, f). Compute the integer HCF of the numerators and the integer LCM of the denominators, then form the fraction.
Step-by-Step Solution:
Numerator HCF: HCF(1, 3, 4) = 1.Denominator LCM: LCM(2, 4, 5) = 20.Therefore, HCF of the fractions = 1 / 20.Verification / Alternative check:Check that 1/20 is a common fractional divisor: (1/2) ÷ (1/20) = 10; (3/4) ÷ (1/20) = 15; (4/5) ÷ (1/20) = 16. All quotients are integers, confirming 1/20 works; any larger fractional divisor would require a smaller denominator than 20, which would fail at least one fraction.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:1/20
Discussion & Comments