|
Author |
Message |
|
TAGS:
|
|
|
Manager
Joined: 05 Dec 2005
Posts: 92
Location: Manhattan Beach, CA
Followers: 1
Kudos [?]:
0
[0], given: 0
|
How do you handle a question like this?
(x^2001 + x^2002)/(x^2002 - x^2000)
|
|
|
|
|
|
|
Director
Joined: 19 Feb 2005
Posts: 508
Location: Milan Italy
Followers: 1
Kudos [?]:
2
[0], given: 0
|
just collect
x^2001(x+1) for the numerator
x^2000(x^2-1) for the denominator
simplify to get x/(x-1)
_________________
Please allow me to introduce myself: I'm a man of wealth and taste
|
|
|
|
|
|
VP
Joined: 28 Mar 2006
Posts: 1396
Followers: 1
Kudos [?]:
14
[0], given: 0
|
consultinghokie wrote: How do you handle a question like this?
(x^2001 + x^2002)/(x^2002 - x^2000)
Use componendo/dividendo
c/d = c+d/c-d
using the same principle above
(x^2001 + 2*x^2002 - x^2000)/(x^2001 + x^2000)
x^2000(x+2*x^2 -1)/x^2000(x+1)
(2x-1)(x+1)/(x+1) = 2x-1
|
|
|
|
|
|
GMAT Club Legend
Joined: 07 Jul 2004
Posts: 5134
Location: Singapore
Followers: 9
Kudos [?]:
89
[0], given: 0
|
Solve by taking out common factors:
(x^2001 + x^2002)/(x^2002 - x^2000)
= (x^2001)(1+x)/(x^2000)(x^2-1)
= x^2(1+x)/(x+1)(x-1)
= x^2/(x-1)
|
|
|
|
|
|
Manager
Joined: 05 Dec 2005
Posts: 92
Location: Manhattan Beach, CA
Followers: 1
Kudos [?]:
0
[0], given: 0
|
so we have three different answers. maybe this wasn't such an easy problem.
|
|
|
|
|
|
Intern
Joined: 04 May 2006
Posts: 49
Followers: 0
Kudos [?]:
0
[0], given: 0
|
taking x^2001 common from numerator leaves, (x+1)
taking x^2000 from denominator leaves, (x^2-1) i.e. (x+1)(x-1)
cancelling x^2000 & (x+1) from numerator & denominator, it leaves us with
x/(x-1)
_________________
If A equals success, then the formula is: A = X + Y + Z, X is work. Y is play. Z is keep your mouth shut.
Albert Einstein
|
|
|
|
|
|
Director
Joined: 24 Oct 2005
Posts: 666
Location: London
Followers: 1
Kudos [?]:
6
[0], given: 0
|
I am getting x/(x-1)
|
|
|
|
|
|
Manager
Joined: 05 Dec 2005
Posts: 92
Location: Manhattan Beach, CA
Followers: 1
Kudos [?]:
0
[0], given: 0
|
what do you think the difficulty rating of a question like this is?
|
|
|
|
|
|
Manager
Joined: 23 Jan 2006
Posts: 199
Followers: 1
Kudos [?]:
0
[0], given: 0
|
consultinghokie wrote: what do you think the difficulty rating of a question like this is?
I'd say this is a harder question. Maybe not the hardest but i woauld say Quant 46+ level...
Agree? Disagree?
|
|
|
|
|
|
Director
Joined: 24 Oct 2005
Posts: 666
Location: London
Followers: 1
Kudos [?]:
6
[0], given: 0
|
kook44 wrote: consultinghokie wrote: what do you think the difficulty rating of a question like this is? I'd say this is a harder question. Maybe not the hardest but i woauld say Quant 46+ level... Agree? Disagree?
I doubt it. I think it is easy/medium group.
I know there are different answers to this qtn. But that is only bcoz of carelessness. Not bcoz the qn is difficult.
|
|
|
|
|
|
Manager
Joined: 05 Dec 2005
Posts: 92
Location: Manhattan Beach, CA
Followers: 1
Kudos [?]:
0
[0], given: 0
|
i guess difficulty is all relative - who knows how ETS assigns "value" to the questions
|
|
|
|
|
|
Manager
Joined: 14 Mar 2006
Posts: 217
Followers: 1
Kudos [?]:
2
[0], given: 0
|
gettig x(x-1), nice question.
|
|
|
|
|
|
Senior Manager
Joined: 29 Jun 2005
Posts: 405
Followers: 1
Kudos [?]:
14
[0], given: 0
|
agree
x^2001(1+x)/x^2000(x^2-1)=x/(x-1)
|
|
|
|
|
|
Director
Joined: 10 Oct 2005
Posts: 732
Location: Madrid
Followers: 3
Kudos [?]:
10
[0], given: 0
|
(x^2001 + x^2002)/(x^2002 - x^2000)=
x^2001(X+1)/x^2000(X^2-1)=x(x+1)/(x-1)*(x+1)=x/(x-1)
_________________
IE IMBA 2010
|
|
|
|
|
|
Director
Joined: 10 Oct 2005
Posts: 732
Location: Madrid
Followers: 3
Kudos [?]:
10
[0], given: 0
|
ywilfred wrote: Solve by taking out common factors:
(x^2001 + x^2002)/(x^2002 - x^2000)
= (x^2001)(1+x)/(x^2000)(x^2-1)
= x^2(1+x)/(x+1)(x-1)
= x^2/(x-1) should be x(1+x)/(x+1)*(x-1)
_________________
IE IMBA 2010
|
|
|
|
|
|
Manager
Joined: 13 Dec 2005
Posts: 226
Location: Milwaukee,WI
Followers: 1
Kudos [?]:
6
[0], given: 0
|
consultinghokie wrote: what do you think the difficulty rating of a question like this is?
simple easy bin question 34-40 level ..just my opinion . who knows what they think .
|
|
|
|
|
|
Intern
Joined: 17 Feb 2006
Posts: 38
Followers: 0
Kudos [?]:
0
[0], given: 0
|
One more for x/x-1 using factorization
|
|
|
|
|
|
VP
Joined: 06 Jun 2004
Posts: 1067
Location: CA
Followers: 2
Kudos [?]:
12
[0], given: 0
|
thearch wrote: just collect
x^2001(x+1) for the numerator x^2000(x^2-1) for the denominator
simplify to get x/(x-1)
_________________
Don't be afraid to take a flying leap of faith.. If you risk nothing, than you gain nothing...
|
|
|
|
|
|
Director
Joined: 08 Jun 2004
Posts: 505
Location: Europe
Followers: 1
Kudos [?]:
6
[0], given: 0
|
Definitely the answer is x/(x-1).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|