Approximately 20 pages. Use "save as" to download this chapter to your computer.

   Algebra Section 1: Simplifying Rules
  
 
This chapter is divided into three parts:

I.  Simple Equations
II.  Complex Expressions with Exponents
III. Manipulating Complex Expressions

IV. Inequalities


I.  Simple Equations

A. Fundamental Definitions
B. Single-Variable Equations
C. Solving Two Variables
D.
More than Two Variables

E. Solving for Expressions
F. Equation Trick Questions



A. Fundamental Definitions

Variable
Algebra is all about variables. These are unknown quantities that are usually expressed as a letter such as x or y.
Coefficient

This is a number next to a variable that describes how many of the variable there are. For example, 4x, where 4 is the coefficient.

Constant
These are fixed numbers. 4x + 7, where 7 is the constant.
Equation
This is where at least two expressions separated by an equal sign, eg. 4x = 4y + 2.
Solution/Root
What values for the variables will solve the equation?


 

NOTE: Shortcuts in Algebra

Keep in mind that the GMAT is NOT a standard achievement test. The test measures your resourcefulness and intellect in solving problems, not the methods achieved to do so. This means that you should use shortcuts whenever you can.

This means that you should freely use ALL THE ADVANCED TECHNIQUES, such as Plug in, Backsolving and Experiments (see math introductory chapter). Some GMAT questions are designed to be solved this way.... and doing the conventional algebra will take too much time. Don't be afraid to start Backsolving or Plugging in as soon as you hit a brick wall.


B. Solving Single Variable Equatio
ns (Beginner)

You goal in algebra is usually to take complex equations and reduce them to something resembling a single variable equals a constant, such as x = 4.

But getting to that point on the GMAT will rarely be easy! You'll have to add, subtract, divide, multiply, square (or even cube) both sides of an equation. View equations as a balancing act. As long as you do something to both sides, you are all set.

2x + 7 = 19
Subtract 7 from both sides  
2x = 12
Divide both sides by 2  
x = 6
   
√x + 1 = 10
Subtract 1 from both sides  
√x = 9
Square both sides  
x = 81
   

In addition to manipulating both sides of the equation, you'll have to Distribute and Combine Like Terms to help you get to the simple final expression of "x = ?".

Distribute  
a(b + c) =
 
(a × b) + (a × c) =
Distribute the a value by multiplying b and c.

Combining Like Terms
2x + 3x + 7 = 15
 
5x + 7 = 15
Combine the x's.
Note: When you combine terms they must have the same exponent and variable.


C. Multiplying Expressions
To multiply a monomial by a monomial, multiply the numerical coefficients and then follow the laws of exponents with the same base. For example:

(2rs3)(-3r3s2) = ?
 

(2 × -3) = -6
(r × r3) = r4
(s3 × s2) = s5

Multiply the like terms.

 

-6r4s5
Muliply together the results

To multiply a polynomial by a monomial, multiply each term of the polynomial by the monomial. This is illustrated by:

4x(3x2 - 2xy + y2) = 12x3 - 8x2y + 4xy2

To multiply two polynomials, multiply one of them by each term of the other and then combine like terms. The following illustrates the process:

(2x - y)(2 + x - 3y)
 
2x(2 + x - 3y) - y(2 + x - 3y)
Distribute 2x and -y and (2 + x - 3y)
4x + 2x2 - 6xy - 2y - xy + 3y2
Multiply out all the content
4x - 2y + 2x2 - 7xy + 3y2
Combine like terms

Then move all terms containing the unknown to one side and all terms that do not contain an unknown to the other side. Factor out the unknown from all terms that contain the unknown; finally, divide each side by the coefficient of the unknown.


Example

x/3 + x/2 = 5

 

Solution

Multiply both sides by the Least Common Denominator, which is 6(3 × 2).

x/3 × (6) + x/2 × (6) = 5 × (6)
 
2x + 3x = 30
 
5x = 30
 
