Comprehension
If $f(x) = 2x + 3$ and $g(x) = \frac{x - 3}{2}$, then
Question: 1

$f \circ g(x)$ is equal to:

Show Hint

When functions are inverses of each other, $f(g(x)) = g(f(x)) = x$. Always check if $f$ and $g$ are inverses by solving $f(g(x))$ and $g(f(x))$.
Updated On: Aug 5, 2025
  • $1$
  • $g \circ f(x)$
  • $\frac{15x + 9}{16x - 5}$
  • $\frac{1}{x}$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

We are given: \[ f(x) = 2x + 3, \quad g(x) = \frac{x - 3}{2} \] We need to find $f(g(x))$, which by definition means: \[ f(g(x)) = 2 \cdot g(x) + 3 \] Substitute $g(x) = \frac{x - 3}{2}$: \[ f(g(x)) = 2 \cdot \frac{x - 3}{2} + 3 \] The $2$ in numerator and denominator cancel: \[ f(g(x)) = (x - 3) + 3 \] \[ f(g(x)) = x \] So $f(g(x))$ is just $x$. Now, let us compute $g(f(x))$: \[ g(f(x)) = \frac{f(x) - 3}{2} = \frac{(2x + 3) - 3}{2} = \frac{2x}{2} = x \] We see that $f \circ g(x) = g \circ f(x) = x$. Therefore, $f \circ g(x)$ is equal to $g \circ f(x)$.
Was this answer helpful?
0
0
Question: 2

For what value of $x$, $f(x) = g(x - 3)$?

Show Hint

When equating $f(x)$ to $g(x - a)$, replace carefully and solve step-by-step. Always check your result by substituting back into the original condition.
Updated On: Aug 5, 2025
  • $-3$
  • $\frac{1}{4}$
  • $-4$
  • None of these
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

We are given: \[ f(x) = 2x + 3, \quad g(x) = \frac{x - 3}{2} \] The condition is: \[ f(x) = g(x - 3) \] Step 1 — Left-hand side: \[ f(x) = 2x + 3 \] Step 2 — Right-hand side: Replace $x$ by $(x - 3)$ in $g(x)$: \[ g(x - 3) = \frac{(x - 3) - 3}{2} = \frac{x - 6}{2} \] Step 3 — Equation: \[ 2x + 3 = \frac{x - 6}{2} \] Multiply through by $2$: \[ 4x + 6 = x - 6 \] \[ 4x - x = -6 - 6 \] \[ 3x = -12 \] \[ x = -4 \] Wait, but -4 is an option (C), not (B). Let’s check calculation — oh, correct, the computed answer is $-4$. So option (C) is correct, not (B).
Was this answer helpful?
0
0
Question: 3

What is the value of $(g \circ f \circ g \circ f \circ g \circ f \circ g \circ f)(x) \cdot (f \circ g \circ f \circ g)(x)$?

Show Hint

When functions are inverses, long chains of compositions simplify drastically — each $(f \circ g)$ or $(g \circ f)$ reduces to $x$.
Updated On: Aug 5, 2025
  • $x$
  • $x^2$
  • $\frac{5x + 3}{4x - 1}$
  • $\frac{(x + 3)(5x + 3)}{(4x - 5)(4x - 1)}$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

We already know from Q87 that $f$ and $g$ are inverses, meaning: \[ f \circ g = g \circ f = x \] Let’s compute $(g \circ f)$ once: \[ g(f(x)) = x \] Similarly $(f \circ g)(x) = x$.
Now $(g \circ f \circ g \circ f \circ g \circ f \circ g \circ f)(x)$ — notice that $(g \circ f)$ appears four times. Since each $(g \circ f)$ equals $x$, the whole composition equals $x$.
Similarly, $(f \circ g \circ f \circ g)(x)$ has $(f \circ g)$ twice, which also equals $x$.
Thus: \[ \text{First part} = x, \quad \text{Second part} = x \] Multiplying: \[ x \cdot x = x^2 \] Hence the answer is $x^2$.
Was this answer helpful?
0
0
Question: 4

What is the value of $f \circ (f \circ g) \circ (g \circ f)(x)$?

Show Hint

Always start simplifying compositions from the innermost parentheses. If functions are inverses, many layers will collapse to $x$.
Updated On: Aug 5, 2025
  • $x$
  • $x^2$
  • $2x + 3$
  • $\frac{x + 3}{4x - 5}$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

We simplify from the inside: - $(f \circ g)(x) = x$ (since $f$ and $g$ are inverses)
- $(g \circ f)(x) = x$ (also true)
So inside the big composition: \[ f \circ (f \circ g) \circ (g \circ f)(x) = f \circ (f \circ g)(x) \] But $(f \circ g)(x) = x$, so this is just: \[ f(x) \] And $f(x) = 2x + 3$. Thus the answer is $2x + 3$.
Was this answer helpful?
0
0