Find the smallest 5-digit number that can be formed using the digits 9, 6, 0, 5, 8 and 1.
(Note: Repetition of digits is not allowed)
10568
As per the question
We have to find the smallest 5-digit number that can be formed using the digits 9, 6, 0, 5, 8 and 1.
We will arrange the digits in ascending order.
0 < 1 < 5 < 6 < 8 < 9
Now, the first digit of the number cannot be zero.
So, the smallest 5-digit number that can be formed using the digits 9, 6, 0, 5, 8 and 1 is 10568.