x = 6
 



D. Solving with Two Variables

Take a look at this:

a) 2x + 4y = -10
b) 5x + 3y = -11


How are you going to get that to look like "x = -1" when you have two variables?

There are two methods: Substitution and Addition
.

With Substitution, you solve for one variable, and then you substitute it in wherever that variable appears to help solve the other unknowns.

a) 2x + 4y = -10
b) 5x + 3y = -11


Take the first of the two equations:

a) 2x + 4y = -10
   
2x + 4y = -10
   
x + 2y = -5
Divide by 2  
x = -5 - 2y
Subtract -2y from both sides  

Ok, now substitute (-5 - 2y) in for x in the next equation.

b) 5x + 3y = -11
   
5x + 3y = -11
   
5(-5 - 2y) + 3y = -11
Substitute x = (-5 - 2y) for x.  
-25 - 10y + 3y = -11
Distribute the 5(-5 - 2y) to get -25 - 10y
-25 - 7y = -11
Combine y's - 10y + 3y.  
-7y = 14
+25 to both sides.  
y = -2
Divide by -7.  
Not done yet! You can solve for x. We did get the simple equation for x above (x = -5 - 2y) and plug in y = -2.
x = -5 - 2y
   
x = -5 - 2(-2)
Now substitute x = -5 - 2y for x.  
x = -5 + 4
Combine  
x = -1
   

 

Example

Solve for x and y using the substitution method:

    x - y = 2
2x + y = -5

Solution

Using the substitution method, the first equation gives:
x = 2 + y

Substitute this into the second equation and solve for y:
2(2 + y) + y = -5
Distribute 2(2 + y)
4 + 2y + y = -5
Combine y's, subtract 4 from both sides
3y = -9
Divide by 3
y = -3
 

Substitute this value (y = -3) back into the first equation (x - y = 2) and solve for x:

x - (-3) = 2
x = -1

The solution is x = -1, y = -3.


Addition

You may solve equations with more than one variable by adding the statements.

  1. Multiply one equation by a properly chosen number so that one of the variables has the same coefficient in both equations.
  2. Add or subtract the equations so that one of the unknowns is eliminated.
  3. Solve the resulting equation for the remaining unknown.
  4. Substitute the value of this known unknown into either original equation and solve for the second unknown.
Try to solve these two equations:

A) 2x + 4y = -10
B) 5x + 3y = -11

Look for the Least Common Multiples and Divisors for the variables in each equation. Your goal is to combine the equations and eliminate a variable in the process. Here we have 4y and 3y. Their LCM is 12. So set one to +12y and another to -12y to eliminate each other.
2x + 4y = -10
Equation A  
6x + 12y = -30
Multiply both sides by 3  
   
5x + 3y = -11
Equation B  
-20x - 12y = 44
Multiply both sides by -4  
Now add the equations A and B
6x + 12y = -30
Equation A  
-20x -12y = 44
Equation B  
-14x = 14
Add both equations, canceling out y  
x = -1
Divide by -14  


Example

Solve for x and y

   x - y = 2
2x + y = -5

*This time use the addition or subtraction method (not the substitution method).*

Solution

We simply add the two equations since this will eliminate y:

   
x - y
= 2
   
+ 2x + y
= - 5
   
3x
= -3
   
x
= -1

Substitute this value (x = -1) back into the first equation (x - y = 2) and solve for y:

   
(-1) - y
= 2
   
-y
= 3
   
 y
= -3



D. Solving with More than Two Variables
Now we are going to have more fun..... three equations and three variables!

1: x + y - z = 4
2: x - 2y + 3z = -6
3: 2x + 3y + z = 7

Use the same strategy you used before. We need to eliminate a variable and use substitution. If you look at equations 1 and 3, you'll notice a +z and a -z. If you combine the two you will get rid of z and be able to substitute.

3) 2x + 3y + z = 7
Equation 3
1) x + y - z = 4
Equation 1
3x + 4y = 11
Add equation 1 and 3
   
