Pick the three smallest digits from {5, 1, 7, 9, 2}:

• The three smallest digits are 1, 2, 5.
• Arrange them in ascending order: 1, 2, 5 → 125.

Final Answer: 125