Difficulty: Easy
Correct Answer: 20/3
Explanation:
Introduction / Context:
The LCM of several fractions is computed by taking the LCM of their numerators and dividing by the GCD of their denominators. This rule is the fractional analogue of the integer LCM/GCD definitions and ensures each fraction divides the LCM exactly.
Given Data / Assumptions:
Concept / Approach:
Use the formula: LCM of fractions = LCM(numerators) / GCD(denominators). Compute each component carefully by prime factorization or mental arithmetic with small numbers.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments