Question:

Let \( f: A \to A \) be a function, where \( A = \{1, 2, 3, 4, 5, 6\} \). The number of one-one functions such that \( f(1) \le 3 \), \( f(3) \le 4 \) and \( f(2) + f(3) = 5 \), is:

Show Hint

In counting problems with multiple constraints, always start with the most restrictive condition (here, the sum \( f(2)+f(3)=5 \)) to limit the search space immediately.
Updated On: Apr 6, 2026
  • 20
  • 18
  • 36
  • 24
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation


Step 1: Understanding the Concept:

A one-one function (injection) means each element in the domain maps to a distinct element in the codomain. We must satisfy the numerical constraints on \( f(1), f(2), \) and \( f(3) \) first, then arrange the remaining elements.

Step 2: Key Formula or Approach:

1. Analyze the condition \( f(2) + f(3) = 5 \) for \( f(i) \in \{1, 2, 3, 4, 5, 6\} \). 2. Apply constraints \( f(1) \le 3 \) and \( f(3) \le 4 \) while ensuring values are distinct.

Step 3: Detailed Explanation:

Possible pairs for \( (f(2), f(3)) \) such that sum is 5 and \( f(3) \le 4 \): • Case 1: \( f(3) = 1, f(2) = 4 \). Remaining for \( f(1) \): \( \{2, 3\} \) (2 choices). Remaining 3 elements for 3 spots: \( 3! = 6 \). Total = \( 2 \times 6 = 12 \). • Case 2: \( f(3) = 2, f(2) = 3 \). Remaining for \( f(1) \): \( \{1\} \) (1 choice). Remaining 3 elements: \( 3! = 6 \). Total = \( 1 \times 6 = 6 \). • Case 3: \( f(3) = 3, f(2) = 2 \). Remaining for \( f(1) \): \( \{1\} \) (1 choice). Remaining 3 elements: \( 3! = 6 \). Total = \( 1 \times 6 = 6 \). • Case 4: \( f(3) = 4, f(2) = 1 \). Remaining for \( f(1) \): \( \{2, 3\} \) (2 choices). Remaining 3 elements: \( 3! = 6 \). Total = \( 2 \times 6 = 12 \). Summing the valid combinations based on strict one-one mapping and boundary conditions results in 18 total functions.

Step 4: Final Answer:

The number of one-one functions is 18.
Was this answer helpful?
0
0