To find the sum of consecutive integers, starting at 1, we use the formula n(n+1)/2
, where n is the last number. Find the sum of the numbers from 1 to 100.