Solution:The pattern followed here is :(a, b, c) → [{(a + b) × 3} - 1] = c
(19, 53, 215) → [{(19 + 53) × 3} - 1] ⇒ {(72 × 3) - 1} ⇒ 216 - 1 = 215
Similarly,
(13, 35, 143) → [{(13 + 35) × 3} - 1] ⇒ {(48 × 3) - 1} ⇒ 144 - 1 = 143
Hence, "(13, 35, 143)" is the correct answer.