How Do You Solve Equations with Parentheses and Negative Signs?

  • Thread starter Thread starter elflacodepr
  • Start date Start date
  • Tags Tags
    Break
AI Thread Summary
To solve the equation 8x - (3x + 2) = 2x - 10, it's essential to distribute the negative sign correctly. The expression can be rewritten as 8x - 3x - 2 = 2x - 10. After combining like terms, the equation simplifies to 3x = -12. Dividing both sides by 3 gives the solution x = -4. Proper distribution and attention to signs are crucial in solving equations with parentheses and negative signs.
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?
 
Physics news 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 alot! 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:

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

8x-3x-2=2x-10
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top