In how many ways can at least two team members be selected for grade a out of 7 members in a group?

Example 1. A cricket team has a squad of 15 members.

(a) In how many ways can a playing team of 11 members be selected?

(b) In how many ways can a batting order consisting of 11 players be made?

(c) In how many ways can a playing team be selected if one particular player must be chosen?

(d) In how many ways can a batting order consisting of 11 players be made, if one particular player must not be chosen?

Solution: 

(a) In this part, you only have to select 11 players out of 15. This is therefore a combination problem. The answer is \(^{15}{C_{11}}\).

(b) Now, not only do you have to select a group of 11 players, but you also have to decide their batting order, or arrangement. This is a permutation problem, and the answer will be   \(^{15}{P_{11}}\).

(c) If we must have one particular player in our team, then we need to choose 10 players out of the remaining 14. This can be done in \(^{14}{C_{10}}\) ways.

(d) One particular player must not be chosen. From the remaining 14, we need to determine the number of all permutations or arrangements of 11 players. The answer is \(^{14}{P_{11}}\).

Example 2: In a party of 10 people, each person shakes hands with every other person. How many handshakes are there?

Solution: Each unique handshake corresponds to a unique pair of persons. Also, note that the order of the two people in the pair does not matter. For example, if X and Y are two people, then XY and YX won’t be counted separately; only the pair {X,Y} will be counted.

Thus, we need to find the number of ways in which 2 people can be selected out of 10. Clearly, the answer is

\[^{10}{C_2} = \frac{{10!}}{{2!\left( {10 - 2} \right)!}} = \frac{{10!}}{{2!8!}} = 45\]

Make sure you understand this calculation.

Example 3: A class consists of 10 boys and 10 girls. A group of 5 students needs to be selected from this class. In how many ways can this be done if

(a) there is no constraint on the composition of the group?

(b) there is at least one boy in the group?

(c) there are 2 boys and 3 girls in the group?

(d) there are at least 2 girls and 2 boys in the group?

Solution: 

(a) In this case, we simply have to select any 5 students of 20, which can be done in \(^{20}{C_5}\) ways.

(b) First, we count all the groups in which there are no boys – all the members of the groups are girls. The total number of girls is 10. Selecting 5 out of 10 girls can be done in \(^{10}{C_5}\) ways. Now think about this carefully: the number of all possible groups of size 5 is \(^{20}{C_5}\), and out of these, \(^{10}{C_5}\) groups consist of only girls. Thus, the number of groups which consist of at least one boy is \(^{20}{C_5}{ - ^{10}}{C_5}\).

(c) We first select 2 boys out of 10. This can be done in \(^{10}{C_2}\) ways. Next, we select 3 girls out of 10 – this can be done in \(^{10}{C_3}\) ways. For each of the \(^{10}{C_2}\) selections of boys, there are \(^{10}{C_3}\) selections of girls. Thus, using the FPC, the total number of ways of forming a group consisting of 2 boys + 3 girls is \(^{10}{C_2}{ \times ^{10}}{C_3}\).

(d) The constraint “at least 2 girls and 2 boys” can be divided into two separate cases: (i) 2 boys + 3 girls (ii) 3 boys + 2 girls. We have already calculated the number of groups consisting of 2 boys + 3 girls: \(^{10}{C_2}{ \times ^{10}}{C_3}\). Similarly, the number of groups consisting of 3 boys + 2 girls will be \(^{10}{C_3}{ \times ^{10}}{C_2}\) (the same as the first case). Thus, the number of groups consisting of at least 2 girls and 2 boys is

\[\left( {^{10}{C_2}{ \times ^{10}}{C_3}} \right) + \left( {^{10}{C_3}{ \times ^{10}}{C_2}} \right) = 2{ \times ^{10}}{C_2}{ \times ^{10}}{C_3}\]

Example 4:From a group of 6 boys and 4 girls, a selection of 5 children needs to be made. In how many ways can this be done if the selection has

(a) at least 2 girls?

(b) at the most 2 girls?

Solution:  (a) We divide the situation of “at least 2 girls” into the following cases, and count the number of groups corresponding to each case:

Case

Num. of girls

Num. of boys

Num. of possible selections

 1

   2

    3

\[^4{C_2}{ \times ^6}{C_3} = 120\]

  2

   3

   2