1) x + y - z = 4
 
3x + 3y - 3z = 12
Multiply equation 1 by 3
2) x - 2y + 3z = -6
Then combine with equation 2 to get rid of z's
4x + y = 6
 

Now we have two equations with which to use for solving for x or y.
A: 4x + y = 6

B: 3x + 4y = 11

To solve, multiply the equation A by 4 and we can cancel out the y's:

4x + y = 6
Equation A
-16x - 4y = -24
Multiply by -4
3x + 4y = 11
Equation B
-13x = -13
Add equation A and equation B
x = 1
Divide by -13

Now, plug in x = 1 into equation (a) above:

4x + y = 6
 
4 + y = 6
Plug in 1 for x
y = 2
Subtract 4 from both sides


E. Solving for Expressions

Sometimes you don't have to solve for x, but for an expression like x + 3y.
  • If x = (5 - y)/3, what is 3x + y?

Instead of trying to isolate a variable on one side such, you must try to isolate the expression the question wants.

Use any trick at your disposal including the squaring of both sides, taking the root of both sides, multiplying, dividing, etc... You may also factor or distribute one side to help break down the expressions into what the question wants.

If x = (5 - y)/3, what is 3x + y?

x = (5 - y)/3
multiply by 3 to get rid of fraction
3x = 5 - y
+y to get rid of -y
3x + y = 5
you can stop here.


F. Equation Trick Question Types

By now you should have a feel for Mr. GMAT's personality. The GMAT doesn't ask questions that are as simple as just two equations and two variables... no, the test isn't that easy. Instead the GMAT will throw curve ball after curve ball at you.

These types of trick questions are very common on the Data Sufficiency section. They prey on your false assumptions that as long as you have two equations, you have enough information to solve for two variables.



Trick #1: Repeating Equations

Is it possible to solve for x using these equations?

A: 4x + 12y = 24

B: x/3 + 1y = 2

The quick assumption is that the two statements can solve for x. The reality is that, if you look closely, both statements are the same thing: A is simply 12 times B. In reality, you don't have two equations, you simply have two different versions of the same one. This means that the two statements aren't sufficient while normally they would be.


Trick #2: Solve for Three Variables with Two Equations

You need two equations to solve for two variables, right? Three equations can solve for three variables? - not right. The GMAT will specifically use tricks to throw you off.

Can you solve this equation for z?

A: 2x + 4y = 12

B: z/(x + 2y) = 2

Now surely we can't solve for z? There are three variables (x, y, z), yet only two equations?

The reality is that there is a trick here. The 2x + 4y = 12 in equation A may be divided by 2 to make x + 2y = 6 (which is in equation B). The result is that we have z/6 = 2 in statement B. So you have enough information to determine that z = 12.

 


   Algebra Section 2: Complex Expressions with Exponents
Table of Contents  
 

A. Exponents and Multiple Answers
B. Simplifying Bases
C. The Products of Monomials and/or Polynomials
D. Quadratic Equations: Multiplying Binomials
E. Factoring Algebraic Equations


A. Exponents and Multiple Answers
Life is never easy for MBA applicants. One of the GMAT's more difficult tricks is the "dual answer". You would think that a question like x2 = 25 would be simple, but it is not because there are two answers: -5 and +5. Any number raised to an even numbered exponent will always be positive. The reason for this is that -5 × -5 is 25.

 
The "no answer" trick
x
2 + 25 = 0

This is a "trick" statement because there isn't an answer to it. This breaks down into x2 = -25. x2 can't be a negative number.
Therefore, x2 + 25 = 0 can't have a real answer.

Solving for Dual Answers
Absolute value and even exponent equations questions will make any negative value positive, so they require you to construct two possible answers.

  1. Try to isolate the expressions within the absolute value or the even exponent.
  2. Solve for two scenarios, one where the value within the absolute value/even exponent is negative, one where it is positive.
  3. Solve for the negative value by replacing the absolute value with a parenthesis and a negative sign outside of it.

