Solution:The pattern followed here is :[{(2nd number + 3rd number) × 5} - 3] = 1st number
(62, 5, 8) → [{(5 + 8) × 5} - 3] ⇒ {(13 × 5) - 3} ⇒ 65 - 3 = 62
(87, 7, 11) → [{(7 + 11) × 5} - 3] ⇒ {(18 × 5) - 3} ⇒ 90 - 3 = 87
Similarly,
(112, 8, 15) → [{(8 + 15) × 5} - 3] ⇒ {(23 × 5) - 3} ⇒ 115 - 3 = 112
Hence, "(112, 8, 15)" is the correct answer.