Simple one...still pls explain

This topic has expert replies
Source: — Problem Solving |

User avatar
Legendary Member
Posts: 519
Joined: Sat Jan 27, 2007 7:56 am
Location: India
Thanked: 31 times

by Neo2000 » Mon Apr 14, 2008 3:10 am
In place of X you simply substitute (1-X) and see for which of the functions you get the same value that you started off with.

A must do question since the choice doesnt have "None of these" thereby letting you know that one of the options must be the correct answer.

Senior | Next Rank: 100 Posts
Posts: 78
Joined: Thu Dec 06, 2007 4:16 pm
Location: NYC, NY
Thanked: 2 times

by preciousrain7 » Mon Apr 14, 2008 2:42 pm
Neo2000 wrote:In place of X you simply substitute (1-X) and see for which of the functions you get the same value that you started off with.

A must do question since the choice doesnt have "None of these" thereby letting you know that one of the options must be the correct answer.
I'm having a hard time with these problems... can you please show me an example? THANKS!

Senior | Next Rank: 100 Posts
Posts: 72
Joined: Mon Mar 10, 2008 10:29 am
Thanked: 25 times

by tmmyc » Mon Apr 14, 2008 3:47 pm
First, you have to understand what f(1-x) does. As Neo2000 stated, it means every time you see an 'x', substitute it with '(1-x)'.

For example,
f(x) = 1-x

Then
f(1-x) = 1-(1-x) = 1-1+x = x


For this problem, you need find the solution where f(x) and f(1-x) are the same. If you test each answer choice, you will see that D matches that criteria.

f(x) = x^2 * (1-x)^2

f(1-x) = (1-x)^2 * [1-(1-x)]^2
(1-x)^2 * [1-1+x)]^2
(1-x)^2 * x^2
x^2 * (1-x)^2
which is f(x)

Senior | Next Rank: 100 Posts
Posts: 78
Joined: Thu Dec 06, 2007 4:16 pm
Location: NYC, NY
Thanked: 2 times

by preciousrain7 » Sat Apr 19, 2008 11:09 am
tmmyc wrote:First, you have to understand what f(1-x) does. As Neo2000 stated, it means every time you see an 'x', substitute it with '(1-x)'.

For example,
f(x) = 1-x

Then
f(1-x) = 1-(1-x) = 1-1+x = x


For this problem, you need find the solution where f(x) and f(1-x) are the same. If you test each answer choice, you will see that D matches that criteria.

f(x) = x^2 * (1-x)^2

f(1-x) = (1-x)^2 * [1-(1-x)]^2
(1-x)^2 * [1-1+x)]^2
(1-x)^2 * x^2
x^2 * (1-x)^2
which is f(x)
I FINALLY GET IT! Thank YOU!