Try to solve this equation for both solutions: 6 - 5|x - 1| = 1

6 - 5|x - 1| = 1

   
-5|x - 1| = -5
Subtract 6 from both sides.
|x - 1| = 1
Divide by -5 from both sides.
Once you have isolated the absolute value, get rid of absolute value sign by creating two scenarios (one negative and one positive).
Set to negative
  Set to positive  
-(x - 1) = 1
Negative scenario
(x - 1) = +1
Add 1
-x + 1 = 1
Minus 1 from both sides
x = 2
 
x = 0
     

6 - 5(x - 1)2 = 1

6 - 5(x - 1)2 = 1

   
-5(x - 1)2 = -5
Subtract 6 from both sides.
(x - 1)2 = 1
Divide by -5 from both sides.
x - 1 = 1
Once you have isolated the terms within the even exponent, get rid of the exponent by taking the root of both sides.
Set to negative
  Set to positive  
- (x - 1) = 1
Add 1 (x - 1) = +1 Add 1
x = 0
  x = 2  

 

B. Simplifying Bases
When you are dealing with exponents on both sides of an equation, try to get terms on the same base or exponent so that you may properly compare them. When the bases are the same and the exponents are variables, you may get rid of the bases and simply solve for the exponents as variables in an equation.

Solve for x:
(9x) = 81x - 1

What a mess! Let's clean this up.
(9x) = 81x - 1


(9x) = (92)x - 1
Set 81 to 92 so the bases are the same.
9x = 92x - 2
Multiply out the x's in the exponents: (9x) = 92x - 2
x = 2x - 2
Since the bases are the same, you may just solve for the exponent values.
x = 2
Minus x from both sides and add 2

 


C. The Products of Monomials and/or Polynomials
A polynomial is an expression in which constants and variables are combined using only addition, subtraction, and multiplication. There are different types of polynomials, such as a binomial, which is a polynomial with two terms such as (x + 3) or (x + a).

To multiply two binomials use F - O - I - L:
First: Multiply the first terms of each binomial.
Outside: Multiply the outside terms (the outer extreme terms of the expression).
Inside: Multiply the inside terms (the inner extreme terms of the expression).
Last: Multiply the last terms of each binomial.
Then combine all the results of FOIL.


Example

(x + 3)(x - 5) =


Solution

   
 
First: (x + 3)(x - 5)
x × x
= x2
Outside: (x + 3)(x - 5)
-5 × x
= -5x
Inside: (x + 3)(x - 5)
3 × x
= 3x
Last: (x + 3)(x - 5)
+3 × -5
= -15
Sum of F + O + I + L
= x2 - 5x + 3x - 15
then combine (-5x and +3x)
= x2 - 2x - 15

E. Factoring Polynomials
If (x + 4)(4x + 4) = 4x2 + 20x + 16, then aren't (x + 4) and (4x + 4) factors of 4x2 + 20x + 16 in the same way that 3 and 2 are factors of 6?

Factor this equation: x2 - 2x - 15

Here we do "reverse FOIL" where we solve for what combination of binomials could be factors.
FIRST:
x2
(x....)(x.....) The first number is easy. It must be the product of two numbers, which in this case are most likely x and x.
LAST:
-15
Possible choices:
a) (-15, 1)
b) (-1, 15),
c) (-3, 5)
d) (3, -5)
We know the product of "last" must multiply to be -15, so we are looking for two factors that multiply to be -15. We have mapped out the possibilities on the left. One of the two numbers must be negative to get (-)15
INSIDE / OUTSIDE:   (3, -5) How do you get possible choices above to sum -2 as the middle value (-2x) in the original equation?
The middle value must be (3, -5). -5x + 3x = -2x.
Thus, (x + 3)(x - 5) must be the binomial solution because FOIL will produce: x2 - 2x - 15.

