Here's a little bit of a tutorial on manipulating equations, since you seem to be a little bit rusty.
Alright, let's say we have an equation
[tex]a=b.[/tex]
That means that
a is the same as
b.
It's worth noting a special property of equalities right away. Suppose [itex]a=b[/itex] and [itex]b=c[/itex] are equalities. Then [itex]a=c[/itex] is
also a valid equality. This is called the "transitive property," and can be very important.
Now, let's suppose [itex]a=b[/itex] is an equality. I can add something else, call it
c, to both sides, to get
[tex]a+c = b+c.[/tex]
Since
a is the same as
b, it is easy to see that
a+c should be the same as
b+c. Thus, you can manipulate an equality by adding something to both sides, and the result will be another equality.
Similarly, you could multiply both sides by
c to get
[tex]ac = bc.[/tex]
Again, this is a valid equality. So far, then, given an equation, you can: 1) Add the same thing to both sides ; or, 2) Multiply both sides by the same thing; and you will keep equality.
There are other things that you can do, though. Suppose you have
two equations,
[tex]a=b, \ \mbox{and } \ x = y.[/tex]
Here
a is the same as
b, and
x is the same as
y. So, it certainly makes sense that
ax is the same as
by!
Thus we have another rule: 3) Given equalities a=b and x=y, ax=by is also a valid equality. While we're at it, we had might as well note that
a+x = b+y is also clearly a valid equality!
There are some general patterns you can notice here: Suppose you have an equation [itex]a=b[/itex]. As long as you do
exactly the same thing to both sides of an equation, the equality remains valid. For an example: if [itex]a=b[/itex] is an equality, then [itex]a^2 = b^2[/itex] is also an equality because I've done exactly the same thing to both sides.
This is subject to a many conditions, though, depending on the context. For example, suppose [itex]a=b[/itex] is an equality. Is [itex]1/a = 1/b[/itex] a valid equality also? The answer is almost always yes. When is the answer no? Well, what if [itex]a=0[/itex]? Then [itex]b=0[/itex] also, since [itex]a=b[/itex]. But 1/0 is undefined. So, if a=0, then [itex]1/a = 1/b[/itex] doesn't mean anything at all (it says that two undefined quantities are equal, which is fairly meaningless).
There are other such conditions depending on what you want to do to both sides. Explaining why, and how to deal with them, would take too much time for me to do here; if you have questions, I suggest asking the instructor of your course for some help.
There's also the second pattern. If a=b and x=y are equations, then you can use [itex]x[/itex]
the same way as [itex]y[/itex] when you're manipulating [itex]a=b[/itex]. Thus, for example, x/a = y/b is also an equality, as long as [itex]a \neq 0[/itex] (read: a is not equal to 0). Similarly [itex]a^x = b^y[/itex] is also a valid equality, etc.For now though, you should remember the fundamental rule:
In general, when manipulating an equation, you must do the same thing to both sides at each step.
You have great freedom in what you can do to the equation. But you have to do the same thing to each side, or else the result just isn't an equality anymore!