How many distinct integers are there between 10 and 99, such that the sum of their digits equals 10?
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.
Note the tens digit will be between 1 and 9 and hence there will be exactly 1 units digit such that the digit sum is 1 0 .
The tens digit goes from 1 to 9 so there are 9 distinct integers namely 1 9 , 2 8 , 3 7 , 4 6 , 5 5 , 6 4 , 7 3 , 8 2 , 9 1 .