297 questions · 26 question types identified
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.
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.
A question is this type if and only if it requires certain items to be together (adjacent) in the arrangement.
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').
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').
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').
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).
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').
Questions asking for the probability that specific named items or groups are adjacent/next to each other in an arrangement.
Questions requiring certain items to NOT be together or adjacent, solved by subtracting 'together' arrangements from total arrangements or using gap methods.
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.
A question is this type if and only if it involves arranging people into multiple groups, rows, or teams with specific composition requirements.
A question is this type if and only if it involves forming codes or passwords from letters and/or digits with repetition constraints.
Questions asking for the probability that items appear in a specific correct order or nearly correct order among all possible arrangements.
Questions requiring exactly a specific number of letters between two particular items, solved by fixing positions with the required gap.
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.
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.
Questions with multiple simultaneous separation requirements (e.g., some items together AND other items not together, or fixed ends with separation constraints).
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).
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').
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).
Questions requiring at least or at most a specific number of letters between items, typically solved by casework or complementary counting.
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').
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.
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).
Questions asking for the probability of an alternating arrangement pattern between two types of items.
Questions not yet assigned to a type.
| Basic variable | \(x\) | \(y\) | \(z\) | \(r\) | \(s\) | Value |
| \(r\) | 3 | 5 | 6 | 1 | 0 | 50 |
| \(s\) | 1 | 2 | 4 | 0 | 1 | 24 |
| \(P\) | - 1 | - 3 | - 4 | 0 | 0 | 0 |