Let us say that:
T = numbers from 2-9
Z = numbers from 0-9
X = all except 1 (0, 2-9)
If a number begins with 1:
1 _ _
Then we can have
1 1 Z (10 numbers)
1 X 1 (9 numbers)
So a total of 19.
Now if a number starts with 2-9
T _ _
The second digit must be 1
T 1 _
but the third can be anything so
T 1 Z = 8 * 1 * 10 = 90 numbers
Total = 99