From $1$ to $50$, take a pair of integers (repetition allowed) so that their sum is greater than $50$ , how many ways are there pick such pair?
Attempt:
1st number = $50$ , 2nd number ($1$ to $50$) - $50$ combinations
1st number = $49$, 2nd number ($2$ to $49$) - $49$ combinations
.
.
.
1st number number = $1$ , 2nd number $50$ - $1$ combination
Summation of $1$ to $50 = 1275$
When they say 'pair', I am sure the order does not matter. So, you are double-counting many pairs. How many? Well, pretty much all of them, except the ones where the two numbers are the same.
Since you have $25$ pairs with the same number - namely $(26,26)$ through $(50,50)$ - that means you have $1275-25=1250$ ordered pairs with two different numbers, and hence only $\frac{1250}{2}=625$ unordered pairs.
Total: $625+25=650$ unordered pairs