A three-digit password is built so that:
Which password is correct?
A. -- B. -- C. -- D. --
List the three conditions as tests. With digits :
With four candidates offered, checking each against three short tests is faster than solving from scratch.
Apply the cheapest test first — distinctness. Option B is --, which repeats the digit . Eliminated immediately, without any arithmetic.
Apply the first-digit rule to the rest.
Options A and C are eliminated. Note that all three of A, C and D happen to have digit sum , so condition (iii) alone would not have separated them — that is the trap in the design.
Confirm the survivor against all three conditions. For --: the digits are all different ✓; ✓; ✓.
Check that the answer is unique by solving directly. From (ii), ; substituting into (iii) gives . Requiring forces , and distinctness rules out (which gives ) and (which gives , — legal, but not among the options). Of the listed choices, only D: 5-3-2 satisfies everything.
Need to solve a different problem like this? Open the solver →