The commutative property applies to addition and multiplication. It states that the order of the numbers does not change the result of the operation.
a + b = b + a
For example, 3 + 4 = 4 + 3
a * b = b * a
For example, 2 * 5 = 5 * 2
The associative property also applies to addition and multiplication. It states that the grouping of the numbers does not change the result of the operation.
(a + b) + c = a + (b + c)
For example, (2 + 3) + 4 = 2 + (3 + 4)
(a * b) * c = a * (b * c)
For example, (2 * 3) * 4 = 2 * (3 * 4)