Let's analyze the pattern in the equations:
Given:
2 + 7 = 63
3 + 6 = 54
5 + 2 = 14
8 + 1 = 9
9 + 5 = ?
Try to detect a pattern:
Let’s take the first example:
2 + 7 = 63
Try:
None of those directly give 63...
Now try this:
2 + 7 = 63 → (2 + 7) × 7 = 9 × 7 = 63 ✅
Try the same logic:
3 + 6 = 54 → (3 + 6) × 6 = 9 × 6 = 54 ✅
5 + 2 = 14 → (5 + 2) × 2 = 7 × 2 = 14 ✅
8 + 1 = 9 → (8 + 1) × 1 = 9 × 1 = 9 ✅
So the pattern is:
(a + b) × b
Now apply it to:
9 + 5 = ?
→ (9 + 5) × 5 = 14 × 5 = 70
✅ Final Answer: 70