2
last digit is 0,2,4,6 or 8
3
sum of digits is divisible by 3
4
two-digit number formed by the last two digits is divisible by 4
5
last digit is 0 or 5
6
number is divisible by both 2 and 3
8
three-digit number formed by the last 3 digits is divisible by 8
9
sum of digits is divisible by 9
10
last digit is 0
Sum of the First N Odd Natural Numbers
(N*N)
Sum of the First N Even Natural Numbers
(N*N)+N=N(N+1)
Sum of an Arithmetic Sequence of Integers
N/2(first term + last term); N= amount of numbers/terms in the sequence