document.write( "Question 209293: There are five people in the room. Each person shakes the hand of every other person exactly once. How many handshakes are exchanged? \n" ); document.write( "
Algebra.Com's Answer #158245 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
all 5 people shake hands with 4 other people\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "BUT ... Jim shaking hands with Sue is the same as Sue shaking hands with Jim\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so, the total number of handshakes is (5*4)/2 or 10\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is a combination of 5 things taken 2 at a time ... 5C2
\n" ); document.write( "
\n" );