Permutations & Arrangements

297 questions · 26 question types identified

Assignment/allocation matching problems

Questions involving bipartite graphs, adjacency matrices, or tables where people/workers must be matched to tasks/jobs, often with constraints on who can do what, typically solved using matching algorithms or systematic enumeration.

102
34.3% of questions
Optimization assignment problems

Questions where people/teams must be assigned to tasks/jobs/locations with numerical costs or scores in a table, requiring finding the optimal (minimum cost or maximum score) assignment using the Hungarian algorithm or similar methods.

57
19.2% of questions
Show example »
8 Tony delivers paper to five offices, \(A , B , C , D\) and \(E\). Tony starts his deliveries at office \(E\) and travels to each of the other offices once, before returning to office \(E\). Tony wishes to keep his travelling time to a minimum. The table shows the travelling times, in minutes, between the offices.
View full question →
Arrangements with adjacency requirements

A question is this type if and only if it requires certain items to be together (adjacent) in the arrangement.

16
5.4% of questions
Show example »
5
  1. Find the number of ways in which all twelve letters of the word REFRIGERATOR can be arranged
    (a) if there are no restrictions,
    (b) if the Rs must all be together.
  2. How many different selections of four letters from the twelve letters of the word REFRIGERATOR contain no Rs and two Es?
View full question →
Arrangements with positional constraints

A question is this type if and only if it requires arranging letters/objects with specific items in fixed positions (e.g., 'E at beginning and end', 'R in central position').

14
4.7% of questions
Show example »
3 The six digits 4, 5, 6, 7, 7, 7 can be arranged to give many different 6-digit numbers.
  1. How many different 6-digit numbers can be made?
  2. How many of these 6-digit numbers start with an odd digit and end with an odd digit?
View full question →
Digit arrangements forming numbers

A question is this type if and only if it involves arranging digits to form numbers with constraints (e.g., 'even numbers between 3000 and 5000').

14
4.7% of questions
Show example »
3 The digits 1, 2, 3, 4 and 5 are arranged in random order, to form a five-digit number.
  1. How many different five-digit numbers can be formed?
  2. Find the probability that the five-digit number is
    (a) odd,
    (b) less than 23000 .
View full question →
Arrangements with grouped categories

A question is this type if and only if it requires all items of certain categories to be grouped together (e.g., 'all vowels together and all consonants together').

10
3.4% of questions
Show example »
13. Six women and five men stand in a line for a photo.
  1. In how many arrangements will all the men stand next to each other and all the women stand next to each other?
  2. In how many arrangements will all the men be apart?
View full question →
Arrangements with alternating patterns

A question is this type if and only if it requires alternating types of items (e.g., consonant-vowel-consonant pattern, or no two of same type adjacent).

9
3.0% of questions
Show example »
3. The letters of the word CHAFFINCH are written on cards.
i. In how many ways can the letters be rearranged with no restrictions.
ii. In how many difference ways can the letters be rearranged if the vowels are to have at least one consonant between them.
[0pt] [BLANK PAGE]
View full question →
Arrangements with identical objects

A question is this type if and only if it involves arranging multiple identical objects of different types (e.g., 'identical red, blue, and yellow mugs').

8
2.7% of questions
Show example »
2 Twelve coins are tossed and placed in a line. Each coin can show either a head or a tail.
  1. Find the number of different arrangements of heads and tails which can be obtained.
  2. Find the number of different arrangements which contain 7 heads and 5 tails.
View full question →
Specific items together

Questions asking for the probability that specific named items or groups are adjacent/next to each other in an arrangement.

8
2.7% of questions
Show example »
4 The members of a team stand in a random order in a straight line for a photograph. There are four men and six women.
  1. Find the probability that all the men are next to each other.
  2. Find the probability that no two men are next to one another.
View full question →
Items NOT together (general separation)

Questions requiring certain items to NOT be together or adjacent, solved by subtracting 'together' arrangements from total arrangements or using gap methods.

6
2.0% of questions
Show example »
1 A group consists of 5 men and 2 women. Find the number of different ways that the group can stand in a line if the women are not next to each other.
View full question →
People arrangements in lines

A question is this type if and only if it involves arranging people in a line with constraints about who stands next to whom or in what positions.

5
1.7% of questions
Show example »
2 Find the number of different ways that 6 boys and 4 girls can stand in a line if
  1. all 6 boys stand next to each other,
  2. no girl stands next to another girl.
