Big Number Problems

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 52
Joined: Sat Aug 14, 2010 9:24 pm

Big Number Problems

by vongdn » Sat Oct 02, 2010 10:33 pm
(1001^2 - 999^2) / (101^2 - 99^2) = ?

What is the best way to solve for this, I can't seem to find methods for stuff like this besides trying to work it all out by hand which I'm sure is not the right solution.
Source: — Problem Solving |

Legendary Member
Posts: 1119
Joined: Fri May 07, 2010 8:50 am
Thanked: 29 times
Followed by:3 members

by diebeatsthegmat » Sat Oct 02, 2010 10:38 pm
vongdn wrote:(1001^2 - 999^2) / (101^2 - 99^2) = ?

What is the best way to solve for this, I can't seem to find methods for stuff like this besides trying to work it all out by hand which I'm sure is not the right solution.
solve it with a^2-b^2=a+b)(a-b)
you will get the answer

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Sun Oct 03, 2010 3:49 am
vongdn wrote:(1001^2 - 999^2) / (101^2 - 99^2) = ?

What is the best way to solve for this, I can't seem to find methods for stuff like this besides trying to work it all out by hand which I'm sure is not the right solution.
Always be on the lookout for the following quadratic identities:

(x+y)^2 = x^2 + 2xy + y^2
(x-y)^2 = x^2 - 2xy + y^2
(x+y)(x-y) = x^2 - y^2


The problem above is testing the last identity in the list above, just in reverse order:

x^2 - y^2 = (x+y)(x-y)

Thus:

(1001^2 - 999^2) / (101^2 - 99^2)
= (1001+999)(1001-999)/(101+99)(101-99)
= (2000*2)/(200*2)
=10

Remember that the GMAT is NOT an arithmetic test. If you find yourself doing some long, involved arithmetic calculation, you're likely missing a "trick" that will allow you to solve more easily.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

Master | Next Rank: 500 Posts
Posts: 268
Joined: Wed Mar 17, 2010 2:32 am
Thanked: 17 times

by this_time_i_will » Sun Oct 03, 2010 7:01 am
[(1000+1)^2-(1000-1)^2]/(100+1)^2-(100-1)^2 = (2000+2000)/(200+200) = 10