Difficulty: Medium
Correct Answer: 27 and 23
Explanation:
Introduction / Context:Solving a trapezium from area and difference of bases involves forming and solving simultaneous linear equations.
Given Data / Assumptions:
Concept / Approach:Area formula: A = (1/2)(a + b)h. Use A and h to get (a + b), then combine with (a - b) to solve a and b.
Step-by-Step Solution:
(1/2)(a + b) * 19 = 475 → a + b = (475 * 2) / 19 = 950 / 19 = 50a - b = 4Add: 2a = 54 → a = 27; then b = 23Verification / Alternative check:Area check: (1/2)*(27+23)*19 = (1/2)*50*19 = 475. Difference 27 - 23 = 4. Consistent.
Why Other Options Are Wrong:Other pairs do not satisfy both the sum 50 and difference 4 simultaneously.
Common Pitfalls:Mixing which base is larger or miscomputing 950/19 (ensure exact division to 50).
Final Answer:27 and 23
Discussion & Comments