Understand Algebra

Understanding algebra can seem tricky at first. But if you build up a strong basic knowledge of beginner math facts and learn some of the “language” of algebra, you can understand it much more easily. The basic steps for solving algebra problems involve performing simple operations in small steps that “cancel” the original problem. Doing these steps carefully and in order should get you to the solution.

Steps

Knowing Your Objectives in Algebra

  1. Read the problem instructions carefully. When you have one or more algebra problems, you must read the instructions carefully. Look for key words in the instructions like “solve,” “simplify,” “factor,” or “reduce.” These are some of the most common instructions (although there are others that you will learn). Many people have problems because they try to “solve” a problem when they really only need to “simplify” it.[1]
  2. Perform the operations that are instructed. When you read the problem instructions, you should identify the key words and then perform those operations. Many people feel frustration with algebra when they try doing something that is not really part of the intended problem. The basic operations you will be asked for are:[1]
    • Solve. You will need to reduce the problem to an actual numerical solution, such as “x=4.” You need to find a value for the variable that can make the problem come true.
    • Simplify. You need to manipulate the problem into some simpler form than before, but you will not wind up with what you might consider “an answer.” You will probably not have a single numerical value for the variable.
    • Factor. This is similar to “simplify,” and is usually used with complex polynomials or fractions. You need to find a way to turn the problem into smaller terms. Just as the number 12 can be broken into factors of 3x4, for example, you can factor an algebraic polynomial.
      • For example, a simple expression like <math>5x</math> can be broken into factors of <math>5</math> and <math>x</math>.
      • For example, the expression <math>x^2+3x+2</math> can be factored into the terms <math>(x+2)</math> and <math>(x+1)</math>.
    • Reduce. To “reduce” a problem generally involves a combination of factoring and then simplifying. You would break the terms of a numerator and denominator into their factors. Then look for common factors on top and bottom, and cancel them out. Whatever remains is the “reduced” form of the original problem. For example, reduce the expression <math>\frac{6x^2}{2x}</math> as follows:
      • 1. Factor the numerator and denominator: <math>\frac{(3)(2)(x)(x)}{(2)(x)}</math>
      • 2. Look for common terms. Both the numerator and denominator have factors of 2 and x.
      • 3. Eliminate the common terms: <math>\frac{(3)(2)(x)(x)}{(2)(x)}</math>
      • 4. Copy down what remains: <math>3x</math>
  3. Learn the difference between “expression” and “equation.” In algebra, the difference between an “expression” and an “equation” is very important. An expression is any group of numbers and variables, collected together. Some examples of expressions are <math>x</math>, <math>14xyz</math> and <math>\sqrt{2x+15}</math>. All you can do to an expression is simplify or factor it. An equation, on the other hand, contains an = sign. You can simplify or factor equations, but you can also solve them to get a final answer. It is important to look for the difference.[2]
    • If you have an expression, like <math>4x^2</math>, you can never find a single “answer” or “solution.” You could find out that if <math>x=1</math>, then the expression would have a value of 4, and if <math>x=2</math>, then the expression would have a value of <math>(4)(2)^2</math>, which is 16. But you cannot get a single “answer.”

Applying the Order of Operations

  1. Learn PEMDAS. In algebra, the steps you take must occur in a logical order, which is called the “order of operations.” This is often simplified by the mnemonic device “PEMDAS.” The letters of PEMDAS will help you know which operations to perform in order. The letters of PEMDAS stand for:[3]
    • Parentheses.
    • Exponents.
    • Multiplication.
    • Division.
    • Addition.
    • Subtraction.
  2. Perform operations inside parentheses first. When you have an expression or equation that includes terms inside parentheses, you need to do whatever is inside the parentheses first. Consider the difference between <math>5*3+2</math> and <math>5*(3+2)</math>.[3]
    • Without the parentheses, the first expression , <math>5*3+2</math>, would become <math>15+2=17</math>.
    • With the parentheses, <math>5*(3+2)</math>, you perform the (3+2) first, so the simplified expression becomes <math>5*5=25</math>.
  3. Simplify any exponents next. Exponents need to be performed as the next part of simplifying or solving a problem. Consider the expression <math>3*2^2</math>. Without the order of operations, you wouldn’t know if you should first multiply <math>3*2</math> and then square the result, so your value is 36, or if you square the 2 first, then multiply by 3. Using PEMDAS, the correct operation is:[3]
    • <math>3*2^2</math>
    • <math>3*4</math>…..Square the 2 first.
    • <math>12</math>…..This is the expected result.
  4. Multiply or divide, from right to left. M and D are the next two parts of PEMDAS, and they go together. After performing any exponents, you then perform multiplication or division from left to right.[3]
    • <math>3+4*2-6/3</math>
    • <math>3+8-2</math>…..4*2=8, and 6/3=2. These can be done in the same step.
  5. Add or subtract, from right to left. A and S are the final steps of PEMDAS. These mean that you add or subtract whatever terms remain in the expression. You can perform addition and subtraction in the same step, moving from right to left through the problem. Consider the expression <math>4+2-3-1-5+2</math>:[3]
    • <math>4+2-3-1-5+2</math>
    • <math>6-3-1-5+2</math>…..(Add 4+2)
    • <math>3-1-5+2</math>…..(Subtract 6-3)
    • <math>2-5+2</math>…..(Subtract 3-1)
    • <math>-3+2</math>…..(Subtract 2-5)
    • <math>-1</math>…..(Add -3+1)
    • If you perform the steps in any other order, you may come up with a different, incorrect result. For example, suppose you chose to do all the additions first, and then the subtractions:
    • <math>4+2-3-1-5+2</math>
    • <math>6-3-1-7</math>…..(Add 4+2 and add 5+2)
    • <math>3-1-7</math>…..(Subtract 6-3)
    • <math>2-7</math>…..(Subtract 3-1)
    • <math>-5</math>…..(Subtract 2-7. This gives a result of -5, which is incorrect.)

