Solution:The pattern followed here is :(a, b, c) → (a), (a ²), (a² + a)
(101, 10201, 10302) → (101), (101²), (101² + 101)
(95, 9025, 9120) → (95), (95²), (95² + 95)
Similarly,
(102, 10404, 10506) → (102), (102²), (102² + 102)
Hence, "(102, 10404, 10506)" is the correct answer.