-
coolguy55220
- Junior | Next Rank: 30 Posts
- Posts: 13
- Joined: Sat Jul 26, 2008 6:32 pm
unfortunately no easy way but to try different options (start from the middle when confronted with a problem that requires trying all combinations).
So, let's take A for example to understand how we do this
f(x) = 1 - x
f(1-x) - 1 - (1-x) = x
thus, f(x) != f(1-x).
now f(x) = x^2(1-x)^2
f(1-x) = (1-x)^2 (1-(1-x))^2 = x^2(1-x)^2
that's why this is the correct option
















