Where is my solution to 2018 AIME I Problem 1 wrong?
a can be any integer belonging to [1,100], so I count the no.of unordered pairs of positive integers whose sum is less than or equal to 100.
i.e., the no.of unordered pairs (0,1),(0,2)...(0,100)(1,1),(1,2)..(50,50) which is equal to {(101•102)/2} -1 [-1 for excluding (0,0)] which is equal to 5150 which far exceeds 2600 which is the total number.
Where is my approach wrong?
Thank you.