Solution:The pattern followed here is :[{(1st number)³ + 1} ÷ 2] = 2nd number
(3 : 14) → {(3³ + 1) ÷ 2} ⇒ {(27 + 1) ÷ 2} ⇒ (28 ÷ 2) = 14
(5 : 63) → {(5³ + 1) ÷ 2} ⇒ {(125 + 1) ÷ 2} ⇒ (126 ÷ 2) = 63
(7 : 172) → {(7³ + 1) ÷ 2} ⇒ {(343 + 1) ÷ 2} ⇒ (344 ÷ 2) = 172
But,
(9 : 355) → {(9³ + 1) ÷ 2} ⇒ {(729 + 1) ÷ 2} ⇒ (730 ÷ 2) = 365 ≠ 355
Hence, (9 : 355) is the correct answer.