take n to equal 10 people, ok
first person can shake 9
second can shake 8 (since one used up before)
third can shake 7 (since shook 1st and 2nd)
so total number will be 9+8+7+6+5+4+3+2+1=45
or in terms of 10, handshakes equals n/2 times n-1
for 9 people it would be 9/2 times 8 = 36
got it? (n/2)*(n-1)
2006-09-11 18:37:10
·
answer #1
·
answered by naked_in_lake 2
·
0⤊
0⤋
answer is n(n-1)/2 if n>=2
if n=2, there is only one handshake and the formula is correct(check by substituting)
Assume the result is true for n=k persons in the room
that is k(k-1)/2 handshakes if there are k persons in the room.
Now assume that a new person comes in the room and shakes hands with the k persons already present in the room
so that now with k+1 persons in the room there are
[ { k(k-1)/2} +k ]handshakes
that is { k(k+1)/2} handshakes (on simplification)
that is { (k+1)[(k+1)-1] / 2} handshakes if there are k+1 persons in the room.
therefore the result is true for n=k+1 provided it is true for n=k.
the result has been proved for n=2. etc. etc.
2006-09-11 20:55:16
·
answer #2
·
answered by qwert 5
·
0⤊
0⤋
2 people A and B : 1 handshake
3 people A, B, C: 3 = 2+1 handshakes
(AB=BA, AC=CA, and BC=CB)
4 people A, B, C, D: 6 = 3+2+1 handshakes
(AB, AC, AD, BC, BD, CD)
5 people A, B, C, D, E: 10 = 4+3+2+1handshakes
(AB, AC, AD, AE, BC, BD, BE, CD, CE, DE)
Continuing in this fashion, it follows that the number of handshakes between n people is :
(n-1) + (n-2) +...+2+1 = n*(n-1)/2
2006-09-11 18:47:24
·
answer #3
·
answered by Gypsy Catcher 3
·
0⤊
0⤋
sum of the natural numbers from 1 to n is n*(n-1)/2 here the sum is from 1 to n-1 so the formula is
(n-1)*(n-2)/2
2006-09-11 20:54:00
·
answer #4
·
answered by more1708_par 2
·
0⤊
0⤋
n to the 2nd power. each person can shake with either hand. as each new person arrives the first person can shake either of the new persons hands with either of their own hands and so on.
2006-09-11 18:32:34
·
answer #5
·
answered by km7574 2
·
0⤊
0⤋
nCr = (n!)/(r!(n - r)!)
or in this case
nC2 = (n!)/(2!(n - 2)!)
or just
nC2 = (n!)/(2(n - 2)!)
so it all depends on the number of people.
2006-09-11 21:04:52
·
answer #6
·
answered by Sherman81 6
·
0⤊
0⤋