Ben Ku Wrote:When you have function questions, just plug in for x whatever is in the parentheses. For example, if f(x) = x^2 - 2x + 1, and you're finding f(2), then plug in 2 everywhere you see x: (2)^2 - 2(x) + 1.
It's the same thing here. You're given f(x); to find f(1-x), plug into each function "1 - x" wherever you see "x".
(A) f(x) = 1-x
so f(1-x) = 1 - (1-x) = x
(B) f(x) = 1-x^2
so f(1-x) = 1 - (1-x)^2 = 1 - (1 - 2x + x^2) = 2x - x^2
(C) f(x) = x^2 - (1-x)^2
so f(1-x) = (1-x)^2 - (1 - (1-x))^2 = 1 - 2x + x^2 - (x)^2 = 1 - 2x
(D) f(x) = x^2 * (1-x)^2
so f(1-x) = (1 - x)^2 * (1 - (1 - x))^2 = (1 - x)^2 * (x)^2
(E) f(x) = x/(1-x)
so f(1-x) = (1-x)/(1-(1-x)) = (1-x)/x
Hope that helps.
Ok. I got baffled in this Q during my test. Here's what I did:
D. f(x) = x^2 *(1-x)^2
So, f(1-x) = (1-x)^2 * [1-(1-x)]^2
= (1-2x - x^2) * [x]^2
= x^2 - 2X^3 - X^4
And i believe this is no where, close to the function. So where did I go wrong here, can anybody help me out?