Let $X_1,X_2,X_3,X_4,X_5$ be a normal sample, taken from the distribution with unknown mean $\mu$ and known variance $\sigma^2$. Calculate $$P(|X_{3:5}-\mu|<0.841\cdot\sigma).$$
Comment. If the order statistics $X_{3:5}$ were replaced with the mean, it would be the standard exercise. Now it seems that some more information about the order statistics is necesary - but I have no idea, what is needed here. Could you give some advice?
The general formula for the distribution of order statistics from an iid sample is:
$$F_{X_{(k)}}(x)=\sum_{i=k}^n{n \choose i}\left[F(x)\right]^i\left[1-F(x)\right]^{n-i}$$
Substituting $k=3,n=5,z=\frac{x-\mu}{\sigma}\;\text{ and }F(z)=\Phi\left(z\right)$ we get:
$$F_{Z_{(3)}}(z)=\sum_{i=3}^5{5 \choose i}\left[\Phi\left(z\right)\right]^i\left[1-\Phi\left(z\right)\right]^{5-i}$$
Where $Z_{(k)}$ is an order statistic for a sample of standard normal random variables.
Now, lets rearrange your original probability statement:
$$P(|X_{(3)}-\mu|<0.841\cdot\sigma)=P\left(\frac{|X_{(3)}-\mu|}{\sigma}<0.841\right)=P(|Z_{(3)}|<0.841)$$
So, your problem is equivalent to calculating the value of $F_{Z_{(3)}}(0.841)-F_{Z_{(3)}}(-0.841)$
$$F_{Z_{(3)}}(0.841)\approx \sum_{i=k}^n {5\choose i}\left[0.8\right]^i\left[0.2\right]^{5-i}=0.94208$$ $$F_{Z_{(3)}}(-0.841) \approx \sum_{i=k}^n {5\choose i}\left[0.2\right]^i\left[0.8\right]^{5-i}=0.05792$$
Therefore:
$$P(|X_{(3)}-\mu|<0.841\cdot\sigma) =P(|Z_{(3)}|<0.841) \approx 0.94208-0.05792 = 88.416\%$$