document.write( "Question 1069630: Ten new friends shake hands with each other once and once only. How many total number of handshakes would there be?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #684829 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Each of 10 friends handshakes with each and all other 9 friends,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and for each two pairs (a,b) and (b,a) we register only ONE handshake.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, we multiply 10 by 9 and then divide by 2.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The outcome is the same as the number of combinations of 10 items taken 2 at a time.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |