Question:medium

Let $f: R \rightarrow R$ be defined by $f(x) = 5^{|x|} + \text{sgn}(5^{-x})$, where sgn x denotes signum function of x. Then f is

Show Hint

To test if a function is one-one, check if $f(x_1) = f(x_2)$ implies $x_1 = x_2$. A quick way is to find a counterexample, like $f(a) = f(-a)$ for functions involving $|x|$ or $x^2$. To test for onto, find the range of the function and compare it with the given co-domain.
Updated On: Mar 30, 2026
  • one-one but not onto
  • onto but not one-one
  • both one-one and onto
  • neither one-one nor onto
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0