200-299
You are given a set of 100 integers from 200 to 299 inclusive. Within this set are pairs of consecutive integers such as 201 + 202 that can be added without regrouping. Other consecutive pairs such as 207 + 208 require regrouping of a 1 to the tens place. How many pairs of consecutive integers in the set can be added without regrouping? (201 + 202 is the same pair as 202 + 201)
Login to Answer