All GRE Math Resources
Example Questions
Example Question #11 : Permutation / Combination
In how many different orders can 8 players sit on the basketball bench?
Using the Fundamental Counting Principle, there would be 8 choices for the first player, 7 choices for the second player, 6 for the third, 5 for the fourth, and so on. Thus, 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1 or 8! = 40, 320.
Example Question #2 : How To Find The Greatest Or Least Number Of Combinations
There are 300 people at a networking meeting. How many different handshakes are possible among this group?
89,700
44,850
None of the other answers
45,000
300!
44,850
Since the order of persons shaking hands does not matter, this is a case of computing combinations. (i.e. It is the same thing for person 1 to shake hands with person 2 as it is for person 2 to shake hands with person 1.)
According to our combinations formula, we have:
300! / ((300-2)! * 2!) = 300! / (298! * 2) = 300 * 299 / 2 = 150 * 299 = 44,850 different handshakes
Example Question #11 : Permutation / Combination
What is the number of possible 4-letter words that can be made from the 26 letters in the alphabet, where all 4 letters must be different?
Assume non-sensical words count, i.e. "dnts" would count as a 4-letter word for our purposes.
250,000
100,000
358,800
760,400
530,600
358,800
This is a permutation of 26 letters taken 4 at a time. To compute this we multiply 26 * 25 * 24 * 23 = 358,800.
Example Question #12 : Permutation / Combination
10 people want to sit on a bench, but the bench only has 4 seats. How many arrangements are possible?
5040
4230
1020
6500
1400
5040
The first seat can be filled in 10 ways, the second in 9 ways, the third in 8 ways, and the fourth in 7 ways. So the number of arrangements = 10 * 9 * 8 * 7 = 5040.
Example Question #3 : How To Find The Greatest Or Least Number Of Combinations
There are 16 members of a club. 4 will be selected to leadership positions. How many combinations of leaders are possible?
16
1820
2184
43,680
4
1820
With permutations and combinations, you have to know if the order people are selected matters or not. If not, like in this case, you must take the number of people and positions available: and divide by number of spots open
Example Question #4 : How To Find The Greatest Or Least Number Of Combinations
A restaurant serves its steak entree cooked rare, medium, or well done. The customer has the choice of salad or soup, with one of two salads or one of 4 soups. The customer also chooses between one of three soft drinks as well as water or milk. How many unique variations are there to the entire steak dinner of
steak + soup/salad + drink?
The customer has 3 choices on meat, 6 choices on side, and 5 choices on drink. This gives a total of choices for the meal.
Example Question #11 : How To Find The Greatest Or Least Number Of Combinations
From a group of 8 students, 3 are attending a meeting.
Quantity A: The number of different groups that could attend among the 8 students
Quantity B: 336
The two quantities are equal.
Quantity B is greater.
Quantity A is greater.
The relationship cannot be determined from the information given.
Quantity B is greater.
To solve this problem, you would need to utilize the combination formula, which is .
is the number of possibilities, is the number of students, and is the students attending the meeting. Thus, .
336 would be the result of computing the permutation, which would be incorrect in this case.
Example Question #12 : Permutation / Combination
Michael owns 10 paintings. Michael would like to hang a single painting in each of five different rooms. How many different ways are there for Michael to hang 5 of his 10 paintings?
This problem involves the permutation of 10 items across 5 slots. The first slot (room) can have 10 different paintings, the second slot can have 9 (one is already in the first room), the third slot can have 8 and so on. The number of possibilities is obtained by multiplying the number of possible options in each of the 5 slots together, which here is .
Example Question #13 : Permutation / Combination
How many different committees of 3 people can be formed from a group of 7 people?
There are different permutations of 3 people from a group of seven (when order matters). There are possible ways to arrange 3 people. Thus when order doesn't matter, there can be different committees formed.
Example Question #14 : Permutation / Combination
A restaurant has a meal special that allows you to choose one of three salads, one of five sandwiches, and two of fifteen side dishes. How many possible combinations are there for the meal?
Although this is a permutation style problem, we have to be careful regarding the last portion (i.e. the side dishes). We know that our meal will have:
(3 possible salads) * (5 possible sandwiches) * (x possible combinations of side dishes).
We must ascertain how many side dishes can be selected. Now, it does not matter what order we put together the side dishes, so we have to use the combinations formula:
c(n,r) = (n!) / ((n-r)! * (r!))
Plugging in, we get: c(15,2) = 15! / (13! * 2!) = 15 * 14 / 2 = 15 * 7 = 105
Using this in the equation above, we get: 3 * 5 * 105 = 1575