Question 99207
Associative Property ~> it doesn't matter how you "associate" paranthesis
(2 + 3) + 4 = 2 + (3 + 4)
(2*3)*4 = 2*(3*4)
Communitive Property ~> it doesn't matter how the elements are moved
2 + 3 = 3 + 2
2*3 = 3*2
Distributive Property ~> done by distributing a value
a(1 + 2) = 1a + 2a
4(b + c) = 4b + 4c