Solution:The pattern followed here is :(1st number × 2) + 1 = 2nd number
(32 : 65) → {(32 × 2) + 1} ⇒ (64 + 1) = 65
(35 : 71) → {(35 × 2) + 1} ⇒ (70 + 1) = 71
(21 : 43) → {(21 × 2) + 1} ⇒ (42 + 1) = 43
(46 : 93) → {(46 × 2) + 1} ⇒ (92 + 1) = 93
(17 : 35) → {(17 × 2) + 1} ⇒ (34 + 1) = 35
But,
(30 : 59) → {(30 × 2) + 1} ⇒ (60 + 1) = 61 (Not 59)
Hence, (30 : 59) is the correct answer.