Solution:The pattern followed here is :(1st number ร 2nd number) + (1st number + 2nd number) = 3rd number
(10, 5, 52) โ {(10 ร 5) + (10 รท 5)} โ 50 + 2 = 52
(35, 7, 250) โ {(35 ร 7) + (35 รท 7)} โ 245 + 5 = 250
Similarly,
(8, 4, 34) โ {(8 ร 4) + (8 รท 4)} = 32 + 2 = 34
Hence, "(8, 4, 34)" is the correct answer.