Question from Gmat Prep- Help please! 9

This topic has expert replies
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
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

by Anurag@Gurome » Wed Apr 18, 2012 5:51 am
bobdylan wrote:For which of the following functions f is f(x)= f(1-x) for all x?
a) f(x)=1-x
b) f(x)=1-x^2
c) f(x)=x^2-(1-x)^2
d) f(x)= x^2(1-x)^2
e) f(x)= x/1-x

Let us look at each of the options:

(A) f(x) = 1-x
f(1-x) = 1 - (1-x) = x; FALSE

(B) f(x) = 1-x^2
f(1-x) = 1 - (1-x)^2 = 1 - (1 - 2x + x^2) = 2x - x^2; FALSE

(C) f(x) = x^2 - (1-x)^2
f(1-x) = (1-x)^2 - (1 - (1-x))^2 = 1 - 2x + x^2 - (x)^2 = 1 - 2x; FALSE

(D) f(x) = x^2 * (1-x)^2
f(1-x) = (1 - x)^2 * (1 - (1 - x))^2 = (1 - x)^2 * (x)^2; TRUE

(E) f(x) = x/(1-x)
so f(1-x) = (1-x)/(1-(1-x)) = (1-x)/x; FALSE

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

Newbie | Next Rank: 10 Posts
Posts: 4
Joined: Wed Apr 18, 2012 9:41 pm

by IshanGhose » Thu Apr 19, 2012 1:30 am
The long drawn method would be to susbtitute (1-x) for all values of x in each of the given equations and to see if we get the original equation f(x), as has already been shown by Anurag@Gurome.

However, to save time on expanding each equation in its multiples, one can just allocate a value for x. Lets say x = 0, then quickly substituting the same for the values of x, we shall have:

a) f(x) = 1-x = 1-0 = 1; f(1-x) = 1-(1-0)= 0 , therefore False.
b) f(x) = 1-x^2 = 1-0 = 1; f(1-x) = 1 - (1-0)^2= 1-1 = 0, therefore False
c) f(x) = x^2-(1-x)^2 = 0-1 = -1 ; f(1-x) = (1-0)^2 - (1-(1-0))^2 = +1, therefore False
d) f(x) = x^2(1-x)^2 = (0)^2(1)^2 = 0; f(1-x) = (1-x)^2(1-(1-x))^2 = 1^2(0)^2 = 0, therefore True.
e) f(x) = x/(1-x) = 0/1 = 0; f(1-x) = (1-x)/(1-(1-x)) = 1/0 = Infinity, therefore False.

I believe this method of substituting random (but simple) values for x will help in getting the solution faster, since time is a definite constraint in the GMAT exam. The other method of expanding each equation, is however, the most fool-proof method.