function malfunction

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 79
Joined: Mon Feb 13, 2012 3:02 pm
Thanked: 2 times
Followed by:3 members

function malfunction

by jzw » Sat Mar 03, 2012 12:03 pm
I don't get what I'm not getting. I do understand the concept of functions, they don't "scare me" per se, but I can't understand why the answer choice is D and not A. Meaning, doesn't 1/1/6 become 6? Because you multiply the numerator and denominator by 6/1 in order to get rid of the 1/ ?
Attachments
photo.PNG
Source: — Problem Solving |

User avatar
Newbie | Next Rank: 10 Posts
Posts: 9
Joined: Wed Aug 10, 2011 3:40 pm

by bajjuri6 » Sat Mar 03, 2012 12:27 pm
I think it may be easier if you tear up the problem into smaller bits. For this particular one, you must find g(2) and g(x) first. g(x) is given.

=> 1/g(x) = (x - 1) / (x^2 + 2)

g(2) = ((2^2) + 2)/(2-1) = 6

=> 1/g(2) = 1/6

So, 1/g(2) * 1/g(x) = (1/6) * (x-1)/(x^2 + 2)

So, the 6 must be in the denominator. Hope this helps.

Senior | Next Rank: 100 Posts
Posts: 79
Joined: Mon Feb 13, 2012 3:02 pm
Thanked: 2 times
Followed by:3 members

by jzw » Sat Mar 03, 2012 12:46 pm
thanks for the response. i realized somewhere between my post and you're response that it was just careless math on my part which contributed to the error. thanks!

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 » Sat Mar 03, 2012 12:49 pm
jzw wrote:I don't get what I'm not getting. I do understand the concept of functions, they don't "scare me" per se, but I can't understand why the answer choice is D and not A. Meaning, doesn't 1/1/6 become 6? Because you multiply the numerator and denominator by 6/1 in order to get rid of the 1/ ?
Let x=2.
Then g(x) = g(2) = (2² + 2)/(2-1) = 6.
Thus, 1/(g(2)) * 1/(g(x)) = 1/6 * 1/6 = 1/36. This is our target.

Now we plug x=2 into the answers to see which yields our target of 1/36.
Only answer choice D works:
(x-1) / 6(x²+2) = (2-1) / 6(2²+2) = 1/36.

The correct answer is D.
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

Senior | Next Rank: 100 Posts
Posts: 79
Joined: Mon Feb 13, 2012 3:02 pm
Thanked: 2 times
Followed by:3 members

by jzw » Sat Mar 03, 2012 5:01 pm
GMATGuruNY wrote:Thus, 1/(g(2))= 1/6
REALLY happy to do plugging in here instead of solving "normally". But how is 1/(g(2)) = 1/6 ?

I get everything else - just this part is messing me up. I would have thought this becomes 12 (6 x 2). What am I missing? Thanks again, in advance.

User avatar
Junior | Next Rank: 30 Posts
Posts: 15
Joined: Wed Dec 05, 2012 3:24 pm
Thanked: 3 times

by alexander.vien » Mon Jan 21, 2013 5:34 pm
If you think the answer choice is A, then I think the step that you're missing is on the second function, 1/g(x).

When we plug in (x^2+2)/(x-1) into 1/g(x) it's equivalent to division, so we must flip the expression and multiply it by 1 (also known as taking the reciprocal). Thus, we have (x-1)/(x^2+2).

To get 1/g(2) we must simply plug in 2 into the expression and then put a 1 over the result. So,

(2^2 + 2)/(2-1) = 6

So, g(2) = 6

Putting all this information together, 1/6 * (x-1)/(x^2+2) = (x-1)/6(x^2+2)

Answer choice D

Senior | Next Rank: 100 Posts
Posts: 56
Joined: Mon Sep 17, 2012 12:27 pm
Thanked: 13 times
Followed by:1 members
GMAT Score:710

by buzzdeepak » Tue Jan 22, 2013 11:20 am
g(2) = 6 (substituting x = 2 in the given equation)

Therefore, 1/g(2) * 1/g(x) = 1 / 6 * (x-1) / (x^2 + 2) = (x-1) / (6*(x^2 + 2))

Remember that both are reciprocals of the original equation. I think that's the only catch.

(Another method is compute g(2)*g(x) = 6 * given function and take reciprocal.)
Hope this helps...