Common Factoring Shortcuts
There are several algebraic expressions that occur frequently. You should be able to recognize their factors immediately. Here are five common shortcuts.

1.
ax + ay = a(x + y) Basic distribution rule
2.
x2 - y2 = (x + y)(x - y) If a binomial expression that consists of two squares always factors this way:
x2 - y2 = (x - y )(x + y)
This is because the inside (-yx) and outside (+yx) cancel out, so all that's left are the first and last values.
   
3.
x2 + 2xy + y2 = (x + y)2  
4.
x2 - 2xy + y2 = (x - y)2  
5.
x2 + (a + b)x + ab = (x + a)(x + b)


Example

Factor 4x2 - 9



Solution

This is the difference of two perfect squares: (2x)2 and 32.
Using factoring shortcut No.2 [(x2 - y2 = (x + y)(x - y)], we see that:

4x2 - 9 = (2x - 3)(2x + 3)

NOTE: No. 2 is the most common expression that you will need to factor, so learn to recognize it quickly.


 

Example

Factor r2 - 8r + 16

 

 

Solution

The number 16 is 42, so we try type No.4 [x2 - 2xy + y2 = (x - y)2] and observe that:
r2 - 8r + 16 = (r - 4)2


Example

Factor y2 + 6y + 9

 

Solution

The number 9 is 32, so we can use type No.3: [x2 + 2xy + y2 = (x + y)2]:
y2 + 6y + 9 = (y + 3)2

Note: this may also be factored using type No.5. What two numbers add together to give 6 and multiply together to give 9? The answer is 3 and 3 so that:
y2 + 6y + 9 = (y + 3)(y + 3).




D. Quadratic Equations: Solving Binomials
A quadratic equation looks like this: ax2 + bx + c = 0, where a, b, and c are constants.
x2 - 3x - 28 = 0
     
(x - 7)(x + 4) = 0
Factor x2 - 3x - 28. Since we may set (x - 7)(x + 4) = 0, we know that either (x - 7) = 0 or (x + 4) = 0. So you may simply solve for either value.
(x - 7) = 0
x = 7
Set equal to zero and solve.  
(x + 4) = 0
x = -4
Set equal to zero and solve.  
x = -4, 7
This question has two solutions(roots). You can try Plug In with -4 and 7 into the original equation to double check yourself.

x2 + 8x + 16 = 0 is a clear example of a quadratic equation. But, obviously, the Mr. GMAT is rarely so nice as to put it in that friendly form. To solve these equations you will have to take equations and convert them into the standard ax2 + bx + c = 0 format.

Convert the following into the quadratic format: ax2 + bx + c = 0  
1)
2a2 - a = 3
   
2a2 - a - 3 = 0
Subtract 3 from both sides  
       
2)
b = 4b3
   
1 = 4b2
Divide by b  
4b2 - 1 = 0
Subtract 1  
       
3)
10/x = x + 7
   
10 = x2 + 7x
Multiply both sides by x to get rid of the fraction  
x2 + 7x - 10
Subtract 10 to both sides  
   
4)
x3 + x2 - 2x = 0
   
x(x2 + x - 2) = 0
Factor out x.
Note that because you have factored out x, if x = 0, then the equation is solved (it equals 0). So x becomes one of the roots (solutions) of the equation.
 
x(x + 2)(x - 1)
Factor x2 + x - 2 into (x + 2)(x - 1)  

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

Solve for 0 to find the solutions.  
 
x = -2, 1, 0
Solve to get three solutions.
This question has three roots because it is cubed and not squared (which results in only two variables).
 
 
.  
5)
(√a + √b)(√a - √b)
   
 
(a - b)
When you FOIL the radicals cancel out.  
       

 

NOTE: Very Sneaky Unsolvable Equations

Does this equation have a solution?

(x2 - 4x + 4)
= 0
(x - 2)

