Permutations and Combinations Questions

FACTS  AND  FORMULAE  FOR  PERMUTATIONS  AND  COMBINATIONS  QUESTIONS

 

 

1.  Factorial Notation: Let n be a positive integer. Then, factorial n, denoted n! is defined as: n!=n(n - 1)(n - 2) ... 3.2.1.

Examples : We define 0! = 1.

4! = (4 x 3 x 2 x 1) = 24.

5! = (5 x 4 x 3 x 2 x 1) = 120.

 

2.  Permutations: The different arrangements of a given number of things by taking some or all at a time, are called permutations.

Ex1 : All permutations (or arrangements) made with the letters a, b, c by taking two at a time are (ab, ba, ac, ca, bc, cb).

Ex2 : All permutations made with the letters a, b, c taking all at a time are:( abc, acb, bac, bca, cab, cba)

Number of Permutations: Number of all permutations of n things, taken r at a time, is given by:

Prn=nn-1n-2....n-r+1=n!n-r!

 

Ex : (i) P26=6×5=30   (ii) P37=7×6×5=210

Cor. number of all permutations of n things, taken all at a time = n!.

Important Result: If there are n subjects of which p1 are alike of one kind; p2 are alike of another kind; p3 are alike of third kind and so on and pr are alike of rth kind,

such that p1+p2+...+pr=n

Then, number of permutations of these n objects is :

n!(p1!)×(p2! ).... (pr!)

 

3.  Combinations: Each of the different groups or selections which can be formed by taking some or all of a number of objects is called a combination.

Ex.1 : Suppose we want to select two out of three boys A, B, C. Then, possible selections are AB, BC and CA.

Note that AB and BA represent the same selection.

Ex.2 : All the combinations formed by a, b, c taking ab, bc, ca.

Ex.3 : The only combination that can be formed of three letters a, b, c taken all at a time is abc.

Ex.4 : Various groups of 2 out of four persons A, B, C, D are : AB, AC, AD, BC, BD, CD.

Ex.5 : Note that ab ba are two different permutations but they represent the same combination.

Number of Combinations: The number of all combinations of n things, taken r at a time is:

Crn=n!(r !)(n-r)!=nn-1n-2....to r factorsr!

 

Note : (i)Cnn=1 and C0n =1     (ii)Crn=C(n-r)n

 

Examples : (i) C411=11×10×9×84×3×2×1=330      (ii)C1316=C(16-13)16=C316=560

Q:

A school has scheduled three volleyball games, two soccer games, and four basketball games. You have a ticket allowing you to attend three of the games. In how many ways can you go to two basketball games and one of the other events?

A) 25 B) 30
C) 50 D) 75
 
Answer & Explanation Answer: B) 30

Explanation:

Since order does not matter it is a combination. 

 

The word AND means multiply. 

 

Given 4 basketball, 3 volleyball, 2 soccer. 

 

We want 2 basketball games and 1 other event. There are 5 choices left. 

C(n,r) 

C(How many do you have, How many do you want) 

C(have 4 basketball, want 2 basketball) x C(have 5 choices left, want 1) 

C(4,2) x C(5,1) = (6)(5) = 30

 

Therefore there are 30 different ways in which you can go to two basketball games and one of the other events.

Report Error

View Answer Report Error Discuss

1 5841
Q:

How many ways are there to deal a five-card hand consisting of three eight's and two sevens?

A) 36 B) 72
C) 24 D) 16
 
Answer & Explanation Answer: C) 24

Explanation:

If a card hand that consists of four Queens and an Ace is rearranged, nothing has changed.

 

The hand still contains four Queens and an Ace. Thus, use the combination formula for problems with cards.

 

We have 4 eights and 4 sevens.

We want 3 eights and 2 sevens.

C(have 4 eights, want 3 eights) x C(have 4 sevens, want 2 sevens) 

C(4,3) x C(4,2) = 24

 

Therefore there are 24 different ways in which to deal the desired hand.

Report Error

View Answer Report Error Discuss

1 6327
Q:

There are fourteen juniors and twenty-three seniors in the Service Club. The club is to send four representatives to the State Conference. If the members of the club decide to send two juniors and two seniors, how many different groupings are possible ?

A) 23024 B) 24023
C) 23023 D) 25690
 
Answer & Explanation Answer: C) 23023

Explanation:

Choose 2 juniors and 2 seniors.

 

14C2*23C2 = 23023

Report Error

View Answer Report Error Discuss

1 6120
Q:

A committee of 4 people is to be formed from a group of 9 people.How many possible committees can be formed?

A) 120 B) 162
C) 126 D) 170
 
Answer & Explanation Answer: C) 126

Explanation:

This question is a combination since order is not important.

 

Answer = 7C3 = 126

Report Error

View Answer Report Error Discuss

1 4065
Q:

A student council of 5 members is to be formed from a selection pool of 6 boys and 8 girls.How many councils can have Jason on the council?

A) 715 B) 725
C) 419 D) 341
 
Answer & Explanation Answer: A) 715

Explanation:

If Jason is on th ecouncil,this reduces the selction pool to only 13 people,out of which we still need to select 4.

 

So, 13C4 = 715

Report Error

View Answer Report Error Discuss

1 4472
Q:

How many arrangements of the word TRIGONAL can be made if only two vowels and three consonants are used?

A) 6300 B) 3600
C) 6400 D) 7200
 
Answer & Explanation Answer: B) 3600

Explanation:

First we need to choose two vowels 3C2 and then three consonants 5C3. Now that we have 5 letters required to make the word,arrange them in 5! ways.

 

So,3C2*5C3*5! = 3600

Report Error

View Answer Report Error Discuss

1 5663
Q:

A research team of 6 people is to be formed from 10 chemists,5 politicians, 8 economists and 15 biologists.How many teams have atleast 5 chemists?

A) 7350 B) 6400
C) 6379 D) 7266
 
Answer & Explanation Answer: D) 7266

Explanation:

10C5*28C1*10C6 = 7266

Report Error

View Answer Report Error Discuss

1 6093
Q:

There are 7 men and 10 women on a committee selection pool.A committee consisting of President,Vice-President, and Treasurer is to be formed.How many ways can exactly two men be on the committe ?

A) 1200 B) 1240
C) 1260 D) 1620
 
Answer & Explanation Answer: C) 1260

Explanation:

There are 7C2 ways of selecting two men, and 10C1 ways of selecting a woman.Since each position in the committee is different,arrange the three people in 3! ways.

 

So, 7C2*10C1*3! =1260

Report Error

View Answer Report Error Discuss

1 5329