Difficulty: Easy
Correct Answer: 4(2x + y)
Explanation:
Introduction / Context:Translate textual rates into per hour rates and aggregate outputs across the specified time window. Then sum outputs from both factories.
Given Data / Assumptions:
Concept / Approach:Total cars = (rate of A + rate of B) * time. Convert B to per hour first, then multiply by 8 and simplify algebraically.
Step-by-Step Solution:
A output in 8 h = 8xB output in 8 h = 8 * (y/2) = 4yTotal = 8x + 4y = 4(2x + y)Verification / Alternative check:Unit check: both terms have units cars. Factorization 8x + 4y = 4(2x + y) is algebraically correct.
Why Other Options Are Wrong:8(x + y) incorrectly treats B as y per hour; (8x + y)/2 and 16(x + y) are algebraic or rate conversion errors; 2(4x + y) equals 8x + 2y, which undercounts B by half.
Common Pitfalls:Forgetting to convert B’s rate to per hour; distributing the 8 incorrectly; misreading parentheses in options.
Final Answer:4(2x + y)
Discussion & Comments