Assertion :
We are given the function \( f : Z \to Z \) defined by \( f(x) = 3x - 5 \), where \( Z \) is the set of integers. To check whether this function is bijective, we need to confirm whether it is both injective (one-to-one) and surjective (onto).
Step 1: Checking if \( f \) is injective (one-to-one).
A function is injective if different inputs lead to different outputs. In other words, for \( f(x_1) = f(x_2) \), it must follow that \( x_1 = x_2 \).
Given:
\[
f(x_1) = 3x_1 - 5, \quad f(x_2) = 3x_2 - 5
\]
Assume \( f(x_1) = f(x_2) \). Then:
\[
3x_1 - 5 = 3x_2 - 5
\]
Simplifying:
\[
3x_1 = 3x_2 \quad \Rightarrow \quad x_1 = x_2
\]
Since \( x_1 = x_2 \), the function is injective.
Step 2: Checking if \( f \) is surjective (onto).
A function is surjective if for every element \( y \in Z \), there exists an \( x \in Z \) such that \( f(x) = y \).
For any \( y \in Z \), we want to find \( x \in Z \) such that:
\[
f(x) = 3x - 5 = y \quad \Rightarrow \quad 3x = y + 5 \quad \Rightarrow \quad x = \frac{y + 5}{3}
\]
Since \( y \) is an integer and \( 5 \) is an integer, the sum \( y + 5 \) is an integer. For \( x \) to be an integer, \( y + 5 \) must be divisible by 3. This is always true for integer \( y \). Therefore, the function is surjective.
Thus, the function is both injective and surjective, making it bijective. Therefore, Assertion is true.
Reason (R):
Reason (R) states that a function is bijective if it is both surjective and injective. Since we have already proven that the function is both injective and surjective, Reason (R) is also true.
Conclusion:
Since both Assertion and Reason (R) are true and Reason (R) correctly explains why Assertion is true, the correct answer is .