InterviewSolution
Saved Bookmarks
| 1. |
There are 15 people in a party. Each shakes hands with each other. What is the total number of handshakes? |
|
Answer» = n(n-1)/2 = 15(14)/2 = 105 handshakes |
|