The teacher hasn't uploaded a solution for this question yet.
To check if f is one-one, we assume f(x1) = f(x2) for x1, x2 ∈ A. $$ \frac{x_1 - 2}{x_1 - 3} = \frac{x_2 - 2}{x_2 - 3} $$ Cross-multiplying gives: $$ (x_1 - 2)(x_2 - 3) = (x_2 - 2)(x_1 - 3) $$ $$ x_1x_2 - 3x_1 - 2x_2 + 6 = x_1x_2 - 3x_2 - 2x_1 + 6 $$ Simplifying the equation: $$ -3x_1 - 2x_2 = -3x_2 - 2x_1 $$ $$ x_2 = x_1 $$ Since f(x1) = f(x2) implies x1 = x2, the function is one-one.
To check if f is onto, we set y = f(x) and solve for x in terms of y. $$ y = \frac{x - 2}{x - 3} $$ $$ y(x - 3) = x - 2 $$ $$ xy - 3y = x - 2 $$ $$ xy - x = 3y - 2 $$ $$ x(y - 1) = 3y - 2 $$ $$ x = \frac{3y - 2}{y - 1} $$ For every y ∈ B (where y ≠ 1), there exists a corresponding x ∈ A (where x ≠ 3). Since x is defined for all y ≠ 1, the range of f is B. Thus, the function is onto.
Final Answer: The function f is both one-one and onto (bijective).
AI generated content. Review strictly for academic accuracy.