Solution:The pattern followed here is :(a, b, c) → √(a³ - b) = b
(8, 9, 431) → √(8³ - 431) ⇒ √(512 - 431) ⇒ √81 = 9
(11, 8, 1267) ⇒ √(11³ - 1267) ⇒ √(1331 - 1267) ⇒ √64 = 8
Similarly,
(7, 5, 318) ⇒ √(7³ - 318) ⇒ √(343 - 318) ⇒ √25 = 5
Hence, "(7, 5, 318)" is the correct answer.