CAT 1991 — QA Question 24
Basics (Functions)Easy
If y = f(x) and f(x) = , which of the following is true?
Answer & solution
Correct answer: x = f(y)
- A
f(2x) = f(x) - 1
- B
x = f(2y) - 1
- C
f(1/x) = f(x)
x = f(y)
Solution
y = f(x) =
⇒ y(1 + x) = 1 – x
⇒ y + xy = 1 – x
⇒ x + xy = 1 – y
⇒ x(1 + y) = (1 – y)
⇒ x = = f(y)
Since here, y = f(x) and x = f(y), the given function refleccts on itself.
Hence, option (d).
Related Basics (Functions) questions
- A function can sometimes reflect on itself, i.e. if y = f(x), then x = f(y). Bot…
- Let Y = minimum of {(x + 2), (3 – x)}. What is the maximum value of Y for …