The above 2 boxes are to be filled in with 2 distinct integers between 1 and 100 (inclusive).
If the resultant number is positive but no more than 10, how many pairs of such integers can there be?
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.
A simplistic approach Let's consider the difference as 1 then we get 9 9 pairs.If the difference is 2 then we get 9 8 pairs and similarly proceeding if the difference is 1 0 we have 9 0 pairs.So the Ans is 9 0 + 9 1 + . . . . . 9 9 = 9 0 ∗ 1 0 + ( 1 + 2 + 3 + 4 + 5 . . . . . . 9 ) = 9 0 0 + ( 9 ∗ 1 0 / 2 ) = 9 4 5