Bunuel
For which of the following functions f is f(y) = f(1-y) for all of y?
(A) f(y) = 3y + 2
(B) f(y) = 1-y^2
(C) f(y) = 4y^2 * (2-2y)^2
(D) f(y) = y/(y-1)
(E) f(y) = y/(y+1)
We can let y = 1, and we are looking for a function in the given choices that makes f(1) = f(0).
A) f(y) = 3y + 2
f(1) = 5 and f(0) = 2
Choice A is not correct.
B) f(y) = 1 - y^2
f(1) = 0 and f(0) = 1
Choice B is not correct.
C) f(y) = 4y^2 * (2-2y)^2
f(1) = 0 and f(0) = 0
Choice C could be correct, but we have to make sure that the last two choices cannot be correct so that C is the only correct answer.
(D) f(y) = y/(y-1)
f(1) is undefined; therefore we cannot reach any conclusions for this function; it could be correct.
(E) f(y) = y/(y+1)
f(1) = 1/2 and f(0) = 0
Choice E is not correct.
We have eliminated every answer choice except C and D. To decide between C and D, let’s take y = 2. The function we are looking for should satisfy f(2) = f(1 - 2) = f(-1).
(C) f(y) = 4y^2 * (2-2y)^2
f(2) = 16 * 4 and f(-1) = 4 * 16
Choice C could be correct.
(D) f(y) = y/(y - 1)
f(2) = 2 and f(-1) = 1/2
Choice D is not correct.
Answer: C