Use the associative property to write am expression equivalent to (n+3) +4

Which expression is equivalent to (n + 3) + 4 using the associaguve property?

n + 3 + 4

n + (3+4)

(n + 4) + 3

4 + (n + 3)