Analyzing the difference between the means of two independent unbiased samples obtained from normally distributed variables with homogenous variances:
Two possible approaches:
Perform a 2-sample t-test (H0: Mean1-Mean2=0)
Calculate the 95% C.I of the difference between the means, and see whether it overlaps 0.
Question: Is it mathematically possible to have a 95% C.I (of the difference between means) overlapping 0, and a t-test p<0.05?
Vice-versa: is it possible to have a 95% CI non overlapping 0 and a t-test p<0.05?