What is meant by associative property?
The associative property of addition states that when performing a addition problem with more than two numbers, it does not matter which numbers you add first.
In other words, (a + b) + c = a + (b + c).
The associative property of multiplication states that when performing a multiplication problem with more than two numbers, it does not matter which numbers you multiply first.
In other words, (a x b) x c = a x (b x c).
So, no matter where we put our set of parentheses, we will still get the same answer.
examples are
3+4+1 = 3+4+1
(3+4)+1=3+(4+1)
7+1 =3+5
8 =8
5 * 2 * 3 = 5 * 2 * 3
(5 * 2 )* 3=5 * (2 * 3)
10*3 =5*6
30 =30
it is also important to not that substraction and division are not associative.It can be easily understood by taking examples for them.