Gmat prep functions

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 117
Joined: Fri Oct 17, 2008 7:41 am

Gmat prep functions

by awilhelm » Mon Jan 26, 2009 9:54 pm
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)

How should I approach these types of problems?
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 160
Joined: Sat Dec 20, 2008 9:12 pm
Thanked: 11 times

Re: Gmat prep functions

by aroon7 » Mon Jan 26, 2009 10:16 pm
awilhelm 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)

How should I approach these types of problems?
substitute x as 1-x in the functions and check if it is equal to function f(x)

a) f(1-x) = 1-(1-x) = -x
b) f(1-x) = 1-(1-x)^2 = 1-(1+x^2 - 2x)
c) f(1-x) = (1-x)^2 - (1-(1-x)^2) = (1+ x^2 -2x) - (1-X^2-1+2x)
d) f(1-x) = (1-x)^2 (1-(1-x))^2 = x^2 (1-x)^2 = f(x)

ans is D

Master | Next Rank: 500 Posts
Posts: 117
Joined: Fri Oct 17, 2008 7:41 am

by awilhelm » Tue Jan 27, 2009 8:06 am
Would you mind showing algebraically how you reduced answer D to arrive at x^2(1-x)^2?

Senior | Next Rank: 100 Posts
Posts: 38
Joined: Tue Jan 27, 2009 10:24 am

by sanjay_dce » Tue Jan 27, 2009 10:49 am
awilhelm wrote:Would you mind showing algebraically how you reduced answer D to arrive at x^2(1-x)^2?
put x = 1-x and hence f(1-x)= (1-x)^2 ( 1-(1-x)) ^2= (1-x)^2 (x)^2 = f(x) hope its clear now

Master | Next Rank: 500 Posts
Posts: 117
Joined: Fri Oct 17, 2008 7:41 am

by awilhelm » Tue Jan 27, 2009 10:50 am
Yes, definitely. My mistake.