document.write( "Question 1053875: In a party there are 15members. Each shakes hand with one another \n" ); document.write( "
Algebra.Com's Answer #669067 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
number of handshakes = n(n-1)/2 = 15(14)/2 = 105 \n" ); document.write( "
\n" );