badateverything
- 1
- 0
Homework Statement
show that -(a + b + c) = -a + (-b) + (-c) using associativity/commutativity
Homework Equations
a + b = b + a
(a + b )+ c = a + (b + c)
a = -(-a)
The Attempt at a Solution
-(a + b + c) = -a + (-b) + (-c)
-a - b - c = -a + (-b) + (-c)
-a + (-b) + (-c) = -a + (-b) + (-c)
the solution according to lang
(a+b+c) + (-a) + (-b) + (-c) = 0
(a+b+c) + (-a) + (-b) + (-c) = a + b + c - a - b - c
= a - b - a + c - b - c
= a - a + b + c - b - c
= a - a + b - b + c - c
= (a-a) + (b-b) + (c - c)
= 0 + 0 + 0 = 0am i supposed to be rearranging until both sides look the same or am i supposed to solve until i get to 0?? he didn't really explain proofs. sorry if this is a dumb question.