Solution:The pattern followed here is :
(1st number)² + (2nd number)² = 3rd number
(4, 11, 137) → (4² + 11²) ⇒ (16 + 121) = 137
(3, 12, 153) → (3² + 12²) ⇒ (9 + 144) = 153(7, 8, 113) → (7² + 8²) ⇒ (49 + 64) = 113
(13, 14, 365) → (13² + 14²) ⇒ (169 + 196) = 365
(9, 11, 202) → (9² + 11²) ⇒ (81 + 121) = 202
But,
(4, 3, 61) → (4² + 3²) ⇒ (16 + 9) = 25 ≠ 61
Hence, (4, 3, 61) is the correct answer.