\[^4{C_3}{ \times ^6}{C_2} = 60\]

  3

  4

   1

\[^4{C_4}{ \times ^6}{C_1} = 6\]

Thus, the total number of selections consisting of at least 2 girls is 120 + 60 + 6 = 186.

(b) This part is left to you as an exercise. The answer will be 186 again.

Example 5: A class has 25 students. For a school event, 10 students need to be chosen from this class. 4 of the students of the class decide that either four all of them will participate in the event, or none of them will participate. In how many ways can the selection of 10 students be done?

Solution:  Given the specified constraint, we divide the set of all possible selections of 10 students into two groups:

  1. The selections which include the 4 students; we already have 4 students – we need to select 6 more students out of remaining 21 students. This can be done in \(^{21}{C_6}\) ways. Thus, the number of possible selections which include the 4 students is \(^{21}{C_6}\).
  2. The selections which do not include the 4 students; now we need to select 10 students out of the remaining 21. This can be done in \(^{21}{C_{10}}\) ways. Thus, the number of possible selections which do not include the 4 students is \(^{21}{C_{10}}\).

The total number of selections possible under the specified constraint is \(^{21}{C_6}{ + ^{21}}{C_{10}}\).

Example 6: How many diagonals are there in a polygon with n sides?

Solution: If we select any two vertices of the polygon and join them, we will get either a diagonal or a side of the polygon. The number of ways of selecting two vertices out of n is \(^n{C_2} = \frac{{n\left( {n - 1} \right)}}{2}\). Out of these selections, n correspond to the sides of the polygon. Thus, the number of diagonals is:

\[\frac{{n\left( {n - 1} \right)}}{2} - n = \frac{{n\left( {n - 3} \right)}}{2}\]

Guys, does anyone know the answer?

get in how many ways can at least two team members be selected for grade a from screen.

In how many ways can at least two team members be selected for gr

In how many ways can at least two team members be selected for grade a out of 7 members in a group

Question :

In how many ways can at least two team members be selected for grade a out of 7 members in a group

Related Answer

A group consists of 4 girls are 7 boys. In how many ways can a team of 5 members be selected if the team has at least 3 girls ?

More Related Question & Answers

A group consists of 4 girls are 7 boys. In how many ways can a team of 5 members be selected if the ...

A group consists of 4 girls and 7 boys. In how many ways, can a team of 5 members be selected if the...

A group consists of 4 girls are 7 boys. In how many ways can a team of 5 members be selected if the ...

A group consists of 4 girls and 7 boys. In how many ways can a team of 5 members be selected if the ...

A group consists of 4 girls and 7 boys. In how many ways can a team of 5 members be selected if the ...

A group consists of 4 girls and 7 boys. In how many ways can a team of 5 members be selected if the ...

A group consists of 4 girls and 7 boys. In how many ways can a team of 5 members be selected if the ...

A group consists of 4 girls and 7 boys. In how many ways can a team of 5 members be selected, if the...

A group consists of 4 girls and 7 boys. In how many ways can a team of 5 members be selected if the ...

A group consists of 4 girls are 7 boys. In how many ways can a team of 5 members be selected if the ...

A cricket team consists of 15 players, out of it 5 are bowlers. In how many ways a team of 11 member...

In how many ways 7 members forming a committee out of 11 be selected so that 3 particular members mu...

In how many ways 7 members forming a committee out of 11 be selected so that 3 particular members mu...

In how many ways a committee of 7 members can be selected from 10 members ?

In how many ways 7 members forming a committee out of 11 be selected so that 3 particular members mu...

A delegation of 6 members is to be sent abroad out of 12 members. In how many ways can the selection...

A delegation of 6 members is to be sent abroad out of 12 members. In how many ways can the selection...

A group consists of 5 girls and 7 boys.In how many ways can a team of 5 members be selected if the t...

A group consists of 4 girls and 7 boys . In how many ways can a team of 5 members be selected if the...

There are 4 girls and 7 boys in a group. How can a team of 5 members be selected if the team has (1)...

Disclaimer

The questions posted on the site are solely user generated, Doubtnut has no ownership or control over the nature and content of those questions. Doubtnut is not responsible for any discrepancies concerning the duplicity of content over those questions.

Latest Videos

अधिक देखने के लिए क्लिक करें

स्रोत : www.doubtnut.com

In how many ways can at least two team members be ed for grade A out of 7 members in

