What are the four possible digits that result in a number with the same units digit when squared?
0, 1, 5, 6
what is the formula for the sum of consecutive integers?
n/2 *(n+1)
(n*(n+1))/2
what is the formula for the sum of consecutive odd integers?
n^2 where n is the number of odd integers in the range
what is the formula for consecutive even integers?
n(n+1)
where n is the number of even integers