CAT 1991 — QA Question 11
Basics (Functions)Easy
A function can sometimes reflect on itself, i.e. if y = f(x), then x = f(y). Both of them retain the same structure and form. Which of the following functions has this property?
Answer & solution
Correct answer: y = 2 x + 3 3 x - 2
- A
y =
y =
- C
y =
- D
None of the above
Solution
For each of the given expressions, you may have to simplify and express x in terms of y and hence verify for which one does the form & structure remain the same.
In general, any function of the form y = reflects on to itself as we can rearrange it as
x =
Let us check option (b).
y = f(x)
⇒ y =
⇒ 3xy - 2y = 2x + 3
⇒ 3xy - 2x = 2y + 3
⇒ x(3y - 2) = (2y + 3)
⇒ x =
∴ x = f(y)
Hence, the answer is (b).
Related Basics (Functions) questions
- If y = f(x) and f(x) = ( 1 – x ) ( 1 + x ) , which of the following is tru…
- Let Y = minimum of {(x + 2), (3 – x)}. What is the maximum value of Y for …