Right choice is (c) If x is not divisible by 2 then x is not divisible by 4
Easy explanation: Contrapositive statement for given statement “if p then q” is “if not q then not p” i.e. ~q => ~p.
So, contrapositive for “If x is divisible by 4 then x must be divisible by 2” is “If x is not divisible by 2 then x is not divisible by 4”.