(x^2 + 4x + 4) / (x^2 - 4) = 3
(x+2)^2 / [(x-2)*(x+2) ] = 3
x is not equal to -2 (otherwise we will get 0/0)
thus (x+2)/(x-2)=3
solving, x=4
IMO A
(Algebra) Simple question but I am confused.
This topic has expert replies
Source: Beat The GMAT — Problem Solving |
- cans
- Legendary Member
- Posts: 1309
- Joined: Mon Apr 04, 2011 5:34 am
- Location: India
- Thanked: 310 times
- Followed by:123 members
- GMAT Score:750
If my post helped you- let me know by pushing the thanks button 
Contact me about long distance tutoring!
[email protected]
Cans!!
Contact me about long distance tutoring!
[email protected]
Cans!!
- smackmartine
- Legendary Member
- Posts: 516
- Joined: Fri Jul 31, 2009 3:22 pm
- Thanked: 112 times
- Followed by:13 members
- phanideepak
- Senior | Next Rank: 100 Posts
- Posts: 77
- Joined: Wed Apr 27, 2011 6:13 am
- Location: Hyderabad
- Thanked: 10 times
- Followed by:2 members
- GMAT Score:730
GMAT/MBA Expert
- Anurag@Gurome
- GMAT Instructor
- Posts: 3835
- Joined: Fri Apr 02, 2010 10:00 pm
- Location: Milpitas, CA
- Thanked: 1854 times
- Followed by:523 members
- GMAT Score:770
(x² + 4x + 4) = (x + 2)²Rezinka wrote:Q
If (x^2 + 4x + 4) / (x^2 - 4) = 3 ; then x =
A. 4
B. 2
C. 0
D. -2
E. -4
(x² - 4) = (x - 2)(x + 2)
So, (x² + 4x + 4)/(x² - 4) = (x + 2)²/(x - 2)(x + 2) = (x + 2)/(x - 2)
So, (x + 2)/(x - 2) = 3
x = 2 = 3x - 6
8 = 2x
x = 4
The correct answer is A.
Anurag Mairal, Ph.D., MBA
GMAT Expert, Admissions and Career Guidance
Gurome, Inc.
1-800-566-4043 (USA)
Join Our Facebook Groups
GMAT with Gurome
https://www.facebook.com/groups/272466352793633/
Admissions with Gurome
https://www.facebook.com/groups/461459690536574/
Career Advising with Gurome
https://www.facebook.com/groups/360435787349781/
GMAT Expert, Admissions and Career Guidance
Gurome, Inc.
1-800-566-4043 (USA)
Join Our Facebook Groups
GMAT with Gurome
https://www.facebook.com/groups/272466352793633/
Admissions with Gurome
https://www.facebook.com/groups/461459690536574/
Career Advising with Gurome
https://www.facebook.com/groups/360435787349781/
Also try plugging in the ACs. Often the quickest and simplest method.
Can rule out B & D straightaway (as would otherwise be dividing by 0 which is not allowed).
x=0, means the fraction results in -1 (not 3 as needed), so C is out.
Then just plug in 4 or -4 and decide between them. All the numbers are fairly low, so can probably even do the math in your head.
Can rule out B & D straightaway (as would otherwise be dividing by 0 which is not allowed).
x=0, means the fraction results in -1 (not 3 as needed), so C is out.
Then just plug in 4 or -4 and decide between them. All the numbers are fairly low, so can probably even do the math in your head.
- [email protected]
- Legendary Member
- Posts: 934
- Joined: Tue Nov 09, 2010 5:16 am
- Location: AAMCHI MUMBAI LOCAL
- Thanked: 63 times
- Followed by:14 members
OA iS A...
IT IS TIME TO BEAT THE GMAT
LEARNING, APPLICATION AND TIMING IS THE FACT OF GMAT AND LIFE AS WELL... KEEP PLAYING!!!
Whenever you feel that my post really helped you to learn something new, please press on the 'THANK' button.
LEARNING, APPLICATION AND TIMING IS THE FACT OF GMAT AND LIFE AS WELL... KEEP PLAYING!!!
Whenever you feel that my post really helped you to learn something new, please press on the 'THANK' button.
- [email protected]
- Legendary Member
- Posts: 934
- Joined: Tue Nov 09, 2010 5:16 am
- Location: AAMCHI MUMBAI LOCAL
- Thanked: 63 times
- Followed by:14 members
OA iS A...
IT IS TIME TO BEAT THE GMAT
LEARNING, APPLICATION AND TIMING IS THE FACT OF GMAT AND LIFE AS WELL... KEEP PLAYING!!!
Whenever you feel that my post really helped you to learn something new, please press on the 'THANK' button.
LEARNING, APPLICATION AND TIMING IS THE FACT OF GMAT AND LIFE AS WELL... KEEP PLAYING!!!
Whenever you feel that my post really helped you to learn something new, please press on the 'THANK' button.
-
MBA.Aspirant
- Master | Next Rank: 500 Posts
- Posts: 401
- Joined: Tue May 24, 2011 1:14 am
- Thanked: 37 times
- Followed by:5 members
What if you solved this way?Rezinka wrote:Q
If (x^2 + 4x + 4) / (x^2 - 4) = 3 ; then x =
A. 4
B. 2
C. 0
D. -2
E. -4
(x^2 + 4x + 4) / (x^2 - 4) = 3
x^2 +4x+4 = 3x^2 -12
2x^2 -4x-16=0
x^2 -2x-8=0
(x-4) (x+2)=0
x= 4 or x = -2
how can you choose then? I guess because -2 can't be in the denominator so it's out.
- smackmartine
- Legendary Member
- Posts: 516
- Joined: Fri Jul 31, 2009 3:22 pm
- Thanked: 112 times
- Followed by:13 members
You need not have to stop at this point. In fact you should substitute each value of x into the orignal equation to check its validity.MBA.Aspirant wrote:Rezinka wrote:Q
If (x^2 + 4x + 4) / (x^2 - 4) = 3 ; then x =
A. 4
B. 2
C. 0
D. -2
E. -4
What if you solved this way?
(x^2 + 4x + 4) / (x^2 - 4) = 3
x^2 +4x+4 = 3x^2 -12
2x^2 -4x-16=0
x^2 -2x-8=0
(x-4) (x+2)=0
x= 4 or x = -2
how can you choose then? I guess because -2 can't be in the denominator so it's out.
at x= -2 ,
((-2)^2 + 4x + 4) / ((-2)^2 - 4) = 3 , is undefined as denominator becomes zero. This means x=-2 is not a valid value. Only at x=4 LHS = RHS (left hand side = right hand side)
-
vinayreguri
- Junior | Next Rank: 30 Posts
- Posts: 29
- Joined: Sat May 07, 2011 6:16 am












