214k views
2 votes
Which property explains why these two expressions are equal?

(w +
2
3
) + 5 = w + (
2
3
+ 5)

User Endasan
by
8.8k points

1 Answer

2 votes
(w+23) + 5 w + (23 + 5)

This is the same as the associative property of addition.

The associative property of addition states that:
a + (b + c) = (a + b) + c
User Laloumen
by
8.0k points