document.write( "Question 204427This question is from textbook
\n" );
document.write( ": At a party, 28 handshakes took place. Each person shook hands exactly once with each of the others present. How many people were at the party.? \n" );
document.write( "
Algebra.Com's Answer #154340 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! a couple of important thoughts ... \n" ); document.write( "___ you don't shake hands with yourself \n" ); document.write( "___ Bill shaking hands with Sue is the same as Sue shaking hands with Bill\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, N people shake hands with N-1 people ___ and half of the handshakes are duplicates\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "28 = N(N-1) / 2 ___ 56 = N(N-1) ___ 8 * 7 = N(N-1) ___ 8 = N\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this can also be evaluated by using nC2 and solving for n \n" ); document.write( " |