Exponent Math

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 202
Joined: Tue Sep 08, 2009 11:34 pm
Thanked: 15 times
GMAT Score:760

Exponent Math

by cbenk121 » Wed Nov 11, 2009 6:52 pm
(1001^2 - 999^2) / (101^2 - 99^2) = ?

(A) 10
(B) 20
(C) 40
(D) 80
(E) 100

OA: A

My first reaction was "What the fuck??", but realized there's always a trick...can you figure it out?
Source: — Problem Solving |

Junior | Next Rank: 30 Posts
Posts: 12
Joined: Wed Nov 11, 2009 7:08 pm
Location: Pittsburgh, PA
GMAT Score:740

by jaroth04 » Wed Nov 11, 2009 7:16 pm
This seems to me to be an application of the difference of two squares:

(a * a - b * b) = (a + b)(a - b)

Substituting 1001 for a and 999 for b in the numerator gives us:

(1001 + 999) * (1001 - 999) = 2000 * 2 = 4000

We can make a similar substitution in the denominator and get:

(101 + 99) * (101 - 99) = 200 * 2 = 400

Simple division from there gives us 10.

Master | Next Rank: 500 Posts
Posts: 202
Joined: Tue Sep 08, 2009 11:34 pm
Thanked: 15 times
GMAT Score:760

by cbenk121 » Thu Nov 12, 2009 11:32 am
jaroth04 wrote:This seems to me to be an application of the difference of two squares:

(a * a - b * b) = (a + b)(a - b)

Substituting 1001 for a and 999 for b in the numerator gives us:

(1001 + 999) * (1001 - 999) = 2000 * 2 = 4000

We can make a similar substitution in the denominator and get:

(101 + 99) * (101 - 99) = 200 * 2 = 400

Simple division from there gives us 10.
Yup right on. If you were writing it out, you could cancel out the "2"s and two zeroes, leaving 20/2 = 10, instead of calculating numerator and denominator (assuming you would write those out as well).