Difficulty: Easy
Correct Answer: 36
Explanation:
Introduction / Context:For fractions, LCM = LCM of numerators divided by GCD of denominators. When denominators are pairwise coprime overall (GCD = 1), the LCM simplifies to just the LCM of numerators as an integer.
Given Data / Assumptions:
Concept / Approach:Compute LCM of numerators 2, 3, 4, 9. Then divide by GCD of denominators (which is 1), meaning the LCM is simply that numerator LCM.
Step-by-Step Solution:
LCM(2, 3, 4, 9) = 36 (since 4 contributes 2^2 and 9 contributes 3^2).GCD(3, 5, 7, 13) = 1.LCM of the fractions = 36 / 1 = 36.Verification / Alternative check:
Check divisibility: (36) ÷ (2/3) = 54; ÷ (3/5) = 60; ÷ (4/7) = 63; ÷ (9/13) = 52; all integers.Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
36
Discussion & Comments