document.write( "Question 466204:  If A = {a, b, c, d} and B = {1, 2, 3, 4}, how many different one-to-one correspondences     
\n" );
document.write( "    can be made? 4
\n" );
document.write( "I answered four but I don't know if my above answer is correct? \n" );
document.write( "
| Algebra.Com's Answer #319522 by stanbon(75887)      You can put this solution on YOUR website! A = {a, b, c, d} and B = {1, 2, 3, 4}, how many different one-to-one correspondences \n" ); document.write( "can be made? 4 \n" ); document.write( "I answered four but I don't know if my above answer is correct? \n" ); document.write( "=============== \n" ); document.write( "a can be matched with 4 choices \n" ); document.write( "b can be matched with 4 choices \n" ); document.write( "c same \n" ); document.write( "d same \n" ); document.write( "--- \n" ); document.write( "# of possible one-to-one matces = 4^4 = 256 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |