How Do You Solve Equations with Parentheses and Negative Signs?

  • Thread starter Thread starter elflacodepr
  • Start date Start date
  • Tags Tags
    Break
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
4 replies · 2K views
elflacodepr
Messages
6
Reaction score
0

Homework Statement


I want to solve this equation: 8x - (3x + 2) = 2x - 10


2. The attempt at a solution
I tried this:
8x - (3x + 2) = 2x - 10

(3x + 2) = 2x - 8x -10
(3x + 2) = -6x - 10

I know how to break parenthesis when there are no signs between a number and the parenthesis...but the exercise has a minus sign between 8x and (3x + 2) which separates them, how do I solve this?
 
on Phys.org
8x - (3x + 2) = 8x + (-1)*(3x+2)

Does that help?
 
Yes that helped! This is what I did:

8x - (3x + 2) = 2x - 10

8x - 1(3x + 2) = 1(2x - 10)

8x - 3x -2 = 2x - 10

(Now I move all variables together)
8x - 3x -2x = -2 - 10

3x = -12

3x/3 = -12/3

(3's are canceled)
x = -4

Thanks a lot! I forgot I could multiply by 1 so the exercise didn't change

EDIT: SOLVED!
 
Last edited:
That's the correct way to distribute! But watch out when going from:

8x - 3x -2 = 2x - 10

to

8x - 3x -2x = -2 - 10

The sign on your 2 needs to be fixed :)
 
elflacodepr said:

Homework Statement


I want to solve this equation: 8x - (3x + 2) = 2x - 10


2. The attempt at a solution
I tried this:
8x - (3x + 2) = 2x - 10

(3x + 2) = 2x - 8x -10
(3x + 2) = -6x - 10

I know how to break parenthesis when there are no signs between a number and the parenthesis...but the exercise has a minus sign between 8x and (3x + 2) which separates them, how do I solve this?

Alternatively:

[itex]8x-(3x + 2)=2x -10[/itex]

[itex]8x-3x-2=2x-10[/itex]