The number of ways in which we can choose 2 distinct integers from 1 to 100 such that the difference between them is less than 10 is
100C2−90C2
100C98−90C88
100C2−90C88
Let the chosen integers be x1 and x2
Let there be a integer before x1, b integer between x1 and x2 and c integer after x2.
∴a+b+c=98. Where a≥0, b≥10, c≥0
Now if we consider the choices where difference is at least 10, then the number of solution is 88+3–1C3–1=90C2
∴The number of ways in which b is less than 10 is 100C2–90C2 which is equal to (A), (B) and (C) option.