CTS Numerical Ability Question Solution - In how many ways can at least two team members be selected for grade A out of 7 members in a group? (a)7C2 (b) 7C2 +7 C3 +7 C4 + 7C5 +7 C6 + 7C7 (c)7P2 +7 P3 + 7P4 +7 P5 + 7P6 + 7P7 (d) 7C0 +7C1 (e)7P0 + 7P1

Latest CTS Aptitude Question SOLUTION: In how many ways can at least two team members be selected for grade A out of 7 members in a group? (a)7C2 (b) 7C2 +7 C3 +7 C4 + 7C5 +7 C6 + 7C7 (c)7P2 +7 P3 + 7P4 +7 P5 + 7P6 +

Follow Quotesrain 09 : 33 : 21 Result Today's Puzzle Previous Puzzles Prize & Rules Discussion Board Suggestion Board Trending Articles Maths Tricks Placement Papers Placement Questions

Interview Experience

Placed user Comment Group Discussion English APP login Result Today's Puzzle Previous Puzzles Prize & Rules Discussion Board Suggestion Board Trending Articles Maths Tricks Placement Papers Placement Questions

Interview Experience

Placed user Comment Group Discussion Walkins Corporate Job Exam Government Job Exam Entrance Exam Training Internship Placement Papers / CTS / Numerical Ability /

Permutation and Combination

CTS Question Papers: CTS Interview Experience(3) CTS Company Profile

CTS Select Another Category Permutation and Combination Select Another Topic

Company

3i-Infotech 345Accenture 546ADITI 81Athenahealth 72CADENCE 37Capgemini 519CMC 49Cognizant 29CSC 480CTS 1338Dell 49Elitmus 44GENPACT 516Google 55HCL 217Hexaware 92Huawei 81IBM 1714IGate 169Infosys 2049L&T 299Microsoft 61Miscellaneous 204Oracle 74Other 95Patni 199Sapient 44Sasken 31Self 38Syntel 530TCS 9108Tech Mahindra 500Wipro 1182

CTS Question Topics

Category (54)

General Ability (12)

General Knowledge(11)

HR Interview (19)

Interview(17)

Logical Reasoning (286)

Blood Relations(43) Coding Decoding(36) Cryptography(7)

Decision Making and Problem Solving(41)

Direction Sense(22)

General Mental Ability(26)

Letter Arrangement(10)

Letter Series(17)

Logical Sequences(33)

Mathematical Reasoning(15)

Missing Character(1)

Number Series(17)

Seating Arrangement(17)

Numerical Ability (550)

Age Problem(39) Algebra(28)

Alligation or Mixture(8)

Area and Volume(14) Arithmetic(40) Averages(20)

Boats and Streams(3)

Clocks and Calendars(11)

Co-ordinate geometry(1)

Data Interpretation(7)

Data Sufficiency(22)

Geometry(4) LCM and HCF(14) Log and Antilog(5) Number System(36) Percentage(28)

Permutation and Combination(36)

Pipes and Cistern(1)

Probability(41) Profit and Loss(45)

Quadratic Equations(6)

Ratio and Proportion(24)

Sequence and Series(18)

Simple & Compound Interest(11)

Stock and Shares(1) Time and Work(33)

Time Distance and Speed(46)

Trigonometry(2)

Programming (12)

Arrays(1) Database(4) Definition(3) Puzzles(2) Technical(1)

Verbal Ability (150)

Antonyms(32) Miscellaneous(22)

One Word Substitution(11)

Sentence Arrangement(13)

Sentence Completion(26)

Spotting Errors(29) Synonyms(17) Advertisements

Previous Question: 3 empty CDs and 2 pen drives cost Rs 790 2 empty CDs and 3 pen drives cost Rs 1110 What is the cost of one pen drive? Rs30 Rs 350 Rs25 Rs 300 Next Question: 1 Probation 2 Interview 3 Selection 4 Appointment letter 5 Advertisement 6 Application Options 1) 5.6.234.1 2) 5.6.3.2.41 3) 5.6.4.2.3.1 4) 6.5.4.3.2.1

