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:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments