document.write( "Question 470814: If 16 people are in a room and they shake hand with everyone else in the room Once, how many hands will be shaken? (bob shaking hands with fred is the same as fred shaking hands bob)
\n" );
document.write( "I know you should use a basic counting theory. my first thought is 16x16.
\n" );
document.write( "I could figure it out if I knew what formula I should use. \n" );
document.write( "
Algebra.Com's Answer #322962 by sudhanshu_kmr(1152) You can put this solution on YOUR website! \n" ); document.write( "It is problem of combination.\r \n" ); document.write( "\n" ); document.write( " Number of ways to select 2 out of n.\r \n" ); document.write( "\n" ); document.write( "nC2 = n!/[2!*(n-2)!]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solution = 16C2 = 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if any doubt, you are welcome to contact me..sudhanshu.cochin@gmail.com \n" ); document.write( " |