View full question →
People arrangements in groups/rows

A question is this type if and only if it involves arranging people into multiple groups, rows, or teams with specific composition requirements.

5
1.7% of questions
Show example »
6
  1. Seven fair dice each with faces marked 1,2,3,4,5,6 are thrown and placed in a line. Find the number of possible arrangements where the sum of the numbers at each end of the line add up to 4 .
  2. Find the number of ways in which 9 different computer games can be shared out between Wainah, Jingyi and Hebe so that each person receives an odd number of computer games.
View full question →
Code/password formation

A question is this type if and only if it involves forming codes or passwords from letters and/or digits with repetition constraints.

5
1.7% of questions
Show example »
2 Codes of three letters are made up using only the letters A, C, T, G. Find how many different codes are possible
  1. if all three letters used must be different,
  2. if letters may be repeated.
View full question →
Correct ordering probability

Questions asking for the probability that items appear in a specific correct order or nearly correct order among all possible arrangements.

5
1.7% of questions
Show example »
12. Alex claims that he can read people's minds. A volunteer, Jane, arranges the integers 1 to \(n\) in an order of Jane's own choice and Alex tells Jane what order he believes was chosen. They agree that Alex's claim will be accepted if he gets the order completely correct or if he gets the order correct apart from two numbers which are the wrong way round. They use a value of \(n\) such that, if Alex chooses the order of the integers at random, the probability that Alex's claim will be accepted is less than \(1 \%\). Determine the smallest possible value of \(n\).
View full question →
Exactly N letters between items

Questions requiring exactly a specific number of letters between two particular items, solved by fixing positions with the required gap.

4
1.3% of questions
Show example »
4
  1. In how many different ways can the 9 letters of the word TELESCOPE be arranged?
  2. In how many different ways can the 9 letters of the word TELESCOPE be arranged so that there are exactly two letters between the T and the C ?
View full question →
Seating arrangements with constraints

A question is this type if and only if it involves arranging people in specific seating configurations (e.g., minibus seats, rows) with positional constraints.

3
1.0% of questions
Show example »
6
  1. A village hall has seats for 40 people, consisting of 8 rows with 5 seats in each row. Mary, Ahmad, Wayne, Elsie and John are the first to arrive in the village hall and no seats are taken before they arrive.
    1. How many possible arrangements are there of seating Mary, Ahmad, Wayne, Elsie and John assuming there are no restrictions?
    2. How many possible arrangements are there of seating Mary, Ahmad, Wayne, Elsie and John if Mary and Ahmad sit together in the front row and the other three sit together in one of the other rows?
  2. In how many ways can a team of 4 people be chosen from 10 people if 2 of the people, Ross and Lionel, refuse to be in the team together?
View full question →
Arrangements with couples/pairs

A question is this type if and only if it involves arranging people where some are couples/pairs with constraints about partners standing together or apart.

3
1.0% of questions
Show example »
3 Mr and Mrs Keene and their 5 children all go to watch a football match, together with their friends Mr and Mrs Uzuma and their 2 children. Find the number of ways in which all 11 people can line up at the entrance in each of the following cases.
  1. Mr Keene stands at one end of the line and Mr Uzuma stands at the other end.
  2. The 5 Keene children all stand together and the Uzuma children both stand together.
View full question →
Multiple separation conditions combined

Questions with multiple simultaneous separation requirements (e.g., some items together AND other items not together, or fixed ends with separation constraints).

3
1.0% of questions
Show example »
4 Richard has 3 blue candles, 2 red candles and 6 green candles. The candles are identical apart from their colours. He arranges the 11 candles in a line.
  1. Find the number of different arrangements of the 11 candles if there is a red candle at each end.
  2. Find the number of different arrangements of the 11 candles if all the blue candles are together and the red candles are not together.
View full question →
Specific items separated

Questions asking for the probability that specific items are NOT together or are separated (e.g., no two men next to each other, vowels not all together).

3
1.0% of questions
Show example »
3 Six red counters and four blue counters are arranged in a straight line in a random order.
Find the probability that
  1. no blue counter has fewer than two red counters between it and the nearest other blue counter,
  2. no two blue counters are next to one another.
View full question →
Conditional probability in arrangements

A question is this type if and only if it asks for a conditional probability given information about an arrangement (e.g., 'probability given that certain items are together').

