Question 466204
A = {a, b, c, d} and B = {1, 2, 3, 4}, how many different one-to-one correspondences 
can be made? 4
I answered four but I don't know if my above answer is correct?
===============
a can be matched with 4 choices
b can be matched with 4 choices
c same
d same
---
# of possible one-to-one matces = 4^4 = 256
================
Cheers,
Stan H.