Thirteen people on a softball team show up for a game. Of the 13 people who show up three are women.How many ways are there to choose 10 players to take the field if at least two of these players must be a woman?
Please Correct Me, Total = C(13,10) if only men show up C(10,10) if one woman show up C(10,9)
ans = C(13,10) - C(10,10) - C(10,9)