(#M40156097) CTS Numerical Ability question P & CKeep an EYE

In how many ways can at least two team members be selected for grade A out of 7 members in a group?

(a)7C2

(b) 7C2 +7 C3 +7 C4 + 7C5 +7 C6 + 7C7

(c)7P2 +7 P3 + 7P4 +7 P5 + 7P6 + 7P7

(d) 7C0 +7C1 (e)7P0 + 7P1 Asked In CTS Deven (6 years ago) Unsolved Read Solution (2)

Is this Puzzle helpful?   (76)   (33)

Submit Your Solution

Permutation and Combination

Advertisements

Read Solution (2) :

Please Login to Read Solution.

Previous Question: 3 empty CDs and 2 pen drives cost Rs 790 2 empty CDs and 3 pen drives cost Rs 1110 What is the cost of one pen drive? Rs30 Rs 350 Rs25 Rs 300 Next Question: 1 Probation 2 Interview 3 Selection 4 Appointment letter 5 Advertisement 6 Application Options 1) 5.6.234.1 2) 5.6.3.2.41 3) 5.6.4.2.3.1 4) 6.5.4.3.2.1

Login Register

Sponsored Links

Advertisements

Challenger of the Day

J.DHANDAPANI India Tamil Nadu Time: 00:01:31 Points 19

Maths Quotes

"Numbers have life ; they are not just symbols on paper"

Sushmitha

mathematics is the art of managing numbers with mindful manner.

rekha gupta

Placed User Comments

M4Math helped me a lot.

Vipul Chavan 1 year ago

Thanks m4 maths for helping to get placed in several companies.

अधिक देखने के लिए क्लिक करें

स्रोत : m4maths.com

[Solved] In how many ways can a team of 5 players be selected from 8

Concept: Combination Formula nCr = \(\rm \frac{n!}{r! (n - r)!}\) Calculation: A particular player should not be included  We have to s

Home Mathematics Permutations and Combinations

Question

Download Solution PDF

In how many ways can a team of 5 players be selected from 8 players so as not to include a particular player?

This question was previously asked in

NDA (Held On: 18 Apr 2021) Maths Previous Year paper

Download PDF Attempt Online

View all NDA Papers >

42 35 21 20

Answer (Detailed Solution Below)

Option 3 : 21

Free Tests

View all Free tests >

FREE

Electric charges and coulomb's law (Basic)

56246

10 Questions 10 Marks 10 Mins

Start Now

Detailed Solution

Download Solution PDF

Concept:Combination Formula

nCr = n!r!(n−r)!

Calculation:

A particular player should not be included

We have to select 5 players from (8 - 1) = 7 players.

⇒  required number of ways =  7C5

⇒7!5!(7−5)! = 21

∴ The required number of ways is 21.

Download Solution PDF

Share on Whatsapp

Win over the concepts of Permutations and Combinations and get a step ahead with the preparations for Mathematics with Testbook.

India’s #1 Learning Platform

Start Complete Exam Preparation

Daily Live MasterClasses

Practice Question Bank

Mock Tests & Quizzes

Get Started for Free

Download App

Trusted by 2,57,76,713+ Students

‹‹ Previous Ques Next Ques ››

More Permutations and Combinations Questions

Q1. If 5P(4, n) = 6P(5, n - 1), then n is:-Q2. In how many ways can a committee of 4 be made out of 5 men and 3 women containing at least one woman?Q3. A wall is to be designed with six vertical strips using some or all of the colours red, green, blue, black and orange. In how many ways can the wall be designed such that no two adjacent strips have the same colour?Q4. In a plane, there are 11 points, out of which 5 are collinear. Find the number of straight lines made by these points.Q5. There are 15 points in a plane such that no three of them are collinear. The number of triangles formed by joining them isQ6. If 2nC3 : nC2 = 12 : 1, then find the value of n.Q7. 10 persons are seated at a round table. The probability that two particular persons sit together isQ8. 3-digit numbers are formed using the digits 1, 3, 7 without repetition of digits. A number is randomly selected. What is the probability that the number is divisible by 3?Q9. Consider the digits 3, 5, 7, 9. What is the number of 5-digit numbers formed by these digits in which each of these four digits appears?Q10. Suppose 20 distinct points are placed randomly on a circle. Which of the following statements is/are correct? 1. The number of straight lines that can be drawn by joining any two of these points is 380. 2. The number of triangles that can be drawn by joining any three of these points is 1140. Select the correct answer using the code given below.

अधिक देखने के लिए क्लिक करें

स्रोत : testbook.com

Última postagem

Tag