The question: In how many ways can one select a cricket team of eleven from 17 players in which only 5 players can bowl if each cricket team of 11 must include exactly 4 bowlers?
Now, as per my understanding, we need to select four bowlers from the pool of five players who can bowl. But this does not mean that the fifth person i.e the reject cannot be on the rest of the team?
My answer: $^5C_4*^{13}C_7 = 5*1716$
The book: $^5C_4*^{12}C_7 = 5*792$
Which one is correct?