These problems ask you to count how many valid arrangements are possible when certain placements are not allowed. The key idea is to separate the task into choices that are unrestricted and choices that must satisfy the given restrictions.
Read the condition carefully. It may say that two items cannot be next to each other, a specific item must be in a certain position, or some objects cannot be placed in certain spots.
Use a step-by-step counting method:
If the restriction creates different situations, split the problem into cases and add the valid counts from each case. Make sure the cases do not overlap.
Carry out any arithmetic and reduce the result completely.
A good check is to compare your answer with the unrestricted total: the restricted count should never be larger than the total number of arrangements. If you used cases, make sure every valid arrangement is included exactly once.
© 2023-2026 AI MATH COACH