2
0.7% of questions
Show example »
5 The 8 letters in the word RESERVED are arranged in a random order.
  1. Find the probability that the arrangement has V as the first letter and E as the last letter.
  2. Find the probability that the arrangement has both Rs together given that all three Es are together.
View full question →
Combinatorial selection with category constraints

Questions asking for the number of ways to select a specified number of items from multiple distinct categories where each category has a minimum or maximum constraint (e.g., select 2 pop CDs, 2 jazz CDs, and 1 classical CD).

2
0.7% of questions
Show example »
6 Three prizes, one for English, one for French and one for Spanish, are to be awarded in a class of 20 students. Find the number of different ways in which the three prizes can be awarded if
  1. no student may win more than 1 prize,
  2. no student may win all 3 prizes. Section B (36 marks)
View full question →
At least/at most N letters between items

Questions requiring at least or at most a specific number of letters between items, typically solved by casework or complementary counting.

2
0.7% of questions
Show example »
2
  1. Find the number of different arrangements of the 9 letters in the word ALGEBRAIC.
  2. Find the number of different arrangements of the 9 letters in the word ALGEBRAIC in which there are no more than two letters between the two As.
    \includegraphics[max width=\textwidth, alt={}, center]{aeb7b26e-6754-4c61-b71e-e8169c617b91-04_2718_38_107_2009}
View full question →
Selection with type constraints

A question is this type if and only if it asks for the number of ways to select items with constraints on how many of each type (e.g., 'at least one M and exactly one E').

1
0.3% of questions
Show example »
3
  1. In how many ways can all 9 letters of the word TELEPHONE be arranged in a line if the letters P and L must be at the ends? How many different selections of 4 letters can be made from the 9 letters of the word TELEPHONE if
  2. there are no Es,
  3. there is exactly 1 E ,
  4. there are no restrictions?
View full question →
Basic arrangements with repeated letters

Questions asking for the number of arrangements of letters from a word containing repeated letters, with no additional constraints beyond arranging all or some of the letters.

1
0.3% of questions
Show example »
1
  1. How many different arrangements are there of the 11 letters in the word MISSISSIPPI?
  2. Two letters are chosen at random from the 11 letters in the word MISSISSIPPI. Find the probability that these two letters are the same.
View full question →
Arrangements with divisibility constraints

Questions asking for arrangements of digits (not letters) from a number with repeated digits, where the resulting number must satisfy a divisibility or parity condition (e.g., even numbers).

1
0.3% of questions
Show example »
7
  1. Find how many different numbers can be made by arranging all nine digits of the number 223677888 if
    1. there are no restrictions,
    2. the number made is an even number.
  2. Sandra wishes to buy some applications (apps) for her smartphone but she only has enough money for 5 apps in total. There are 3 train apps, 6 social network apps and 14 games apps available. Sandra wants to have at least 1 of each type of app. Find the number of different possible selections of 5 apps that Sandra can choose.
View full question →
Alternating pattern probability

Questions asking for the probability of an alternating arrangement pattern between two types of items.

1
0.3% of questions
Show example »
7 The 20 members of a club consist of 10 Town members and 10 Country members.
  1. All 20 members are arranged randomly in a straight line. Determine the probability that the Town members and the Country members alternate.
  2. Ten members of the club are chosen at random. Show that the probability that the number of Town members chosen is no more than \(r\), where \(0 \leqslant r \leqslant 10\), is given by
    \(\frac { 1 } { \mathrm {~N} } \sum _ { \mathrm { i } = 0 } ^ { \mathrm { r } } \left( { } ^ { 10 } \mathrm { C } _ { \mathrm { i } } \right) ^ { 2 }\)
    where \(N\) is an integer to be determined.
View full question →
Unclassified

Questions not yet assigned to a type.

7
2.4% of questions
Show 7 unclassified »
6. \(\begin{array} { l l l l l l l l l l } 55 & 80 & 25 & 84 & 25 & 34 & 17 & 75 & 3 & 5 \end{array}\)
  1. The list of numbers above is to be sorted into descending order. Perform a bubble sort to obtain the sorted list, giving the state of the list after each complete pass. The numbers in the list represent weights, in grams, of objects which are to be packed into bins that hold up to 100 g .
  2. Determine the least number of bins needed.
  3. Use the first-fit decreasing algorithm to fit the objects into bins which hold up to 100 g .
