Step1: Finding the smallest and the largest 3-digit numbers
Given condition,
The condition that digit 6 is always at the unit (one’s) place.
We know that 9 > 8
So, the greatest 3-digit number = 986
For the smallest 3-digit number 1 will be the leftmost digit because if there will be 0 in leftmost then it will be a 2-digit number only.
Thus, the smallest 3-digit number = 106
Hence, the required greatest number is 986 and the required smallest number is 106.