You are on page 1of 7

Algebra Fundamentals

The Basics
Imagine the following simple arithmetic equation.
12=3
Although it is a stretch in this case, suppose that one does not know one of the numbers
?2=3
This states that some unknown number plus 2 equals 3. While this example is simple
enough that one could probably determine that the unknown number is 1, again let us
pretend that we do not know this. In that case it is convenient to replace the question
mark with a letter called a variables.
x2=3
Doing math with unknown numbers is all that algebra is about! The rest of one’s study
of algebra is all about technique, strategy and terminology.

Before continuing a piece of terminology must be defined. In algebra we define a term as


a segment of a mathematical statement separated by an addition, subtraction or equal
sign. So in our last equation the x, 2 and 3 are all separate terms.

Example Set 1: Replace the number in bold as a letter representing an unknown number.
Choice of variables can vary. Solutions are included at the end.
1. 3−2=1
2. 14=5
3. 27=9

Adding in an unknown
Let us return to the previous example and explore how we can tweak it and still maintain
a true statement. So first try simply subtracting 2 from the left side.
12=3 (TRUE)
12−2=3
1=3 (FALSE)
We took a true statement and corrupted it into a false statement. However we can still
save the day by subtracting 2 from the other side as well.
12−2=3−2
1=1 (TRUE)
So by subtracting both sides by the same number we maintain the truthfulness of a
statement. But also note that by subtracting by 2 the number two previously there
dropped out. So the lessons learned are as follows.
• When one subtracts from one side of an equation, one must do likewise to the other
side to maintain a true statement.
• When one subtracts a number from an equation its like number drops out of the
equation.
To illustrate the point consider the equation
x2=3

1.
We will subtract two from both sides, maintaining a true statement
x2−2=3−2
Subtracting 2 will eliminate the original two. This gives us
x=1
So our unknown number is 1 (surprise!) A similar logic exists when one has subtraction
x−2=3
x−22=32
x=5
Let’s check this statement by substituting 5 into the original equation.
5−2=3 (TRUE)

Strategy lesson:
To get rid of a term being added one subtracts the same number. Likewise if a term is
subtracted then adds. Always add or subtract to same number to both sides.

Example Set 2: Identify (aka solve) the unknown number using addition or subtraction.
Solutions are at the end.
4. x5=12
5. y1=2
6. 3 z=5
7. a−5=3
8. h−7=10
9. s3=2

Multiplying
Now suppose that the first equation above is modified to use multiplication.
1×2=2
We can do the same trick as above by supposing that we do not know one of the
numbers.
x×2=2
One can imagine the confusion that could arise if one did not know that is multiplication
symbol was not an x! To avoid confusion we express multiplication using a ∙ between
known numbers or leave nothing otherwise.
2 x =2

A house divided
So is there a trick for multiplication similar to the above? Go back to the original
equation and divide both sides by 2
1×2=2 (TRUE)
1×2÷2=2÷2
1=1 (TRUE)
So it appears that, like addition, dividing eliminates a product and maintains a true
statement if it is done to both sides. So now repeat using variables. Only now utilize the
notation that a fraction is really a division

2.
2 x =2
2x 2
=
2 2
x=1
The reverse is also true. If one has division that needs to be undone then use
multiplication.
x
=4
3
3x
=3⋅4
3
x=12
Since 12 divided by 3 is 4 then this is a valid solution.

Strategy lesson:
To eliminate a portion of a term use either multiplication or division. If the term
involves multiplication then use division and vice versa.

Example set 3: Solve the unknown number using multiplication or division. Solutions
are at the end.
10. 4 y=20
11. 7 x=56
12. 9 w=7
t
13. =25
5
p
14. =20
3
2e
15. =4
5

Mixing things up
More general mathematical problems involve a combination of addition, subtraction,
multiplication and division. While our lessons learned are still of use we need to consider
our strategy for their use in solving for unknown numbers. First consider the following
true arithmetic statement that we can apply subtraction to
3×23=9 (TRUE)
3×23−3=9−3
6=6 (TRUE)
There is nothing new here as we’ve seen all this before. However we could have taken
this in a different direction and ended up with
3×2=9−3
Note that the 3 term on the left is effectively removed. We can repeat the process
(almost) using a variable
3 x3=9
3 x3−3=9−3

3.
3 x=9−3
3 x=6
3x 6
=
3 3
x=2
The moral to the story is that we can use subtraction (or addition as occasion requires) to
remove a single term to the other side. We can use this knowledge to remove any
unwanted term we wish from a single side of an equation. The price to be paid is that we
must apply the same process to the other side.

What about division? Let us repeat the same as above


