Difficulty: Medium
Correct Answer: 270
Explanation:
Problem Restatement
Two numbers (larger L, smaller S) satisfy: L − S = 1365 and L = 6S + 15. Find S.
Given data
Concept / Approach
Use simultaneous equations; substitute the division relation into the difference relation.
Step-by-Step Calculation
(6S + 15) − S = 13655S + 15 = 13655S = 1350 → S = 1350 ÷ 5 = 270
Verification
L = 6S + 15 = 6(270) + 15 = 1620 + 15 = 1635Check difference: 1635 − 270 = 1365 ✓Check remainder: 1635 ÷ 270 = 6 remainder 15 ✓
Common Pitfalls
Final Answer
270
Discussion & Comments