Solving Basic Algebra Question 1: x - (-6) = 12

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
KevinMWHM
Messages
26
Reaction score
0
1. x - (-6) = 12


To simplify, I want to get rid of the (-6). So wouldn't I say
2. x - (-6) +6 = 12 + 6
x = 18?



The book I'm using says to add (-6) to both sides but doesn't a neg + neg still equal a neg? I've been flawless to this point, what's confusing me?

The books answer
2. x - (-6) + (-6) = 12 - 6
x = 6
 
Physics news on Phys.org
KevinMWHM said:
1. x - (-6) = 12


To simplify, I want to get rid of the (-6). So wouldn't I say
2. x - (-6) +6 = 12 + 6
x = 18?



The book I'm using says to add (-6) to both sides but doesn't a neg + neg still equal a neg? I've been flawless to this point, what's confusing me?
In the original equation a number is being subtracted from x. To isolate the x you need to add the same number.

If the equation was
[tex]x - 6 = 12[/tex]
you would add 6 to both sides:
[tex]x - 6 + 6 = 12 + 6[/tex]

But your equation is
[tex]x - (-6) = 12[/tex]
which still has a subtraction, so you have to add (-6) to both sides:
[tex]x - (-6) + (-6) = 12 + (-6)[/tex]

Another way to solve the equation is to first rewrite the subtraction as an addition:
[tex]\begin{aligned}<br /> x - (-6) &= 12 \\<br /> x + 6 &= 12<br /> \end{aligned}[/tex]
Now that you have an addition, you subtract 6 from both sides to isolate the x:
[tex]x + 6 - 6 = 12 - 6[/tex]

Hope this makes sense.


69
 
KevinMWHM said:
1. x - (-6) = 12


To simplify, I want to get rid of the (-6). So wouldn't I say
2. x - (-6) +6 = 12 + 6
x = 18?



The book I'm using says to add (-6) to both sides but doesn't a neg + neg still equal a neg? I've been flawless to this point, what's confusing me?

The books answer
2. x - (-6) + (-6) = 12 - 6
x = 6

Your first step is to remove the parens by resolving -(-6), THEN you substract something from both sides of the equation.
 
AC130Nav said:
Your first step is to remove the parens by resolving -(-6), THEN you substract something from both sides of the equation.
That is one way of doing the problem. You don't have to do it that way. eumyang showed how to do it following the OP's method.
 
HallsofIvy said:
That is one way of doing the problem. You don't have to do it that way. eumyang showed how to do it following the OP's method.

But, perhaps, a student should be reminded to use the algebraic hierarchy. Makes it easier to understand.