Solve the equation $x-7=28$

2.1k Views Asked by At

The question is $x-7=28$ But I'm not sure if when I subtract do I have to change the signs to negative?

6

There are 6 best solutions below

0
On

You add $7$ to each side, getting $x=35$

0
On

Subtraction is the same as adding the opposite (adding the same number with the sign changed). So, you could subtract $-7$ from both sides, which is the same as adding $7$ to both sides.

You might instead think of $x-7=28$ as saying that $28$ is $7$ less than $x$, which means that $x$ is $7$ more than $28$, so $x$ is $35$. Or, write it in a chain of equalities starting with $x$ and making $x-7$ show up: $$\begin{align}x &= x+0\\ &= x+(-7+7)\\ &= (x+-7)+7\\ &= (x-7)+7\\ &= 28+7\qquad\qquad (\text{substitute }28\text{ for }x-7\text{, since they're equal})\\ &= 35.\end{align}$$

0
On

The idea with solving equations is that it has to mean the same thing it did before if you do the same thing to both sides.

What can you do to make $x-7$ simpler? You add seven to it. That gives you $x-7+7=x$ on the left-hand side.

Since we have to do the same thing to both sides, you have to add seven to the other side as well. You get $28+7=35$ over there.

This gives you the equation

$$x = 35$$

which is probably what you wanted!

0
On

If you have to solve it for $x$, then what you have is that $x-7$ and $28$ are the same numbers, that is $$ x-7=28 $$ Therefore, if you add 7 to this number, then both expressions for it remain equal, that is $$ (x-7)+7=28+7 $$ But that is the same as $$ x+(-7+7)=35 $$ therefore $$ x=35 $$ which is the answer.

0
On

$x-7=28$

$x-7+7=28+7$

$x=35$


You always do the same operation on both side. You can add something or substract something (witch is the same things as adding the opposite) but you always do the same thing on both sides.

0
On

Lol, I hope I remember this correctly!

Whenever, there's a = between numbers and one number is shifted from one side to the other, the sign ALWAYS changes.

As per your equation x - 7 = 28

No sign means a + sign so the equation can be written as (+)x (-)7 = (+)28

To know the value of x simply take -7 to the opposite side. -7 will change into +7. Hence,

x = 28 + 7 = 35

Examples

x + 2 = 1
x = 1 - 2 (Since 2 is the bigger number b/w 1 & 2, the final answer will take it's sign)
x = - 1

-x - 2 = 1
-x = 1 + 2
-x = 3 ( to make x positive shift it to the right and bring 3 to the left)
-3 = x

-x -2 = -1
-x = -1 + 2
-x = 1
-1 = x

-x + 2 = -1
-x = -1 -2 ( - and - = + , since 2 is the bigger number, the final answer has a - sign)
-x = -3
3 = x