GMAT Tutorial: Tips for Exponents and Roots
Finding and Estimating Square Roots
Exponents and roots are common in the quantitative section of the GMAT for one main reason: most test takers are not adept at manipulating them (multiplying, dividing, factoring, taking roots, and so on). Let’s take a look at some shortcuts to help.
Without using a calculator, find the square root of the perfect square 576.
Most people will use a trial-and-error approach, squaring a bunch of numbers until they hit upon the one that works. A savvier approach is to use benchmarks to zero in on the answer.
202 is 400, and 252 is 625
So the square root of 576 is somewhere between 20 and 25.
Because 576 is a perfect square, the square root is an integer, so the square root is either 21, 22, 23, or 24. The units digit of 576 is 6, so the units digit of its square root must yield a 6 when squared. The units digits 1, 2, and 3 do not yield a 6 when squared; only 4 yields a 6 when squared. The square root must therefore be 24.
What if the number is not a perfect square? We can still use this process to estimate. Let's try 873. This lies between: 252(625), and 302(900).
In fact, 873 is so close to 900 that its root must be very close to 30. We can estimate its root to be approximately 29. Check it on a calculator: the square root is approximately 29.5.
Finding Fourth Roots
All even exponents are squares. Obviously, x2 is a square, but so is x76. How do we know?
Because x76 = (x38) (x38) .
The square root of any even exponent, then, is simply the base raised to half the exponent.
For example: The square root of
is x26, since x26
All we are doing is dividing the exponent by 2. Elaborating on this principle, we can find the fourth root (the square root of the square root) of x52 by dividing the exponent by 4:
is x13 because x52 = (x13) (x13) (x13) (x13)
Okay, suppose we’re asked this question:
if x12 = 2, what is the value of x6?
Well, if x12 = 2, then
Therefore, 
The Difference of Two Squares
What is the "difference of two squares" anyway? Simply put, it is one square minus another:
x2 - y2
Maybe you have vague recollections of this expression from high-school algebra. If so, perhaps you recall that it can be factored in a predictable pattern:
x2 - y2 (x+y) (x-y)
Basically all we are doing is multiplying the sum of the square roots by the difference of the square roots. It is this pattern that interests the GMAT. On a basic level, the GMAT wants to see that we know how to factor the difference of two squares given in a straightforward form such as
x2 - y2
As the exam gets harder, however, we need to be a little more supple in our handling of the difference of two squares.
First, we need to recognize that expressions like x22 - y18 can be treated as the difference of two squares because all even exponents are also squares:
x22 - y18 --> (x11+y9)
We can simplify an expression such as:
by factoring the numerator (top) as the difference of two squares:

Second, we need to recognize that even expressions like x - y can be factored as the difference of two squares: 
Again, all we are doing is multiplying the sum of the square roots by the difference of the square roots. We can use this knowledge to help us simplify expressions such as
by factoring the numerator as the difference of two squares:

Third, we need to recognize that we can use the factored form of the difference of two squares to help simplify expressions such as
(because the GMAT frowns upon radicals in denominators). Since the denominator contains the sum of two radicals, we can multiply top and bottom by the complement (
) to rid the denominator of the radicals:
Tricks with Negative Exponents
First, let's review what a negative exponent represents. It is the reciprocal of the corresponding positive power.
Let's take, for example, x-1. This can also be expressed as
.
If we take x-2, we can express it as
. The GMAT likes to use negative exponents to hide relationships
it wants you to miss.
For example, (x2)(x-2) is not x-4 but rather x0 (remember, when you multiply the same base, you add the exponents), which is equal to 1. How does this come into play on the GMAT?
Consider the following question:
What is the value of (x2 + x-2)2 - (x4 + x-4)?
(A) 0
(B) 1
(C) 2
(D) 3
(E) Cannot be determined
Test-takers who are unfamiliar with negative exponents (and algebra generally) will likely choose A or E, figuring either that (x4 + x-4) is the square of (x2 + x-2) or that because there are only variables in the expression, it cannot have an actual value. Both notions are wrong.
The answer is C:
(x2 + x-2)2 = (x2 + x-2)(x2 + x-2)
=
(x2)(x2) + 2(x2)(x-2) + (x-2)(x-2) = x4 + 2(1) + x-4
Therefore, (x2 + x-2)2 - (x4 + x-4) = x4 + x-4 + 2 - (x4 + x-4) = 2.
The GMAT also likes to use negative exponents to test your understanding of the special properties of numbers such as 1 and -1. For example, x = x-1 is the same as x = 1/x, which is the same as x2 = 1. This has two solutions: 1 and -1.
Also note that x = x-2 is the same as x = 1/x2, which is the same as x3 = 1, which has only one solution: 1.
x = x2, by contrast, has two solutions: 0 and 1.
Keep your eyes open for negative exponents on the exam. Make sure you know how to manipulate them.
Exponents and Consecutive Integers
Let’s say we have an integer x. If we see (x)(x + 1), we know that this is the product of 2 consecutive integers: x and the next integer up. But if we want to be slippery, we can express this relationship as:
x2+x
All we have done is multiply out (x)(x+1), but now it is not as obvious that we are looking at the product of two consecutive integers.
If we multiply x by the next integer down, we get (x - 1)(x). To make the consecutive integer designation less obvious, we can distribute the x:
x2-x
If we continue the pattern with (x - 1)(x)(x + 1), we have three consecutive integers. But, again, if we want to be slippery, we can distribute:
(x2 - x)(x + 1) = x3 + x2 - x2 - x = x3 - x.
Now, x3-x is considerably less recognizable as the product of three consecutive integers.
What use does this have? On the GMAT, these relationships are often used to test our understanding of the concept of odd and even. How?
Consider x2-x, where x is an integer.
This expression must be even. First, we can look at it as an odd integer multiplied by an even integer (remember, all pairs of consecutive integers consist of an even number and an odd number), which will always yield an even integer. Or we can look at x itself:
If x is even, then x2-x is even minus even, which is even. If x is odd, then x2 is odd minus odd, which is even.
These relationships come up much more often in Data Sufficiency than in Problem Solving, for the simple reason that they convey information in a sneaky way. The GMAT uses them as shorthand to see whether you understand the code. When you practice, if you see a particular expression that was used to hide a consecutive relationship, write that down and memorize it as an alternative form. For example, we saw above that
(x-1)(x)(x+1) = x3-x
If we're given: x3-x (and we are told x is an integer) then we also know that we have three consecutive integers!



