Solution:The pattern followed here is :In Row
(Digit addition of 1st No. until single unit digit obtained) + 2nd No. = Resultant × 11 = 3rd No.
(23, 5, 110) → 2 + 3 = 5 (single digit)
(5 + 5) × 11 ⇒ 10 × 11 = 110
(56, 9, 121) → 5 + 6 = 11 ⇒ 1 + 1 = 2 (single digit)
(9 + 2) × 11 ⇒ 11 × 11 = 121
(49, 3, 77) → 4 + 9 = 13 ⇒ 1 + 3 = 4 (single digit)
(4 + 3) × 7 ⇒ 7 × 11 = 77