It's amazing how simple questions from young students can often uncover unexpected gaps in (at least my) knowledge, or at least the ability to explain.
Today, a student asked me why she can "forget the bracket": $$ x+(x+5)=x+x+5 $$ Elementary school student's idea of brackets is I have to calculate this before anything else and thus the student thinks that perhaps $(x+5)$ is a entity of its own, not to be touched (since you can't really add $x$ and $5$).
My approach was to
Demonstrate on natural numbers (i.e. proof by example) that no amount of bracketing will change the result with addition to deal with this specific example.
Explain that $(x+5)$ and $-(x+5)$ can be thought of as a special case/shorthand of $c(x+5)$ (because multiplying a bracket by a number is something the student's mind automatically recognizes and knows how to do) and thus $(x+5)$ "really" equals $1(x+5)$ and $-(x+5)$ "really" equals $-1(x+5)$, hopefully ensuring the student wont make a mistake in the future.
However, I am not convinced that I succeeded fully at providing a good mental process for dealing with brackets in her mind. Thus I am asking:
How do/would you explain brackets? What is the best/generally accepted way (if there is one)?
I agree with Surb's comment that $(x+5)=1(x+5)$ and $-(x+5)=-1(x+5)$ gives the student something to cling on to. Also, this principle appears time and again when finding the slope of lines $y=\pm x+b=\pm 1x+b$ or in quadratic expressions $f(x)=\pm x^2+bx+c=\pm 1x^2+bx+c$ etc.
So $1,-1$ and $0$ are hidden numbers. Regarding $0$, we have for instance $y=3$ where the student searches for the slope in vain. Eventually the student guesses $a=b=3$, which is wrong, and then the storytelling about Surb's magic numbers begins, in order to tell why $0x=0=\text{nothing}$ is hidden in that expression ;)
Adressing the comment by cobaltduck to Steve Jessop's answer, suggesting (by quoting Dumbledore +1 for that) that by not calling this rule by the name of associativity just produces fear of what that name represents:
I believe very much in the perspective brought forth in the article "On The Dual Nature of Mathematical Conceptions" by Anna Sfard (published in Educational Studies in Mathematics 22, 1-36, 1991), that the learning process of a student learning mathematics mimics the principles of the learning process of the human race as such in the historical development of the subject.
If a student is at a stage still uncertain whether $x+(x+5)=x+x+5$ the foundations may not yet be laid to put forward the more abstract idea of associativity. I certainly knew $x+(x+5)=x+x+5$ well before I ever heard that terminology. When I first encountered the concept associativity, it very much generalized an intuition/knowledge I already had about manipulating algebraic and numerical expressions.
Whereas a computer can be programmed to follow a set of rules, thus handling those to produce results deductively, I believe that humans learn rules inductively. Having learnt a rule, a human may then apply that rule deductively to new problems within the scope of that rule.
At least that is what I believe.