If you solve the numerator, you get x = 2 (easy enough?). BUT, did you notice the (x - 2) in the denominator? Guess what, if the value is 2, then (x - 2) is ZERO in the denominator! You know what that means.... the answer is U N D E F I N E D. You can't have zero in the denominator.

If you are clever you can find the exception here:

(x2 - 4x + 4)
(x - 2)

Unless Mr. GMAT is pulling another fast one on me, using +2 for x means that (x - 2) in the denominator = 0, which means.....
U N D E F I N E D
.

(x - 2)(x - 2)
(x - 2)
BUT, factor x2 - 4x + 4 into (x - 2)(x - 2) and look what happens....
(x - 2)(x - 2)
(x - 2)
Because we canceled out the (x - 2) in the denominator, guess what? +2 is actually a valid answer and the solution! +2 equals 0 in the numerator and there is no denominator to worry about because we canceled it out.

 

Example

Solve x2 + 4x = 0



Solution

x2 + 4x = 0

 

x(x + 4) = 0
Factor out the x's.
x = 0
x + 4 = 0
This equation is satisfied if either factor is zero.
x = 0, x = -4
 



Example

Solve x2 - 5x + 4 = 0



Solution

x2 - 5x + 4 = 0

 

(x - 4)(x - 1) = 0
Factor out the x's
x - 1= 0
x - 4 = 0
This equation is satisfied if either factor is zero.
x = 1, x = 4
 


Example

Solve 2x - 3 = (4/x) + x.



Solution

2x - 3 = (4/x) + x.

 

2x2 - 3x = 4 + x2
Get rid of that fraction by multiplying both sides by x
x2 - 3x - 4 = 0
Subtract -4 - x2 form by both sides.
(x - 4)(x + 1) = 0
Factor out using reverse FOIL. -4, +1 multiply to -4
x - 4 = 0
x + 1 = 0

Set each factor equal to zero and solve for x:

x = -1, x = 4
 

 

Example

Solve a(a + t) = b2 - bt for t



Solution

 

a(a + t) = b2 - bt.
 
a2 + at = b2 - bt
Distribute to remove the parenthesis from a(a + t).
bt + at = b2 - a2
Add "+ bt" to both sides and "- a2" to the right side.
t(b + a) = b2 - a2

Factor out t in bt + at.

t(b + a) = (b + a)(b - a)
Factor b2 - a2 into two expressions.
t(b + a) = (b + a)(b - a)
Divide both sides bt (b + a)
t = b - a
 

 


   Algebra Section 3: Manipulating Complex Expressions
 
 

A. Division of Algebraic Expressions / Fractions
B. Addition of Algebraic Fractions
C. Inequalities
D. Algebra Word Problems


A. Division of Algebraic Expressions

There are three common divisions that you may be asked to perform.

  1. Division by Monomials
  2. Division by Binomials
  3. Division by Algebraic Fractions.

1. Division by Monomials
When you divide by monomials, try to factor out the monomial in the denominator.

3x + 6ax2 + 15xa2
3x
3x + 6ax2 + 15xa2
3x
Factor 3 out of the numerator and denominator
x + 2ax2 + 5xa2
x
Factor x out of the numerator and denominator
1 + 2ax + 5a2
 

2. Division by Binomials

5x2 - 15x + 10
5x - 10
 
5(x2 - 3x + 2)
5(x - 2)
Factor out 5
5(x2 - 3x + 2)
5(x - 2)
Then cancel out the 5's
(x - 2)(x - 1)
(x - 2)
You may factor out (x2 - 3x + 2) using FOIL.
What two numbers added together give - 3 (the middle value) and when multiplied together give 2? They are -2 and -1. Hence, we factor it into (x - 2)(x - 1)
(x - 2)(x - 1)
(x - 2)
Now you may cancel out the (x - 2)'s.
x - 1
You are left with x - 1.

Example

2m2n - 6mn
2m
 
2m2n
2m
-
6mn
2m
Split up into two parts.
mn - 3n
Cancel out the 2m denominators into the numerators.

