Answer: associative property only (choice B)
============================
Step-by-step explanation:
Specifically this is the associative property of addition. The general form of the associative property of addition is
a+(b+c) = (a+b)+c
the a,b,c doesnt change in the order in how you write them from right to left, but the grouping of parenthesis does change. Adding either grouping first ultimately leads to the same answer
example:
2+(3+5) = 2+8 = 10
(2+3)+5 = 5+5 = 10
This is similar to the associative property of multiplication which says
a*(b*c) = (a*b)*c
----
we arent using the commutative property as the order of the terms has not been swapped at all. We aren't using the distributive property because multiplication is not involved for this probem.