Pick the three smallest digits from {3, 5, 1, 9, 4}:

• The three smallest digits are 1, 3, 4.
• Arrange them in ascending order: 1, 3, 4 → 134.

Final Answer: 134