5. How many one-to-one correspondences are there between the sets {a,b,c,d} and {1,2,3,4} if in each sequence
a. b must correspond to 3
b. b must correspond to 3 and d to 4
c. a and c must correspond to even numbers.
a. if A={a,b,c,d} and B={1,2,3,4}, b must correspond to 3, so just to calculate one-to-one correspondences from {a,c,d} to {1,2,4}. use formula (n(B))^((n(A)) = 3^3 = ....