3×23=9
3×23÷3=9÷3
61=3
7=3 (FALSE)
Here we must have incorrectly applied the division since we began with a true statement
and ended up with a false one. So let us apply a slightly different logic
3×23=9
3×2÷33÷3=9÷3
21=3
3=3 (TRUE)
This approach is correct, but it must be remembered that we applied the division to all
terms, not just to both sides. Again applying algebra to a previous conclusion
3 x=6
3x 6
=
3 3
x=2
The result is that just a part of the term (here the 3) has been surgically removed, this is in
contrast to subtraction in which the entire term gets removed. So now to summarize our
conclusions:

• Apply addition or subtraction to both sides to remove a term from its original side.
• Multiplication or division must be applied to all terms on both sides of the equal sign.
These can be used to remove just a part of a term.

This leads to our grand strategy for solving these types of math problems.

 The final goal is to totally isolate the variable to solve for, such as “x=…” or “y=…”
 Use addition or subtraction to move terms across the equal sign.
 Use multiplication or division to remove a portion of a term so as to free up the
variable. One usually isolates the term with the variable using addition or subtraction
and then multiplies or divides as a last step.

Example Set 4: Solve for the unknown variable. Solutions are below.
16. 2 d 6=4

4.
17. 6 t−5=13
18. 5 w−2=w
19. x−7=5−2 x
y
20. 10=7
7

Solutions
The original questions are given with the steps and solutions indented. The final
solutions are boxed.

Set 1:
1. 3−2=1
x−2=1 Replace the 3 with an x
2. 14=5
1z =5 Replace the 4 with a z
3. 27=9
q7=9 Replace the 2 with a q
Set 2:
4. x5=12
x5−5=12−5 Subtract 5 from both sides
x=7 The 5s cancel
5. y1=2
y1−1=2−1 Subtract 1 from both sides
y=1 The 1s cancel
6. 3 z=5
z 3=5 Swapping the ordering of addition (optional)
z 3−3=5−3 Subtracting 3 from both sides
z =2 The 2s cancel
7. a−5=3
a−55=35 Add 5 to both sides
a=8 The 5s cancel
8. h−7=10
h−77=107 Add 5 to both sides
h=17 The 7s cancel
9. s3=2
s3−3=2−3 Subtract 3 from both sides
s=−1 The 3s cancel
Set 3:
10. 4 y=20
4 y 20
= Divide all terms by 4
4 4
y=5 The 4s cancel and 20/4 = 5
11. 7 x=56

5.
7 x 56
= Divide all terms by 7
7 7
x=8 The 7s cancel and 56/7 = 8
12. 9 w=7
7
w= Divide all terms by 9, the answer is irreducible
9
t
13. =25
5
5 t
⋅ =25⋅5 Multiply all terms by 5
1 5
t=125 The 5s cancel and 25×5 = 125
p
14. =20
3
3 p
⋅ =20⋅3 Multiply all terms by 3
1 3
p=60 The 3s cancel and 20×3 = 60
2e
15. =4
5
5 2e 4 5
⋅ = ⋅ Multiply both sides by 5/2, remember that 4 = 4/1
2 5 1 2
20
e= The fraction on the left cancels
2
e=10 Reduce the remaining fraction with 20/2 = 10
Set 4:
16. 2 d 6=4
2 d 6−6=4−6 Subtract 6 from both sides
2 d =−2 The 6s cancel
2 d −2
= Divide all terms by 2
2 2
d =−1 The 2s cancel
17. 6 t−5=13
6 t−55=135 Add 5 to both sides
6 t=18 The 5s cancel
6 t 18
= Divide by 6
6 6
t=3 The 6s cancel, and reduce 18/6 to 3
18. 5 w−2=w
5 w−22=w2 Add 2 to cancel the “-2” term on the left
5 w=w2 Cancel the ”-2” term on the left
5 w−w=w2−w Subtract w to cancel the w term on the right
4 w=2 Cancel the w term on the right side
4w 2
= Divide both sides by 4
4 4

6.
1
w= Divide by 4 and reduce 2/4 to ½
2
19. x−7=5−2 x
x−77=5−2 x7 Add to both sides to remove it from the left
x=12−2 x Cancel the 7s on the left and add 5+7 on the right
x2 x=12−2 x2 x Add 2x to both sides to bring the xs to one side
3 x=12 Combine like terms and cancel the 2x on the right
3 x 12
= Divide by 3
3 3
x=4 The 3s cancel and 12/3=4
y
20. 10=7
7
y
10−10=7−10 Subtract 10 from both sides
7
y
=−3 The 10s cancel and 7-10 = -3
7
7 y
⋅ =−3⋅7 Multiply by 7 (or 7/1) to isolate the y
1 7
y=−21 The 7s cancel

Prepared by Kevin Gibson


www.mc.maricopa.edu/~kevinlg/supplements/

7.

You might also like