You can put this solution on YOUR website! How many one to one correspondences are there between two sets with 5 elements each?
---------------------------------------
1st element can be matched with 5
2nd element can be matched with 4
3rd element can be matched with 3
etc.
----------------------------------
Total number of correspondences = 5*4*3*2*1 = 120
==================================================
Cheers,
Stan H.