Solution:The pattern followed here is :{2nd number + (3rd number × 2)} = 1st number
(300, 100, 100) → {100 + (100 × 2} ⇒ 100 + 200 = 300
(88, 66, 11) → {66 + (11 × 2)} ⇒ 66 + 22 = 154
Similarly,
(44, 22, 11) → {22 + (11 × 2)} ⇒ 22 + 22 = 44
Hence, "(44, 22, 11)" is the correct answer.