Shortcut for long multiplication problem?

This topic has expert replies
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 111
Joined: Thu Jan 31, 2008 4:05 pm
Thanked: 18 times
Followed by:1 members

by xilef » Tue Apr 08, 2008 3:40 pm
(1001^2 - 999^2)/(101^2 - 99^2) = [(1000+1)^2-(1000-1)^2]/[(100+1)^2-(100-1)^2] =

=> (1000^2+2000+1-1000^2+2000-1)/(100^2+200+1-100^2+200-1) =

=> 4000/400 = 10

User avatar
Legendary Member
Posts: 566
Joined: Fri Jan 04, 2008 11:01 am
Location: Philadelphia
Thanked: 31 times
GMAT Score:640

by AleksandrM » Tue Apr 08, 2008 6:33 pm
You can also use an approximation on this problem. Since the final result is not an input for the next step in the problem, you need not obsess over precision.

You can rewrite the problem as the following:

1000(1.001^2 - .999^2)/100(1.01^2 - .99^2)

So from this you see that the only numbers worth looking at are:

1000/100 = 10

Hope this helps.

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 3380
Joined: Mon Mar 03, 2008 1:20 am
Thanked: 2256 times
Followed by:1535 members
GMAT Score:800
jplats wrote:I came across this question on a GMATPrep practice exam. Does anyone know of a shortcut beyond actually multiplying it out?

(1001^2 - 999^2)/(101^2 - 99^2) = ?

[^2 = squared and the answer is 10]
whoa whoa already people.

this is an absolutely classic, canonical presentation of the difference of squares pattern. it's not obscured, hidden, or even rearranged in any way; both the top and the bottom of the fraction are plain differences of squares, in all their glory.

so, ALL of you should be able to come up with the following solution. if you can't, then review the difference of squares formula, x^2 - y^2 = (x+y)(x-y), until you can.

no excuses.

--

top of fraction = (1001 - 999)(1001 + 999) = (2)(2000)
bottom of fraction = (101 - 99)(101 + 99) = (2)(200)

fraction = 2000/200
= 10
Ron has been teaching various standardized tests for 20 years.

--

Pueden hacerle preguntas a Ron en castellano
Potete chiedere domande a Ron in italiano
On peut poser des questions à Ron en français
Voit esittää kysymyksiä Ron:lle myös suomeksi

--

Quand on se sent bien dans un vêtement, tout peut arriver. Un bon vêtement, c'est un passeport pour le bonheur.

Yves Saint-Laurent

--

Learn more about ron

Master | Next Rank: 500 Posts
Posts: 111
Joined: Thu Jan 31, 2008 4:05 pm
Thanked: 18 times
Followed by:1 members

by xilef » Thu Apr 10, 2008 12:36 pm
didn't I use the same method? :wink:

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 3380
Joined: Mon Mar 03, 2008 1:20 am
Thanked: 2256 times
Followed by:1535 members
GMAT Score:800

by lunarpower » Thu Apr 10, 2008 12:41 pm
xilef wrote:didn't I use the same method? :wink:
no, you used the expansion of a perfect square binomial. while that method is certainly viable, it has the following disadvantages vis-a-vis the solution i posted:
* it's not obvious
- meaning that you have to come up with the idea to express 99 as (100-1) and so on.
* it requires a great deal more work
- instead of factoring two differences of squares, both of which are already in canonical form, you have to discover, and then factor, four perfect square trinomials.

with that said, though, two comments:

(1) if you have a method that's going to work, don't hesitate; use it.
- this is super important. xilef's method is not the shortest method available - but it definitely solves the problem, and does so in under two minutes. therefore, if you come up with a method that WILL work, then just use it. NEVER just stare at a problem.
(2) drill the common factoring forms into your head until you can recognize them IMMEDIATELY.
- as stated above
Ron has been teaching various standardized tests for 20 years.

--

Pueden hacerle preguntas a Ron en castellano
Potete chiedere domande a Ron in italiano
On peut poser des questions à Ron en français
Voit esittää kysymyksiä Ron:lle myös suomeksi

--

Quand on se sent bien dans un vêtement, tout peut arriver. Un bon vêtement, c'est un passeport pour le bonheur.

Yves Saint-Laurent

--

Learn more about ron

Master | Next Rank: 500 Posts
Posts: 111
Joined: Thu Jan 31, 2008 4:05 pm
Thanked: 18 times
Followed by:1 members

by xilef » Thu Apr 10, 2008 3:59 pm
thanx :D

User avatar
Senior | Next Rank: 100 Posts
Posts: 94
Joined: Tue Jun 30, 2009 4:51 pm
Thanked: 24 times
Followed by:7 members
GMAT Score:750

by havok » Sat Apr 09, 2011 11:23 am
Wow, I got slapped around when I did this question. I was trying multiply it out and do long division ...