find the number of ways in which 6 player out of 11 players can be selected so as to include 3 particular players.
i want full solution bzzz this is frm permutation and combination
Answers
Answered by
6
You have to choose 6 players out of 11 players
But 3 particular players must be included. So you only have to choose 3 players from rest 8 player.
3 players can be chosen from 8 players in 8C3 ways.
But 3 particular players must be included. So you only have to choose 3 players from rest 8 player.
3 players can be chosen from 8 players in 8C3 ways.
Answered by
4
Total number of players=11
Number of players to be selected = 6
Now 3 particular player must be in the team.
total number of ways =8C3
Number of players to be selected = 6
Now 3 particular player must be in the team.
total number of ways =8C3
Similar questions