4.2 Deductive Reasoning: Constraint-Driven Ordering Problems

Key Takeaways

  • Constraint problems give you a set of elements and a set of binding rules, and exactly one arrangement satisfies all of them simultaneously.
  • Convert each rule to short notation before attempting any arrangement, so that checking an option becomes mechanical.
  • Place fixed or absolute constraints first, since they eliminate the largest number of arrangements.
  • Test the answer options against the rules rather than constructing the arrangement from scratch, which is usually faster.
  • A single violated rule disqualifies an option outright, so you never need to check the remaining rules once one fails.
Last updated: August 2026

4.2 Deductive Reasoning: Constraint-Driven Ordering Problems

Some rule-application items go beyond a single lookup. Instead of asking whether one fact pattern violates one provision, they give you several elements and several binding rules, and ask which arrangement satisfies all of them at once. These are constraint-satisfaction problems, and they exercise the same underlying ability — applying written rules strictly as given — under heavier working-memory load.

The discipline from section 4.1 carries over unchanged: everything you need is in the passage, and nothing you know from outside it applies. What is added here is a notation and elimination procedure for handling more rules than you can comfortably hold in mind at once.

Examples include scheduling sequential witness interrogations to prevent collusion, sequencing the forensic processing of multiple crime scene evidence items, routing patrol units through high-priority checkpoints, and arranging secure multi-prisoner transport vehicles. On the entrance exam, these questions present a list of elements (e.g., 5 to 7 officers, vehicles, suspects, or procedures) and a set of binding rules, requiring candidates to determine the only logically valid sequence.


1. Deconstructing the Anatomy of an Ordering Problem

Every constraint-driven ordering problem on the Pearson VUE exam consists of three core components:

  1. The Set of Entities: The items to be ordered, typically represented by names, letters, numbers, or functional titles (e.g., Troopers Adams, Baker, Clark, Davis, Evans, and Foster).
  2. The Positional Slots: A fixed linear array of sequential positions, usually numbered 1st through Nth (e.g., Positions 1, 2, 3, 4, 5, 6), representing time slots, inspection order, or seating arrangements.
  3. The Operational Constraints (Rules): The explicit conditions that govern where entities can or cannot be placed relative to the slots and to each other.
+-------------------------------------------------------------------------+
|                   LINEAR ORDERING STRUCTURE (6 SLOTS)                   |
|                                                                         |
|   Slot 1      Slot 2      Slot 3      Slot 4      Slot 5      Slot 6    |
|   [ 1st ] --> [ 2nd ] --> [ 3rd ] --> [ 4th ] --> [ 5th ] --> [ 6th ]   |
|      ^                       ^                                   ^      |
|      |                       |                                   |      |
|  [ANCHOR]             [BLOCK RULE: A-B]                    [RESTRICTION]|
|  (Clark=1st)          (Baker immediately follows Adams)    (Evans!=6th) |
+-------------------------------------------------------------------------+

2. Taxonomy of Operational Constraints

Mastering rule-based ordering requires recognizing the four universal types of operational constraints and translating them into concise symbolic shorthand on your mental scratchpad:

1. Absolute Positional Constraints (Anchors & Prohibitions)

These rules place an entity directly into a specific slot, or ban an entity from a specific slot:

  • Definite Anchor: "Trooper Clark must be inspected first."[Slot 1 = Clark].
  • Negative Anchor: "Suspect Evans cannot be interviewed last."[Slot 6 ≠ Evans].
  • Sub-Range Restriction: "Vehicle D must be processed in the first half of the shift."[Vehicle D ∈ {Slot 1, 2, 3}].

2. Inseparable Block Rules (Consecutive Adjacency)

These rules lock two or more entities together in an exact, unbroken sequence:

  • Fixed Consecutive Order: "Adams must be interviewed immediately before Baker." → Block [A - B].
  • Non-Directional Adjacency: "Adams and Baker must be interviewed consecutively." → Either Block [A - B] OR Block [B - A].
  • Immediate Separation: "Clark cannot be interviewed immediately before or immediately after Davis." → Prohibited Blocks *[C - D]* and *[D - C]*.

3. Relative Order Constraints (Precedence without Adjacency)

These rules dictate that one entity must appear earlier than another, but not necessarily immediately adjacent:

  • General Precedence: "Evidence Item X must be logged before Evidence Item Y."[X ... Y] (X is somewhere to the left of Y, with zero, one, or more items between them).
  • Exact Spacing: "Exactly two suspects must be questioned between Foster and Green." → Configuration [F _ _ G] or [G _ _ F].

4. Conditional (If-Then) Constraints

