Verify mobile number to view the solution
Solutions
The logic followed here is:
Logic: Second Number = (First Number) + 7
⇒ Third Number = (Second Number) + 21
Given,
(18, 25, 46)
→ 25 = 18 + 7
→ 46 = 25 + 21.
(24, 31, 52)
→ 31 = 24 + 7
→ 52 = 31 + 21.
Let's check each option as per the logic:
1) (19, 24, 47):
→ 24 = 19 + 7
→ 24 ≠ 26 → Doesn't follow the logic.
2) (13, 20, 41):
→ 20 = 13 + 7
→ 41 = 20 + 21 → Follow the logic.
3) (20, 27, 34):
→ 27 = 20 + 7
→ 34 ≠ 27 + 21 → Doesn't follow the logic.
4) (16, 21, 44):
→ 21 ≠ 16 + 7 → Doesn't follow the logic.
Here, we can see that only Option 2 follow the logic.
Hence, the correct answer is " (13, 20, 41) ".