Question 1057961
Find the sum of all odd integers between 28 and 232.
-----
29 to 231 inclusive --> (231 - 29)/2  + 1 = 102 numbers
--> 51 pairs:
29 + 231 = 260
31 + 229 = 260
etc
51*260 = 13260