USPS Numeric Sequence Comparison 3 — Questions and Answers
Question 1: Compare these two sequences of PO Box numbers: Row A: 2211, 2212, 2213, 2215 Row B: 2211, 2212, 2213, 2214
- Row A skips 2214 (Correct answer)
- Row B skips 2215
- Both rows are correct
- Row A has a duplicate
Correct answer: Row A skips 2214
Row A jumps from 2213 to 2215, skipping 2214, while Row B has a consecutive sequence.
Question 2: A delivery manifest shows: Manifest A: 884 packages, 12 routes, 73 stops Manifest B: 884 packages, 21 routes, 73 stops
- Package count differs
- Route count is transposed in B (Correct answer)
- Stop count differs
- The manifests are identical
Correct answer: Route count is transposed in B
Manifest A shows 12 routes but Manifest B shows 21 — the digits '1' and '2' are transposed.
Question 3: Identify the position of the error: Original: 1-800-275-8777 Entered: 1-800-275-8737
- The area code differs
- The prefix differs
- The 10th digit differs (Correct answer)
- The 11th digit differs
Correct answer: The 10th digit differs
The original has '7' as the 10th digit but the entered number shows '3' in that position.
Question 4: Compare the sector codes: Code A: RS-44-1192-B Code B: RS-44-1912-B
- The letter prefix differs
- The two-digit group differs
- The four-digit group has a transposition (Correct answer)
- The letter suffix differs
Correct answer: The four-digit group has a transposition
The four-digit group is '1192' in Code A but '1912' in Code B — positions 2 and 3 within that group are swapped.
Question 5: A clerk processes the following weight data (in ounces): Sheet A: 3.2, 4.7, 11.5, 8.0, 2.9 Sheet B: 3.2, 4.7, 11.5, 8.0, 2.9
- The first value differs
- The third value differs
- The last value differs
- Both sheets are identical (Correct answer)
Correct answer: Both sheets are identical
All five values match exactly between Sheet A and Sheet B.
Question 6: Which address number contains an error compared to the original '3847 Elm Street'? A: 3847 Elm Street B: 3874 Elm Street C: 3847 Elm Street D: 3847 Elm Street
- Option A
- Option B (Correct answer)
- Option C
- Option D
Correct answer: Option B
Option B shows '3874' instead of '3847' — the last two digits are transposed.
Question 7: Compare these two unit number lists: List A: 4A, 4B, 4C, 4D, 4F List B: 4A, 4B, 4C, 4E, 4F
- List A skips 4E (Correct answer)
- List B skips 4D
- Both lists are identical
- List A has an extra unit
Correct answer: List A skips 4E
List A goes from 4D to 4F, skipping 4E, while List B goes from 4C to 4E, skipping 4D.
Compare these two sequences of PO Box numbers:
Row A: 2211, 2212, 2213, 2215
Row B: 2211, 2212, 2213, 2214