3. Dividing Algebraic Fractions

When dividing algebraic fractions:

  1. When dividing, invert the denominator (flip the fraction upside down).
  2. Search for common factors common to both numerator and the inverted denominator.
  3. Cancel factors.
  4. Multiply the numerator by the inverted denominator.
  5. Simplify if possible.

Perform the division:

3a - 4
2 - 3a
3ab - 4b
4 - 9a2
Invert the divisor to make:
4 - 9a2
3ab - 4b

3a - 4
2 - 3a
×
4 - 9a2
3ab - 4b
Factor any factorable expressions. 4 - 9a2 can be factored and so can 3ab - 4b.
4 - 9a2 =
(2 - 3a)(2 + 3a)
3ab - 4b =
b(3a - 4)
3a - 4
2 - 3a
×
(2 - 3a)(2 + 3a)
b(3a - 4)
Factor 4 - 9a2 and 3ab - 4b.

.

3a - 4
2 - 3a

×
(2 - 3a)(2 + 3a)
b(3a - 4)
Cancel out factors:
(3a - 4) and (2 + 3a)
All that's left is....
2 + 3a
b
 

B. Addition of Algebraic Fractions

When adding (or subtracting) algebraic fractions, we proceed as in basic arithmetic:

  1. Find the lowest common denominator (LCD) of the fractions.
  2. Write each fraction using the LCD of the fractions.
  3. Add (or subtract) the numerators.
  4. Simplify and reduce the resulting fraction.

Express as a single fraction:

(2x +1)
2a
-
(x -3)
3a
(3) (3)
(2x +1)
2a
-
(2) (2)
(x -3)
3a
Find the lowest common denominator. The LCD of 2a and 3a is 6a.
(6x +3)
6a
-
(2x - 6)
6a
Multiply by 3 and 2 to get the same common denominator of 6a.
(6x + 3) - (2x + 6)
6a
Combine the fractions.
4x - 3
6a
Combine (6x + 3) - (2x + 6). Simplify the resulting fraction.

 


   Algebra Section 4: Inequalities (Beginner)
 

4. Inequalities

An inequality is simply a comparison of two quantities or expressions.

a < b a is less than b
a < b a is less than or equal to b
a > b a is greater than b
a > b a is greater than or equal to b


5
Greater than
4
 
3
 
2
 
1
 
0
 
-1
 
-2
 
-3
 
-4
 
-5
Less than
If we set up a number line, you can see how numbers are set up for greater than or less than questions.

For example, 4 is greater than -4.

Inequalities and Algebra
The inequality 3x + 2 > x - 6 is solved just as an algebraic equation is solved.

3x + 2 > x - 6
3x > x - 8
Subtract 2 from each side
2x > - 8
Subtract x from each side.
x > -4
Divide by 2. Any number greater than -4 satisfies the inequality.

There are several rules that we must follow when manipulating inequalities:

  • The same number or algebraic expression may be added or subtracted from each side of an inequality.
  • The same positive number (or positive algebraic expression) may multiply or divide each side of an inequality.
  • Both sides of the same type of inequality may be added and the inequality remains.
    (If x < y and w < z, then x + w < y + z).
  • If a negative number (or negative algebraic expression) multiplies or divides each side of an inequality, the inequality sign must be reversed. (Be sure to remember this; it often leads to errors!)
Example

Solve the inequality 2x - 2 > x - 5.


Solution

2x - 2 > x - 5
2x > x - 3
Add 2 to each side
x > - 3
Subtract x from each side.

 

Example

Solve the inequality 3r + 5 > 6r - 7.


Solution

3r + 5 > 6r - 7
3r > 6r - 12
Subtract 5 from each side.
-3r > -12
Subtract 6r from each side.
r < 4
Divide each side by (-3) and reverse the inequality symbol.
(NOTE: You must reverse the inequality symbol because you are dividing by a negative number).


Return to Table of Contents