How do you simplify #n-{1-[n-(1-n)-1]}#?
2 Answers
Explanation:
Given:
#n-{1-[n-(1-n)-1]}#
Work from the inside, outwards, replacing each parenthesised expression by its simplest form and evaluating left unparenthesised compound expressions from left to right...
#n-{1-[n-(1-n)-1]} = n-{1-[n+(n-1)-1]}#
#color(white)(n-{1-[n-(1-n)-1]}) = n-{1-[n+n-1-1]}#
#color(white)(n-{1-[n-(1-n)-1]}) = n-{1-[2n-1-1]}#
#color(white)(n-{1-[n-(1-n)-1]}) = n-{1-[2n-2]}#
#color(white)(n-{1-[n-(1-n)-1]}) = n-{1+[2-2n]}#
#color(white)(n-{1-[n-(1-n)-1]}) = n-{1+2-2n}#
#color(white)(n-{1-[n-(1-n)-1]}) = n-{3-2n}#
#color(white)(n-{1-[n-(1-n)-1]}) = n+{2n-3}#
#color(white)(n-{1-[n-(1-n)-1]}) = n+2n-3#
#color(white)(n-{1-[n-(1-n)-1]}) = 3n-3#
Alternatively, if you wanted to find the result as quickly as possible, you could note that the whole given expression is a sort of sum, with the minus signs toggling the value of the individual terms between
The first
#color(red)(n)-{1-[n-(1-n)-1]}#
The second
#ncolor(red)(-){1color(red)(-)[color(red)(n)-(1-n)-1]}#
The third
#ncolor(red)(-){1color(red)(-)[ncolor(red)(-)(1color(red)(-n))-1]}#
So the final term in
Similarly we can find that all the
Explanation:
Start with the innermost brackets and work outwards, one set of brackets at a time.
Remember that a negative in front of a bracket changes the sign when you multiply into the bracket.