Difficulty: Easy
Correct Answer: 30
Explanation:
Introduction / Context:
For positive fractions, a standard rule is used to compute the least common multiple (LCM). Unlike integers, the LCM of fractions depends on both the numerators and denominators, combined through a specific relationship involving LCM and HCF (GCD).
Given Data / Assumptions:
Concept / Approach:
The formula for the LCM of fractions a/b, c/d, e/f is: LCM = LCM(numerators) / HCF(denominators). We therefore find LCM of 2, 3, 5 and HCF (GCD) of 7, 14, 3.
Step-by-Step Solution:
Verification / Alternative check:
Each fraction should divide 30 (as a rational) exactly: 30 ÷ (2/7) = 105; 30 ÷ (3/14) = 140; 30 ÷ (5/3) = 18. All results are integers, validating 30 as a common multiple. Being constructed via the formula guarantees minimality.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
30
Discussion & Comments