Working With Variables

  1. Get used to symbols other than numbers. In early math, you worked only with numbers. Learning algebra is about being able to solve problems with unknown terms. These unknown terms are represented in the problems with letters. You need to get used to treating these letters like numbers, although you may not know their actual value yet. Some common examples of variables include:[4]
    • Letters, such as <math>x</math>, <math>y</math> or <math>z</math>
    • Greek symbols, such as <math>\theta</math>, <math>\alpha</math> or <math>\sigma</math>.
    • Be aware that some symbols might look like variables but are actually known numbers. For example, the Greek symbol pi, <math>\pi</math>, stands for the number 3.1415.
  2. Consider the variable as an unknown place holder. If you think of the phrase, “Two times some number,” you can express that with a variable as <math>2*x</math>. The variable <math>x</math> takes the place of the unknown “some number.” Usually, your job in an algebra problem is to find the value of the variable.[4]
    • For example, when you start with the equation <math>4+x=9</math>, you need to think, “What number added to 4 will make 9?” The solution is 5, which you can write algebraically as <math>x=5</math>.
  3. Combine common variables together. When you learn to treat the variables as numbers, you can combine or simplify them as you do with numbers. This is usually referred to as “combining like terms.”[5]
    • For example, <math>2x+3x=10</math> just means that 2 of some variable added to 3 of the same variable will equal 10. If you have 2 of something and 3 of the same thing, you can add them together. Then, <math>2x+3x</math> will become 5x, so your problem is <math>5x=10</math>, and the solution is <math>x=2</math>.
    • You can only add or subtract the same variable. Some algebra problems may contain two or more variables. In the problem <math>2x+3y=10</math>, you cannot combine the <math>x</math> and <math>y</math> terms together because the different variables represent different unknown numbers.

