Random variables $X_1$ , $X_2$ , ... , $X_n$ form a random sample from the Normal distribution with mean 20 and standard deviation 2. Random variables $Y_1$ , $Y_2$ , ... , $Y_m$ form a random sample from the Normal distribution with mean 19 and standard deviation 3.
a) If $n$ = 10 and $m$ = 5, determine the probability that the sample mean of the $Y$’s exceeds the sample mean of the $X$’s.
b) Suppose that $n$ = 2$m$. What is the smallest aggregate sample size ($n$ + $m$ = 3$m$) for which the probability of the event described in part a is no greater than 0.001.
I figured out part "a" but part b is confusing me, I know it involves qnorm(.001) but I can't seem to find out what to do with the aggregate sample size. Any ideas?