SOLUTION: Could someone show me how to solve the below equation step by step - I am doing something wrong and cannot get it to come out correctly where it the solution can verify:
18 - (x
Algebra ->
Equations
-> SOLUTION: Could someone show me how to solve the below equation step by step - I am doing something wrong and cannot get it to come out correctly where it the solution can verify:
18 - (x
Log On
Question 1163805: Could someone show me how to solve the below equation step by step - I am doing something wrong and cannot get it to come out correctly where it the solution can verify:
18 - (x+3) - 2x = 4 + (x-5)
Thank you in advance
Found 4 solutions by Alan3354, greenestamps, ikleyn, Edwin McCravy:Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Could someone show me how to solve the below equation step by step - I am doing something wrong and cannot get it to come out correctly where it the solution can verify:
18 - (x+3) - 2x = 4 + (x-5)
====================
How do you know it's wrong?
------
Show what you've tried.
Knowing what you're doing wrong could be important.
Your error was in removing parentheses when there is a minus sign preceding
the parentheses.
You changed - (x+3) to -x+3 when you should have changed it to -x-3.
BOTH SIGNS are changed when removing the parentheses, not just the first
one.
When an expression in parentheses is preceded by a minus or negative sign,
it is the same as if you were distributing -1 into the parentheses.
So when you see -(x+3), consider it to be
-1(x+3)
then distribute like this
(-1)(x)+(-1)(3)
then
-x + (-3)
and finally
-x - 3
Now do the problem again, using -x - 3, not what you had.
Edwin