The following are the properties of integers
1) Commutative Property of Addition
a + b = b + a
eg: 2+3 = 3 +2
2) Commutative Property of Multiplication
ab = ba
eg: 4 x 3 = 3 x 4 = 12
3)Associative Property of Addition
a + (b+c) = (a+b) + c
eg: 1 + (2+3) = (1+2) + 3 = 6
4) Associative Property of Multiplication
a(bc) = (ab)c
4x(3x6) = (4x3)x6 = 72
5) Distributive Property
a(b+c) = ab + ac
2 (3+4) = 2x3 + 2x4 = 14