Arithmetic · real student question

A three-digit password has all different digits, its first digit is 2 more than its second digit, and its three digits add up to 10. Which is correct: 7-2-1, 4-2-4, 1-3-6, or 5-3-2?

Question

A three-digit password is built so that:

  • the three digits are all different;
  • the first digit is 22 more than the second digit;
  • the three digits add up to 1010.

Which password is correct?

A. 77-22-11 B. 44-22-44 C. 11-33-66 D. 55-33-22

Step-by-step solution

  1. List the three conditions as tests. With digits d1d2d3d_1d_2d_3:

    (i) all different,(ii) d1=d2+2,(iii) d1+d2+d3=10.\text{(i) all different},\qquad \text{(ii) } d_1=d_2+2,\qquad \text{(iii) } d_1+d_2+d_3=10.

    With four candidates offered, checking each against three short tests is faster than solving from scratch.

  2. Apply the cheapest test first — distinctness. Option B is 44-22-44, which repeats the digit 44. Eliminated immediately, without any arithmetic.

  3. Apply the first-digit rule to the rest.

    A: 7=?2+2=4 ✗,C: 1=?3+2=5 ✗,D: 5=?3+2=5 ✓.\text{A: }7\overset{?}{=}2+2=4\ \text{✗},\qquad \text{C: }1\overset{?}{=}3+2=5\ \text{✗},\qquad \text{D: }5\overset{?}{=}3+2=5\ \text{✓}.

    Options A and C are eliminated. Note that all three of A, C and D happen to have digit sum 1010, so condition (iii) alone would not have separated them — that is the trap in the design.

  4. Confirm the survivor against all three conditions. For 55-33-22: the digits 5,3,25,3,2 are all different ✓; 5=3+25=3+2 ✓; 5+3+2=105+3+2=10 ✓.

  5. Check that the answer is unique by solving directly. From (ii), d2=d12d_2=d_1-2; substituting into (iii) gives d3=122d1d_3=12-2d_1. Requiring 0d390\le d_3\le 9 forces d1{2,,6}d_1\in\{2,\ldots,6\}, and distinctness rules out d1=4d_1=4 (which gives d3=4=d1d_3=4=d_1) and d1=2d_1=2 (which gives d2=0d_2=0, d3=8d_3=8 — legal, but not among the options). Of the listed choices, only D: 5-3-2 satisfies everything.

Answer

5-3-2(option D)5\text{-}3\text{-}2\quad(\text{option D})

Need to solve a different problem like this? Open the solver →