Assuming he was guessing the probability of getting each correct is .5 with 8 trials. There are 2 ways to find the probability of getting all 8 correct
.5 x .5 x .5 … = (.5)^8
oruse a binomial distribution since there are a fixed number of trials binompdf(8, .5, 8)
both answers give you .0039. Since this probability is less than 5% it cannot happen by chance alone so therefore Paul DOES have psychic powers since it is statistically significant.