Given Team Members (Contestants):
Red (R) = 5
Blue (B) = 3
Green (G) = 2
There are 4 rounds and in each round, 1 Contestant is chosen at random from all the 10.
One constestant chosen in 1 round can be again chose for another round.
The question is asking for the probability that the 4 constestants are not exactly 2 Rs and 2 Bs.
It is always better to apply complement rule here. So first, find the probability of the 4 contestants chosen to be exactly 2Rs and 2Bs.
We know there are 5 reds. Any of them can be chosen for one round. Similarly for another round too (because we want two reds out of 4 contestants)
Likewise, we know there are 3 blues. Any of them can be chosen for 2 rounds.
So the numerator would be 5 * 5 * 3 * 3
But, we they can be in any sequence of 4. RRBB, RBBR, etc so multiply the above with 4! / 2! (R and B is repeating)
Overall outcomes/events - any of the 10 can be chosen for any of the round and are eligible to repeat. So 10^4
So the final probability of having exactly 2 reds and exactly 2 blues = [(5^2 * 3^2) / 10^4] * 4!/2! = 27 / 200
So the probability of not having the arrangement of exactly 2 reds and 2 blues = 1 - 27/200 = 173 / 200. Answer is D.