-
teejaycrown
- Senior | Next Rank: 100 Posts
- Posts: 30
- Joined: Sun Oct 14, 2012 1:34 pm
- Followed by:1 members
Let us look at each of the options:teejaycrown wrote:For which of the follwoing 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
(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.












