Self Studies

Functions Test 25

Result Self Studies

Functions Test 25
  • Score

    -

    out of -
  • Rank

    -

    out of -
TIME Taken - -
Self Studies

SHARING IS CARING

If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.

Self Studies Self Studies
Weekly Quiz Competition
  • Question 1
    1 / -0
    If $$f(x) = 4x - 3$$ and $$g(x) = x - 4$$, determine which of the following composite function has a value of $$-11$$.
    Solution
    Given, $$f(x)= 4x-3, g(x)=x-4$$
    $$\Rightarrow f(g(2)) = f(-2) = -11$$
    $$\Rightarrow g(f(2))=g(5) = 1$$
    $$\Rightarrow g(f(3)) = g(9) = 5$$
    $$\Rightarrow f(g(3)) = f(-1) = -7$$
    $$\Rightarrow f(g(4)) = f(0) = -3$$
  • Question 2
    1 / -0
    If $$f(x) = x^{2} - 10$$ and $$g(x) = 4x + 3$$, calculate the value of $$f(g(2))$$.
    Solution
    Given, $$f(x)=x^2-10$$ and $$g(x)=4x+3$$
    $$\therefore g(2) = 4 \times 2 + 3 = 8+3 = 11$$
    Then, $$f(g(2)) = f(11) = { 11 }^{ 2 }-10=121-10=111$$
  • Question 3
    1 / -0
    Let f : $$N \rightarrow N$$ defined by $$f(n)=\left\{\begin{matrix}
    \dfrac{n+1}{2} & \text{if }\, n \, \text{is odd} \\
    \dfrac{n}{2} & \text{if}\, n \, \text{is even}
    \end{matrix}\right.$$
    then $$f$$ is.
    Solution
    By substituting values of $$n$$, the elements in the  range  of function are,
    $$\{1,2,3,4,5,6,...............\}$$, i.e. set of all natural number 
    So the range and co-domain are same, ergo function is onto.
    Also $$f(1)=f(2)$$, so the function is many one.

    Hence the given function is many-one and onto
  • Question 4
    1 / -0
    If $$f: R\rightarrow R$$ is defined by $$f(x) = \dfrac {x}{x^{2} + 1}$$, find $$f(f(2))$$
    Solution
    We have, $$f(x)=\dfrac{x}{x^2+1}$$
    So, $$f(2)=\dfrac{2}{2^2+1}=\dfrac{2}{5}$$
    Hence $$f(f(2))=f\left(\dfrac{2}{5}\right)=\dfrac{\frac{2}{5}}{\left(\frac{2}{5}\right)^2+1}=\dfrac{2\cdot 5}{5^2+2^2}=\dfrac{10}{29}$$
  • Question 5
    1 / -0
    If $$f(x) = 3x - 5$$ and $$g(x) = x^2 + 1, f [g(x)] =$$
    Solution
    Given $$f(x) = 3x-5$$ and $$g(x) = {x}^{2}+1$$
    $$\therefore f(g(x)) = f({x}^{2}+1) $$
    $$= 3({x}^{2}+1)-5 $$
    $$= 3{x}^{2}-2$$
  • Question 6
    1 / -0
    If the function $$f : R \rightarrow R$$ is defined by $$f(x) = (x^2+1)^{35} \forall \in R$$, then $$f$$ is
    Solution
    $$f(x)=(x^2+1)^{35}$$

    $$f'(x)=35(x^2+1)^{34}(2x)=70(x^2+1)^{34}x$$

    So for $$x<0,$$ $$f'(x)<0$$ and for $$x>0, f'(x)>0$$

    That means the function is increasing for $$x>0$$ and decreasing for $$x>0$$
    So the function is many one,

    Also the range of $$f(x)$$ is $$[1,\infty)$$ which is not same as codomain
    Hence $$f$$ is into function 

    Therefore option $$C$$ is correct choice
  • Question 7
    1 / -0
    Let $$f(x) = 2^{100}x+1$$
    $$g(x) = 3^{100}x+1$$
    Then the set of real numbers x such that $$f(g(x)) = x$$ is
    Solution
    $$f(g(x)) =2^{100}(3^{100}x+1)+1=x$$

    $$\Rightarrow x(6^{100}-1)=-(1+2^{100})$$

    Clearly there is just one of value of x satisfying this equation. Option B is correct.
  • Question 8
    1 / -0
    If k is a positive constant different from 1, which of the following could be the graph of $$\displaystyle y-x=k(x+y)$$ in the xy-plane?
    Solution
    to predict graph of 
    $$y-x=k(x+y)$$
    $$\Rightarrow y-x=k(x+y)$$
    $$\Rightarrow y-x =kx+ky$$
    $$\Rightarrow y=\left(\dfrac{1+k}{\bot-l}\right)x$$
     we get the equation of form $$y=m$$
    where $$m=\dfrac{\bot+k}{\bot -k}$$
    this graph is a line that passes through the origin.
    (option B ) is the only graph that fulfil the criteria.
  • Question 9
    1 / -0
    The Set $$A$$ has $$4$$ elements and the Set $$B$$ has $$5$$ elements then the number of injective mappings that can be defined from $$A$$ to $$B$$ is
    Solution
    $$\textbf{Step 1: Number of injective function from set A to B.}$$

                    $$\text{Given,}$$

                    $$\text{Number of elements in A is 4}$$

                    $$\& \text{ Number of elements in B is 5 }$$

                    $$\because \text{For injective functions distinct elements has distinct image}$$

                    $$\text{First element of A has 5 choices in B}$$
     
                    $$\text{Second element of A has 4 choices in B}$$

                    $$\text{Third element of A has 3 choices in B}$$

                    $$\text{Last element of A has 2 choices in B}$$

                    $$\text{Total Injective functions = }5\times 4\times 3\times 2$$
                                                                   $$=120$$

    $$\textbf{Hence, Option D is correct.}$$
  • Question 10
    1 / -0
    Let $$f : R\rightarrow R$$ be defined by $$f(x) = \dfrac {1}{x} \ \   \forall  \ x \ \in \ R$$, then $$f$$ is _____
    Solution
    The function $$f(x)=\dfrac{1}{x}$$ is not defined for $$x=0$$

    But in the question, domain is given $$R$$

    Therefore given function is not defined 
Self Studies
User
Question Analysis
  • Correct -

  • Wrong -

  • Skipped -

My Perfomance
  • Score

    -

    out of -
  • Rank

    -

    out of -
Re-Attempt Weekly Quiz Competition
Self Studies Get latest Exam Updates
& Study Material Alerts!
No, Thanks
Self Studies
Click on Allow to receive notifications
Allow Notification
Self Studies
Self Studies Self Studies
To enable notifications follow this 2 steps:
  • First Click on Secure Icon Self Studies
  • Second click on the toggle icon
Allow Notification
Get latest Exam Updates & FREE Study Material Alerts!
Self Studies ×
Open Now