Solution:The pattern followed here is :(a, b, c) → {(a + b) - 10} = c
(16, 22, 28) → {(16 + 22) - 10} ⇒ 38 - 10 = 28
(14, 19, 23) → {(14 + 19) - 10} ⇒ 33 - 10 = 23
Similarly,
(15, 26, 31) → {(15 + 26) - 10} ⇒ 41 - 10 = 31
Hence, "(15, 26, 31)" is the correct answer.