Concept:
Use total sum approach.
Explanation:
Mean of 4 numbers = 300
Total sum:
\[
4 \times 300 = 1200
\]
Mean of 2 numbers = 310
Sum of those 2:
\[
2 \times 310 = 620
\]
Remaining sum:
\[
1200 - 620 = 580
\]
Mean of remaining 2:
\[
580 \div 2 = 290
\]