sysysy9898
Bunuel
BN1989
How many different handshakes are possible if six girls are standing on a circle and each girl shakes hands with every other girl except the two girls standing next to her?
(A) 12
(B) 11
(C) 10
(D) 9
(E) 8
Had to count the scenarios, how can you calculte this with combinatorics?
Each girl in a circle shakes hands with 3 other girls (6 minus herself and the two girls standing next to her): 3*6=18, but since this number counts twice one handshake per pair then # handshakes possible is 18/2=9.
Answer: D.
i tried your method only 8 repeats came out from the 6 letters:
abcdef
a-def
b-def
c-def
d-abf (repeats: da db)
e-abc (repeats:ea eb ec)
f-abc (repeats:fa fb fc)
Bunuel Which two letters am I missing?
because the answer to me seems to be 10
sysysy9898You've got incorrect letters next to each of your starting ones. No girl can shake hands with the exact same three girls as any of the others, but you have a, b, and c, each shaking hands with d, e, and f. a can't shake with f and c can't shake with d. Here are the correct groupings using your methodology.
abcdef
a-cde
b-def
c-efa (repeats: ca)
d-fab (repeats: da db)
e-abc (repeats:ea eb ec)
f-bcd (repeats: fb fc fd)