(b) Recall P-->Q is logically equivalent to ~PVQ (you may check this by using a truth table.).
Note that "if x^2>4, then x>2" can be written as "x^2>4-->x>2" since it is an implication. So, (x^2>4--x>2) ≡ (~(x^2>4)V(x>2)). Taking negation on both sides, we have
~(x^2>4-->x>2) ≡ ~(~(x^2>4)V(x>2))
≡~(~(x^2>4))^(~(x>2)) (DeMorgan's Law)
≡ (x^2>4) ^(~(x>2)) (Double Negation)
≡ (x^2>4) ^(x<=2) (The negation of x>2 is x<=2)
Hence, the negation of "if x^2>4, then x>2" is "x^2>4 and x<=2."
(b) By part (a), we have "x^2>4 and x<=2." It is clear that x^2>4 yields x<-2 or x>2 by basic algebra. Hence, in order to have x^2>4 and x<=2, we must have x<-2. Therefore, x<-2 is the set of numbers we are looking for.