The card deck has 30 cards in three different colors. Cards of each color are numbered 1 to 10. Each player draws 4 cards. The order in which cards are drawn to players' hands is not important.
The question is in how many possible draws exist in which exactly one player receives exactly one card which has the number 8 on it. I thought that there are 2 players, for each player 3 options to draw the 8, $27 \choose 3$ for the three other cards for that player and another $24 \choose 4$ cards for the other player. This totals to 186,486,300 which is not the correct answer.
Any guidance would be appreciated.