how do you solve 4x-3(-1)=-9 with order of operations? I am trying to find x but am getting confused

You've heard of PEMDAS for evaluating expressions, right?

Well, to dig down and find the value of x, do them backwards
3x - 3(-1) = -9
add first
3x = -9 + 3(-1)
now multiply, since adds are done
3x = -9 - 3
whoa! here's another add that popped up. Do it first.
3x = -12
now divide at the end
x = -4

where did you get 3x?

and how did you change it to 3x= and then the rest of the problem instead of it being in the middle of the problem

sorry - a typo. Should have been 4x

To solve the equation 4x - 3(-1) = -9 using the order of operations, you should follow these steps:

1. Start by simplifying the expression within the parentheses. Since -1 is multiplied by 3, multiply the two numbers: -1 * 3 = -3. Rewrite the equation with the simplified expression: 4x - 3 * -1 = -9.

2. Next, evaluate the multiplication: -3 * -1 = 3. Rewrite the equation again: 4x + 3 = -9.

3. Now, isolate the variable x by getting rid of the constant term (3) on the left side of the equation. To do this, subtract 3 from both sides of the equation: 4x + 3 - 3 = -9 - 3. Simplify further: 4x = -12.

4. Finally, solve for x by dividing both sides of the equation by the coefficient of x, which is 4. Divide both sides by 4: 4x/4 = -12/4. This simplifies to x = -3.

Therefore, the solution to the equation 4x - 3(-1) = -9, following the order of operations, is x = -3.