Example 1easy
- A)1263
- B)1342
- C)2163
- D)1284
Step-by-step solution
- Identify possible pairs for (tens digit, units digit) where the tens digit is twice the units digit, using distinct non-zero digits: (2,1), (4,2), (6,3), (8,4).
- For each pair, construct the smallest 4-digit number by choosing the smallest available distinct non-zero digits for the thousands and hundreds places:
- - For (2,1): The remaining digits are from {3,4,5,6,7,8,9}. Smallest number is 3421.
- - For (4,2): The remaining digits are from {1,3,5,6,7,8,9}. Smallest number is 1342.
- - For (6,3): The remaining digits are from {1,2,4,5,7,8,9}. Smallest number is 1263.
- - For (8,4): The remaining digits are from {1,2,3,5,6,7,9}. Smallest number is 1284.
- Comparing 3421, 1342, 1263, and 1284, the smallest number is 1263.
Answer: 1263