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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top