0 0 votes In how many ways can we choose a cricket team of 11 players out of 10 batsman,5 bowlers,2 keepers such that the team has atleast 4 bowlers? i am getting 4884; my approach $\binom{5}{4}* \binom{10}{7}*\binom{2}{0}$ + $\binom{5}{4}* \binom{10}{6}*\binom{2}{1}$ + $\binom{5}{4}* \binom{10}{5}*\binom{2}{2}$+$\binom{5}{5}* \binom{10}{6}*\binom{2}{0}$ +$\binom{5}{5}* \binom{10}{5}*\binom{2}{1}$ + $\binom{5}{5}* \binom{10}{4}*\binom{2}{2}$ Probability + – Gate Fever 961 views answer comment Share Follow Print See all 7 Comments 7 7 Comments reply Shobhit Joshi commented Dec 25, 2018 i edited by Shobhit Joshi Dec 25, 2018 reply Follow flag $4$ bowlers + $5$ bowlers $={}^5C_4*{}^{12}C_7+{}^5C_5*{}^{12}C_6$ or simply = $={}^5C_4*{}^{13}C_7$ 0 0 replyShare Gate Fever commented Dec 25, 2018 reply Follow flag cant we have further choice on number of batsman & keepers??? @Shobhit Joshi 0 0 replyShare Shobhit Joshi commented Dec 25, 2018 reply Follow flag ${}^{12}C_6$ covers all the choices you can create when the number of bowlers are 4 and same when 5 0 0 replyShare Gate Fever commented Dec 25, 2018 reply Follow flag then why the anwer coming is not same? any idea? 0 0 replyShare Gate Fever commented Dec 25, 2018 reply Follow flag okay, answer is same in both the cases; okay!!! answer was given wrong in the key!! 0 0 replyShare Gate Fever commented Dec 25, 2018 reply Follow flag this is what they have done, wrong calculation don't even have 4884 as option; they haven't marked none of these as option ; 0 0 replyShare Shobhit Joshi commented Dec 25, 2018 reply Follow flag mistake happens 0 0 replyShare Please log in or register to add a comment.