These rules establish dynamic dependencies that trigger only when a prerequisite condition is met:

  • Unidirectional Conditional: "If Trooper Hall patrols Sector 3, then Trooper Jackson must patrol Sector 5."If H=3, then J=5.
  • Contrapositive Rule: If J ≠ 5, then H ≠ 3. (Remember: if Jackson is NOT in Sector 5, Hall CANNOT be in Sector 3).

3. The Rule-Elimination Heuristic

You are not graded on whether you can construct all mathematically possible permutations from scratch. Your sole objective is to select the one valid multiple-choice option among four presented choices. The fastest and most accurate technique is the Top-Down Rule Elimination Heuristic.

+-------------------------------------------------------------------------------------------------+
|                               RULE-ELIMINATION HEURISTIC FLOW                                  |
+-------------------------------------------------------------------------------------------------+
  [Read Rule 1] ---> Scan Choices (A, B, C, D) ---> Eliminate any choice violating Rule 1
       |
  [Read Rule 2] ---> Scan Remaining Choices   ---> Eliminate any choice violating Rule 2
       |
  [Read Rule 3] ---> Scan Remaining Choices   ---> Eliminate any choice violating Rule 3
       |
  [Single Remaining Option] = MATHEMATICALLY GUARANTEED CORRECT ANSWER
+-------------------------------------------------------------------------------------------------+

Step-by-Step Elimination Protocol

  1. Take Rule 1 (e.g., Anchor Rule): Check all four answer choices. Cross out any option where the anchor is violated.
  2. Take Rule 2 (e.g., Block Rule [A-B]): Check the remaining options. Cross out any option where A is not immediately followed by B.
  3. Take Rule 3 (e.g., Precedence Rule [X ... Y]): Check remaining options. Cross out any option where Y appears before X.
  4. Confirm the Survivor: The single remaining option satisfies all rules simultaneously. You do not need to invent scenarios or overthink edge cases.

Operational Constraint Rules, Symbolic Logic Notation & Elimination Protocols

Rule TypeVerbal Policy StatementSymbolic NotationElimination Target on Exam Choices
Absolute AnchorTrooper Vance must be assigned to Post 1Slot 1 = VanceEliminate any choice where Vance is not listed first
Negative AnchorSuspect Gomez cannot be transported in Slot 5Slot 5 ≠ GomezEliminate any choice where Gomez appears in the 5th position
Inseparable BlockInterview suspect Kelly immediately after suspect Ortiz[Ortiz - Kelly]Eliminate any choice where Kelly does not immediately follow Ortiz
Separation SplitPrisoner Miller and Prisoner Reed cannot be consecutive[M - R] and [R - M]Eliminate any choice where Miller and Reed appear side-by-side
Relative PrecedenceVehicle Inspection 2 must occur prior to Inspection 5[2 ... 5]Eliminate any choice where Inspection 5 appears before Inspection 2
Conditional DependencyIf Patrol Unit 4 is deployed 2nd, Unit 6 must be 4thUnit 4 = 2nd -> Unit 6 = 4thIf a choice has Unit 4 in 2nd, eliminate if Unit 6 is not in 4th
Loading diagram...
Constraint-Driven Permutation Elimination Engine
Test Your Knowledge

A Station Sergeant at Troop A is scheduling the mechanical safety inspection order of five marked patrol cruisers (Cruisers 101, 102, 103, 104, and 105) under the following station directives:

  • Cruiser 103 must be inspected 1st.
  • Cruiser 105 must be inspected immediately after Cruiser 102.
  • Cruiser 101 must be inspected before Cruiser 104, but at some time after Cruiser 105.
Which of the following represents the only permissible inspection order from 1st to 5th?

A
B
C
D
Test Your Knowledge

A BCI Senior Investigator must schedule sequential interview sessions for five persons of interest (Vance, Walsh, Xavier, Young, and Zimmerman) subject to the following rules:

  • Vance must be interviewed immediately before Walsh.
  • Xavier must be interviewed 3rd.
  • Young must be interviewed earlier than Zimmerman.
  • Zimmerman cannot be interviewed 5th.
Which of the following represents a permissible interview schedule from 1st to 5th?

A
B
C
D
Test Your Knowledge

A Troop Commander is assigning six patrol sectors (North, South, East, West, Central, and Highway) to six newly appointed Troopers (Barnes, Cole, Diaz, Evans, Flores, and Garcia). The assignments must adhere to the following rules:

  1. Barnes must be assigned to either the North or Central sector.
  2. If Cole is assigned to the South sector, Diaz must be assigned to the Highway sector.
  3. Evans and Flores must be assigned to adjacent geographic sectors (East and West in any order).
  4. Garcia cannot be assigned to the Highway sector.
  5. Cole is assigned to the South sector.
Which of the following represents a legally compliant sector assignment?

A
B
C
D