Given :
There are 6 bowlers and 9 batsmen.
The team of 11 should be formed so that it contains at least 4 bowlers.
There are different ways to choose the team members.
We'll use combination formula, since the arrangement of members is not compulsory.
(i) If we are choosing a team where it contains exactly 4 bowlers then it will contain 7 batsmen
∴ The number of possible ways =6C4×9C7
(ii) If we choose a team where 5 bowlers exist then
Number of possible ways =6C5×9C6
(iii) If we choose a team where there are 6 bowlers then
Number of possible ways =6C6×9C5
Now, adding all three possibilities will give the total number of ways a team of 11 can be selected, so that it contains at least 4 bowlers.
∴ total number of ways to select a team =6C4×9C7+6C5×9C6+6C6×9C5
=6!2!4!×9!2!7!+6!1!5!×9!3!6!+6!6!×9!4!5!
=15×36+6×84+1×126
=1170
Hence there are total 1170 ways.