In how many ways can two numbers be selected from the positive integers so that their difference is exactly 9?
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.
10-1=9
11-2=9
.
.
.
.
.
100-91=9
no. of ways = 100-10+1 = 91 ways