Which of the following options demonstrate the associative property for integers?
Associative property is represented by
(a+b)+c=a+(b+c)
It means that the result of the addition is always the same irrespective of which two or more than two numbers is added first.
For example:-
If a=3, b=−1, c=5
(a+b)+c
=(3+(−1))+5
=(3−1)+5=2+5=7
a+(b+c)
=3+(−1+5)
=3+4=7
So,
(a+b)+c=a+(b+c)