document.write( "Question 324197: There are 12 people in a room. Each person will shake hands with everyone else in the room just once. How many total handshakes will there be?\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance for the help! \n" );
document.write( "
Algebra.Com's Answer #232038 by galactus(183)![]() ![]() You can put this solution on YOUR website! For the first person, there will be 11 handshakes. \n" ); document.write( "For the second person, there will be 10 handshakes because that person has \n" ); document.write( "shaken the hand of the first person. \n" ); document.write( "So for the third there will be 9 handshakes and so on and so on.\r \n" ); document.write( "\n" ); document.write( "So there will be 11+10+9+8+7+6+5+4+3+2+1 handshakes.\r \n" ); document.write( "\n" ); document.write( "This is equal to (12*11)/2= 66\r \n" ); document.write( "\n" ); document.write( "If there are n people in the room, then there are n(n-1)/2 handshakes. \n" ); document.write( " \n" ); document.write( " |