How many positive 2 digit numbers are there, such that the units digit is strictly smaller than the tens digit?
Details and assumptions
The number is a 2-digit number, not a 3-digit number.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If the tens digit is k , then the units digit can be 0 , 1 , 2 , … k − 1 , so there are k − 1 − 0 + 1 = k possibilities. Since k can range from 1 to 9, by the rule of sum, there are 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 = 4 5 such values.