reciprocal of 2 consecutive integers.....

This topic has expert replies
Source: — Problem Solving |

User avatar
Site Admin
Posts: 2567
Joined: Thu Jan 01, 2009 10:05 am
Thanked: 712 times
Followed by:550 members
GMAT Score:770

by DanaJ » Wed Feb 11, 2009 6:53 am
Well, you've got two consecutive integers, with x being the greatest. That means that x -1 is the other one. The reciprocals are 1/x and 1/(x - 1) respectively.
Add 1/x + 1/(x - 1) and you get (x + x - 1)/[x(x - 1)] = (2x - 1)/(x^2 - x).

Master | Next Rank: 500 Posts
Posts: 106
Joined: Wed Feb 04, 2009 6:09 am
Location: Louisville, KY
Thanked: 8 times

by marcusking » Wed Feb 11, 2009 7:00 am
Great job danaj, that really helped me. one question though how did you get the numerator for (x + x - 1)/[x(x - 1)] ?

User avatar
Community Manager
Posts: 1049
Joined: Sun Apr 06, 2008 5:15 pm
Location: Pittsburgh, PA
Thanked: 113 times
Followed by:27 members
GMAT Score:710

by dmateer25 » Wed Feb 11, 2009 7:05 am
marcusking wrote:Great job danaj, that really helped me. one question though how did you get the numerator for (x + x - 1)/[x(x - 1)] ?

1/x + 1/(x - 1)

Once you give these a common denominator you come up with the following:

(x-1)/x(x-1) + x/x(x-1)

Now you can combine them since they have the same denominator

(x - 1 + x) / x(x-1)

(2x-1)/(x^2-x)

Senior | Next Rank: 100 Posts
Posts: 71
Joined: Sat Sep 20, 2008 5:48 am
Thanked: 5 times

by willbeatthegmat » Wed Feb 11, 2009 7:10 am
too good...danaj..u made it look so simple....i think i just didn't understand d question...

Master | Next Rank: 500 Posts
Posts: 106
Joined: Wed Feb 04, 2009 6:09 am
Location: Louisville, KY
Thanked: 8 times

by marcusking » Wed Feb 11, 2009 7:15 am
thanks dmateer25, once I wrote it out on paper it became very obvious.