8. A company makes three sizes of lamps, small, medium and large. The company is trying to determine how many of each size to make in a day, in order to maximise its profit. As part of the process the lamps need to be sanded, painted, dried and polished. A single machine carries out these tasks and is available 24 hours per day. A small lamp requires one hour on this machine, a medium lamp 2 hours and a large lamp 4 hours. Let \(x =\) number of small lamps made per day, $$\begin{aligned} & y = \text { number of medium lamps made per day, }
& z = \text { number of large lamps made per day, } \end{aligned}$$ where \(x \geq 0 , y \geq 0\) and \(z \geq 0\).
  1. Write the information about this machine as a constraint.
    1. Re-write your constraint from part (a) using a slack variable \(s\).
    2. Explain what \(s\) means in practical terms. Another constraint and the objective function give the following Simplex tableau. The profit \(P\) is stated in euros.
      Basic variable\(x\)\(y\)\(z\)\(r\)\(s\)Value
      \(r\)3561050
      \(s\)1240124
      \(P\)- 1- 3- 4000
  2. Write down the profit on each small lamp.
  3. Use the Simplex algorithm to solve this linear programming problem.
  4. Explain why the solution to part (d) is not practical.
  5. Find a practical solution which gives a profit of 30 euros. Verify that it is feasible.
1. \begin{figure}[h]
\captionsetup{labelformat=empty} \caption{Figure 1} \includegraphics[alt={},max width=\textwidth]{4bbe6272-3900-42de-b287-599638ca75e4-02_753_1575_486_255}
\end{figure} Figure 1 shows a directed, capacitated network where the number on each arc is its capacity. A possible flow is shown from \(S\) to \(T\) and the value in brackets on each arc is the flow in that arc.
  1. Find the values of \(x , y\) and \(z\).
  2. Find, by inspection, the maximal flow from \(S\) to \(T\) and verify that it is maximal.
    (2)
  1. There are 16 competitors in a table-tennis competition, 5 of which come from Racknor Comprehensive School. Prizes are awarded to the competitors finishing in each of first, second and third place.
Assuming that all the competitors have an equal chance of success, find the probability that the students from Racknor Comprehensive
  1. win no prizes,
  2. win the \(1 ^ { \text {st } }\) and \(3 ^ { \text {rd } }\) place prizes but not the \(2 ^ { \text {nd } }\) place prize,
  3. win exactly one of the prizes.
7. With respect to a fixed origin \(O\), the lines \(l _ { 1 }\) and \(l _ { 2 }\) are given by the equations $$\begin{array} { l l } l _ { 1 } : & \mathbf { r } = ( - 9 \mathbf { i } + 10 \mathbf { k } ) + \lambda ( 2 \mathbf { i } + \mathbf { j } - \mathbf { k } )
l _ { 2 } : & \mathbf { r } = ( 3 \mathbf { i } + \mathbf { j } + 17 \mathbf { k } ) + \mu ( 3 \mathbf { i } - \mathbf { j } + 5 \mathbf { k } ) \end{array}$$ where \(\lambda\) and \(\mu\) are scalar parameters.
  1. Show that \(l _ { 1 }\) and \(l _ { 2 }\) meet and find the position vector of their point of intersection.
  2. Show that \(l _ { 1 }\) and \(l _ { 2 }\) are perpendicular to each other. The point \(A\) has position vector \(5 \mathbf { i } + 7 \mathbf { j } + 3 \mathbf { k }\).
  3. Show that \(A\) lies on \(l _ { 1 }\).
    [0pt] [BLANK PAGE]
9. The continuous random variable \(X\) has a uniform distribution on the interval \([ - \pi , \pi ]\).
The random variable \(Y\) is defined by \(Y = \sin X\). Determine the cumulative distribution function of \(Y\). END OF TEST
1
  1. (a) Show that the number of arrangements of 25 distinct objects is an integer multiple of \(5 ^ { 6 }\).
    (b) Explain how this shows that the number of arrangements of 25 distinct objects is a whole number of millions.
  2. (a) Calculate the values of
    • INT(720 \(\div 25\) )
    • INT(720 \(\div 125\) ).
      (b) Deduce the largest power of 10 that is a factor of 720!
    • Use the inclusion-exclusion principle to find the number of integers from 1 to 720 that are not divisible by either 2 or 5 .