Solving Algebra Problems with Inverse Operations

  1. Learn the concept of inverse functions. One key to being successful in algebra is performing inverse functions. The word “inverse” means opposite. Inverse functions are a way of undoing or untangling a problem. If a chosen problem, for example, contains multiplication, you will use division, which is the inverse of multiplication, to solve the problem.[6]
    • The inverse of addition is subtraction.
    • The inverse of subtraction is addition.
    • The inverse of multiplication is division.
    • The inverse of division is multiplication.
    • The inverse of an exponent is a root (square root, cube root, etc.).
  2. Focus on isolating the variable. If you are asked to “solve” an equation, this means that you want to end up with <math>x=</math>__, with some number in the blank space. You need to use algebra to move everything else away from the <math>x</math> term so it is alone on one side of the equals sign. You will do this with a series of inverse operations.[6]
    • The key rule to remember is that any operation you make to one side of the equation, you must also do the same to the opposite side of the equation. This will keep the equation balanced and still equal.
  3. Cancel addition by using subtraction (and vice versa). Individual terms in an equation are linked by a combination of plus and minus signs. You can “cancel” these to get the variable alone by doing the opposite function.[6]
    • For example, if you start with <math>x+3=7</math>, you want the <math>x</math> alone. The inverse of <math>+3</math> is <math>-3</math>. Remember that you must do everything equally to both sides of the equation. So you will get:
      • <math>x+3=7</math>
      • <math>x+3-3=7-3</math>…..(subtract 3 equally on both sides)
      • <math>x=4</math>…..(the +3 and -3 cancel each other out to leave the solution)
    • If you start with a subtraction problem, you will cancel it the same way with addition:
      • <math>x-8=12</math>
      • <math>x-8+8=12+8</math>…..(add 8 to both sides)
      • <math>x=20</math>…..(the +8 and -8 cancel each other out to leave the solution)
  4. Cancel multiplication by using division (and vice versa). In the same way, you can perform inverse operations on multiplication and division. A term like <math>3x</math> means <math>3*x</math>. To get the variable alone, you will divide. Remember that for an equation, you must divide both sides of the equation equally.[6]
    • Consider the problem <math>3x=24</math>. Since this is a multiplication problem, you will solve it with division:
      • <math>3x=24</math>
      • <math>\frac{3x}{3}=\frac{24}{3}</math>…..(Divide both sides equally by 3. Note that the <math>\div</math>symbol is not usually used in algebra. Instead, show division by writing the terms as a fraction.)
      • <math>x=8</math>…..(the 3s on the left cancel each other out to leave the solution)
    • Do the same to cancel a division problem with multiplication. Consider the problem <math>\frac{x}{4}=9</math>:
      • <math>\frac{x}{4}=9</math>
      • <math>\frac{x}{4}*4=9*4</math>…..(multiply both sides by 4)
      • <math>x=36</math>…..(the 4s on the left cancel each other out to leave the solution)
  5. Use a combination of add/subtract and multiply/divide. As problems become more complicated, you may have to perform multiple operations to get to a solution. You will usually use addition and subtraction first, to isolate the variable with its coefficient. Then you will use multiplication or division to find the solution.[6]
    • <math>3x+5=23</math>
    • <math>3x+5-5=23-5</math>…..(first, subtract 5 from both sides to leave the x term alone)
    • <math>3x=18</math>…..(the +5 and -5 cancel out on the left)
    • <math>\frac{3x}{3}=\frac{18}{3}</math>…..(divide both sides by 3)
    • <math>x=6</math>…..(the 3s on the left cancel each other out, leaving the solution)
  6. Check your result. In algebra, you can almost always find out if you have done the problem correctly by checking your answer. Take the solution that you found, and insert it back in the original problem in place of the variable. Then simplify the problem, and if you reach a true statement, you solution was correct.
    • Try the example you just solved, <math>3x+5=23</math>. Put the solution of <math>x=6</math> in place of the variable:
      • <math>3x+5=23</math>
      • <math>3(6)+5=23</math>…..(Insert the value <math>x=6</math>.)
      • <math>18+5=23</math>…..(Simplify the equation.)
      • <math>23=23</math>….. (This is true, so your solution of <math>x=6</math> is correct.)

Building a Strong Base for Learning

  1. Learn the basic math facts. Algebra is a system of manipulating numbers and operations to try to solve problems. When you learn algebra, you will learn the rules to follow for solving problems. But to help make that easier, you need to have a strong understanding of basic math facts. You should know basic addition, subtraction, multiplication and division facts and be able to work with them easily. In particular, you should be able to do the following:[7]
    • Add and subtract single digit numbers in your head quickly. Being able to work with two-digit numbers is even more helpful.
    • Know your multiplication tables from 1 through 12.
    • Know division and factors for numbers up through 144 (12x12).
  2. Practice the rules of fractions. Algebra uses the rules of fractions as much as any other numbering system. You need to be comfortable with finding common denominators, adding and subtracting fractions, multiplying and dividing fractions. When you learn algebra, you will expand this knowledge into working with unknown variables, but you need a strong understanding of the basics first.[7]
    • Know the importance of reciprocals. You need to know the concept of reciprocal numbers. The short definition of a reciprocal is that it is a fraction turned upside down. Thus, the reciprocal of <math>\frac{2}{3}</math> is <math>\frac{3}{2}</math>, and the reciprocal of <math>\frac{4}{5}</math> is <math>\frac{5}{4}</math>. You use reciprocals as an alternative to division, when the problem is complicated. Instead of dividing by one fraction, you can multiply by its reciprocal.
  3. Know how to use negative numbers. You will often be using negative numbers or variables. You should review how to add, subtract, multiply, and divide negatives before starting to learn algebra. Here are some basic rules for working with negatives.[8] You can also see our articles on Add and Subtract Negatives and Divide and Multiply by Negative Numbers.
    • On a number line, a negative number is the same distance from zero as the positive, but in the opposite direction.
    • A negative plus a negative will also be negative. Adding two negative numbers together makes the number more negative.
    • Two negative signs together cancel each other out. Subtracting a negative number is the same as adding a positive number.
      • 4-(-3) is the same as 4+3 = 7.
    • Multiplying or dividing two negative numbers gives a positive answer.
    • Multiplying or dividing one positive number and one negative number gives a negative answer.

Tips

  • Use good study skills. Attend classes, do the assigned readings, and complete your homework. Understanding algebra requires practice.
  • Work with your teacher. If you have questions or problems, speak to your teacher. Some people can understand algebra very quickly, but other people just need some more time. Your teacher may also have another way to explain things to you. Instead of giving up, go ask for some help.
  • Always check your answers. Whenever you finish a problem, work back through it to see if your solution makes the equation check out correctly.

Related Articles

Sources and Citations