Arrange the digits 8, 1, 4, 2 in ascending order for the smallest number: 1, 2, 4, 8 → 1248.

• For the second smallest, keep the first two digits then swap the last two.
• 1, 2, 8, 4 → 1284

Final Answer: 1284