Hello I am trying to solve this question. But, I can not find any approach, We know that avg is 600 and the question is asking for 500? and also if we sum the sd and avg we can not come near to the 1000£ on the second part. Could you please help me to solve this question?
Average income of nurses is 600£ and the standard deviation was 266£ . A sample of 1,000 nurses was randomly chosen to verify if this sample would have a similar mean income as the entire population. a) Probability that the mean income of the nurses sampled is less than 500£ . b) Probability that the mean income of the nurses sampled is greater than 1000£ .

Use the Central Limit Theorem: the sample mean $\bar{X} = \frac{1}{n}\sum_{i=1}^n X_i$ converges to $$ \mathcal{N}(\mu, \sigma^2/n) $$ in distribution, with $n = 1000$, $\mu = 600$ and $\sigma = 266$.
Therefore let $$ f_\bar{X}(x) = \dfrac{1}{\sqrt{2\pi\sigma^2}} \cdot e^{\frac{-(x-\mu)^2}{2\sigma^2}} $$ be the p.d.f. of the normal distribution given above, (a) is $$ \mathbb{P}[\bar{X} \leq 500] = \int_{-\infty}^{500} f_\bar{X}(x) dx $$
and (b) is simply $$ \mathbb{P}[\bar{X} \geq 1000] = 1 - \mathbb{P}[\bar{X} \leq 1000] = 1 - \int_{-\infty}^{1000} f_\bar{X}(x) dx $$