Analyzing the Setup
We are given two sets: A={1,3,7,9,11} and B={2,4,5,7,8,10,12}. We aim to construct a one-one function f:A→B subject to the specific constraint f(1)+f(3)=14.
The set A contains 5 elements, and the set B contains 7 elements. A one-one function ensures that each element in A maps to a unique element in B.
The Constraint
To satisfy f(1)+f(3)=14, we identify pairs (x,y) from set B such that their sum is 14. Scanning B={2,4,5,7,8,10,12}, we find the following pairs:
(2,12), (4,10), and (7,7).
The One-One Trap
The condition that f is a one-one function is critical. If we were to select the pair (7,7), we would have f(1)=7 and f(3)=7.
Since f(1)=f(3), this violates the definition of an injective function. Therefore, we must exclude the pair (7,7) from our considerations.
This leaves us with two valid pairs: (2,12) and (4,10). Because the inputs 1 and 3 are distinct, the order within these pairs matters.
For each pair, there are
2 possible assignments (e.g.,
f(1)=2,f(3)=12 or
f(1)=12,f(3)=2). With
2 valid pairs, the total number of ways to map
1 and
3 is:
2×2=4
The Remaining Journey
After mapping 1 and 3, we must map the remaining elements of A, which are {7,9,11}. There are 3 elements remaining in A.
Since 2 elements from B have already been used, we have 7−2=5 elements remaining in B. We must map 3 elements from A to 5 elements in B injectively.
This is calculated using the permutation formula
nPr=(n−r)!n!:
5P3=(5−3)!5!=2120=60
Final Calculation
By the Fundamental Counting Principle, we multiply the number of ways to satisfy the constraint by the number of ways to map the remaining elements.
The total number of such functions is:
4×60=240
The total number of one-one functions f:A→B satisfying the given condition is 240.