Sum of two numbers is 105 and their difference is 45. Find the numbers.
Generated by claude-sonnet-4-6 · 2026-06-15 10:33 · grounding rag
Model Answer
Let the two numbers be $x$ and $y$, where $x > y$.
$$x + y = 105 \quad \text{...(1)}$$
$$x - y = 45 \quad \text{...(2)}$$
Adding (1) and (2):
$$2x = 150 \implies x = 75$$
Substituting in (1):
$$75 + y = 105 \implies y = 30$$
∴ The two numbers are 75 and 30.
Explanation
- This is a standard elimination method problem (Chapter 3). Form two equations from the given conditions, then add them to eliminate $y$ and find $x$, then substitute back.
- Examiners award 1 mark for correct equation formation and 1 mark for correct solution. Always verify: 75 + 30 = 105 ✓ and 75 − 30 = 45 ✓.