Interview Question
Operations Manager Interview
-
AmazonIf in a room there are 10 persons and if each person has to shake hands with all other then total how many hand shakes will be there
Interview Answers
11 Answers
10C2=45
Anonymous on
10(10-1)/2
Anonymous on
simply formulas: n*(n-1)/2 (n-1)*(n/2)
J on
1. n(n-1)/2 2. 10*9/2 3 90/2 4. 45
Anonymous on
should be 90
Tank on
If you say 90 you are including the repetetions. If first person shakes 9 times, the next one requires only 8 shakes. So it goes like, 9, 8 ,7 ,6...1. Can use the formula n*(n-1)/2/. So we get only 45 shake hands. It is similar to no of squares in the chess board. There squares will apply.
Anonymous on
If one person is lefty?
Anonymous on
Lock in 90 thanks
Anonymous on
Forgot 90 Milk Shakes
tank on
"Each other" leaves this very open-ended; that depends on if A shakes with B or A shakes with B & C, OR if A shakes with all the other nine, etc. I would say the answer would have to be one of two: 10 or 100. If each person chooses only one to shake with, it would be ten. IF each person shakes with everyone there, all ten, it would be 100. Since this question is pretty vague, Some people may come to the conclusion that the answer is Either 90 assuming everybody stayed to shake hands with each other meaning the first person shook hands with 9 people and the 2nd person did the same etc etc bringing it to the conclusion that you got 90 handshakes. Another answer towards for people would be 45 being that the first person gave a hand shake to 9 people and then left and then the 2nd person gave a handshake to 8 people n then left etc and etc making it 9+8+7+6+5+4+3+2+1=45.
Case 1: 90, Case 2: 45 on
n(n-1)/2 = 10(10-1)/2 = 45 If there are 10 persons, the first shakes hands nine times, the second eight times (already shook with first person), and so on. In other words, 9+8+7+6+5+4...
Slomoshn on