document.write( "Question 920351: Tom is leading a workshop for 26 people. He wants each person to meet every other person (shake hands once). How many handshakes occur? \n" ); document.write( "
Algebra.Com's Answer #558333 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! Total no of person = 26 \n" ); document.write( " every person has to meet the other person only once. \n" ); document.write( "so every shake hand consist of one possible combination \n" ); document.write( " total no of combinations that can be possible with 26 people = 26 c 2 \n" ); document.write( " =(26*25)/(2*1) \n" ); document.write( " =13*25 \n" ); document.write( " =325 \n" ); document.write( " so, total no of shake hands occur =325 \n" ); document.write( " |