Four married couples attend a party. Each person shakes hands with every other person, except their own spouse, exactly once. How many handshakes?counting hands shakePuzzle - In how many pairings can 25 married couples dance when exactly 7 men dance with their own wives?Graph Theory number of handshakes of couplesHandshakes in a partyHow many mixed double pairs can be made from 7 married couples provided that no husband and wife plays in a same set?In how many ways can 10 married couples line up for a photograph if every wife stands next to her husband?How many ways are there to order $n$ women and $n$ men in circleFinding the number of combinations.Round table combinatoricsNumber of handshakes - exclusion apporach

How could a scammer know the apps on my phone / iTunes account?

What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?

What is a ^ b and (a & b) << 1?

PTIJ: Who should I vote for? (21st Knesset Edition)

Why is the President allowed to veto a cancellation of emergency powers?

How do you talk to someone whose loved one is dying?

As a new Ubuntu desktop 18.04 LTS user, do I need to use ufw for a firewall or is iptables sufficient?

Do I need to be arrogant to get ahead?

Do I need life insurance if I can cover my own funeral costs?

Fastest way to pop N items from a large dict

What is the meaning of まっちろけ?

Why do tuner card drivers fail to build after kernel update to 4.4.0-143-generic?

Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?

Can I use USB data pins as a power source?

Brexit - No Deal Rejection

Violin - Can double stops be played when the strings are not next to each other?

Are ETF trackers fundamentally better than individual stocks?

Is a party consisting of only a bard, a cleric, and a warlock functional long-term?

Happy pi day, everyone!

Python if-else code style for reduced code for rounding floats

I got the following comment from a reputed math journal. What does it mean?

Non-trivial topology where only open sets are closed

How are passwords stolen from companies if they only store hashes?

How could an airship be repaired midflight?



Four married couples attend a party. Each person shakes hands with every other person, except their own spouse, exactly once. How many handshakes?


counting hands shakePuzzle - In how many pairings can 25 married couples dance when exactly 7 men dance with their own wives?Graph Theory number of handshakes of couplesHandshakes in a partyHow many mixed double pairs can be made from 7 married couples provided that no husband and wife plays in a same set?In how many ways can 10 married couples line up for a photograph if every wife stands next to her husband?How many ways are there to order $n$ women and $n$ men in circleFinding the number of combinations.Round table combinatoricsNumber of handshakes - exclusion apporach













2












$begingroup$


My book gave the answer as 24. I thought of it like this:



You have four pairs of couples, so you can think of it as M1W2, M2W2, M3W3, M4W4, where
M is a man and W is a woman. M1 has to shake 6 other hands, excluding his wife. You have to do this 4 times for the other men, so you have 4 * 6 handshakes, but in my answer you are double counting. How do I approach this?










share|cite|improve this question









$endgroup$











  • $begingroup$
    In your answer, you both overcounted and undercounted, and incidentally these happened to cancel out and give you the correct answer without having to do anything further. You did $4 times (textHandshakes done by the men)$, which overcounted the man-man handshakes, but left out the woman-woman handshakes.
    $endgroup$
    – M. Vinay
    1 hour ago










  • $begingroup$
    And that's easily fixed by counting all such handshakes in the same way, not just those done by men, so you get $48$. And now, as you said, you have indeed double-counted. But if you know it's exactly double counting, you can get the answer by halving it!
    $endgroup$
    – M. Vinay
    1 hour ago










  • $begingroup$
    I recommend when you have a problem like this you can't solve, try solving an easier version first, like only 2 couples and anything goes.
    $endgroup$
    – DanielV
    1 hour ago










  • $begingroup$
    Only person #1 has to shake hands 6 times, person #2 has already shaken hands with Person #1, so he only has to shake hands with 5 people. So the answer becomes 6+5+4+3+2+1, or 21. So Yes, I believe 21 is correct, to prevent double counting.
    $endgroup$
    – Issel
    1 hour ago










  • $begingroup$
    @Issel No, Person #2 being the spouse of Person #1, also has to shake hands with $6$ people, and so on, so it's $6 + 6 + 4 + 4 + 2 + 2 + 0 + 0 = 24$.
    $endgroup$
    – M. Vinay
    51 mins ago















2












$begingroup$


My book gave the answer as 24. I thought of it like this:



You have four pairs of couples, so you can think of it as M1W2, M2W2, M3W3, M4W4, where
M is a man and W is a woman. M1 has to shake 6 other hands, excluding his wife. You have to do this 4 times for the other men, so you have 4 * 6 handshakes, but in my answer you are double counting. How do I approach this?










share|cite|improve this question









$endgroup$











  • $begingroup$
    In your answer, you both overcounted and undercounted, and incidentally these happened to cancel out and give you the correct answer without having to do anything further. You did $4 times (textHandshakes done by the men)$, which overcounted the man-man handshakes, but left out the woman-woman handshakes.
    $endgroup$
    – M. Vinay
    1 hour ago










  • $begingroup$
    And that's easily fixed by counting all such handshakes in the same way, not just those done by men, so you get $48$. And now, as you said, you have indeed double-counted. But if you know it's exactly double counting, you can get the answer by halving it!
    $endgroup$
    – M. Vinay
    1 hour ago










  • $begingroup$
    I recommend when you have a problem like this you can't solve, try solving an easier version first, like only 2 couples and anything goes.
    $endgroup$
    – DanielV
    1 hour ago










  • $begingroup$
    Only person #1 has to shake hands 6 times, person #2 has already shaken hands with Person #1, so he only has to shake hands with 5 people. So the answer becomes 6+5+4+3+2+1, or 21. So Yes, I believe 21 is correct, to prevent double counting.
    $endgroup$
    – Issel
    1 hour ago










  • $begingroup$
    @Issel No, Person #2 being the spouse of Person #1, also has to shake hands with $6$ people, and so on, so it's $6 + 6 + 4 + 4 + 2 + 2 + 0 + 0 = 24$.
    $endgroup$
    – M. Vinay
    51 mins ago













2












2








2





$begingroup$


My book gave the answer as 24. I thought of it like this:



You have four pairs of couples, so you can think of it as M1W2, M2W2, M3W3, M4W4, where
M is a man and W is a woman. M1 has to shake 6 other hands, excluding his wife. You have to do this 4 times for the other men, so you have 4 * 6 handshakes, but in my answer you are double counting. How do I approach this?










share|cite|improve this question









$endgroup$




My book gave the answer as 24. I thought of it like this:



You have four pairs of couples, so you can think of it as M1W2, M2W2, M3W3, M4W4, where
M is a man and W is a woman. M1 has to shake 6 other hands, excluding his wife. You have to do this 4 times for the other men, so you have 4 * 6 handshakes, but in my answer you are double counting. How do I approach this?







combinatorics






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 1 hour ago









ZakuZaku

642




642











  • $begingroup$
    In your answer, you both overcounted and undercounted, and incidentally these happened to cancel out and give you the correct answer without having to do anything further. You did $4 times (textHandshakes done by the men)$, which overcounted the man-man handshakes, but left out the woman-woman handshakes.
    $endgroup$
    – M. Vinay
    1 hour ago










  • $begingroup$
    And that's easily fixed by counting all such handshakes in the same way, not just those done by men, so you get $48$. And now, as you said, you have indeed double-counted. But if you know it's exactly double counting, you can get the answer by halving it!
    $endgroup$
    – M. Vinay
    1 hour ago










  • $begingroup$
    I recommend when you have a problem like this you can't solve, try solving an easier version first, like only 2 couples and anything goes.
    $endgroup$
    – DanielV
    1 hour ago










  • $begingroup$
    Only person #1 has to shake hands 6 times, person #2 has already shaken hands with Person #1, so he only has to shake hands with 5 people. So the answer becomes 6+5+4+3+2+1, or 21. So Yes, I believe 21 is correct, to prevent double counting.
    $endgroup$
    – Issel
    1 hour ago










  • $begingroup$
    @Issel No, Person #2 being the spouse of Person #1, also has to shake hands with $6$ people, and so on, so it's $6 + 6 + 4 + 4 + 2 + 2 + 0 + 0 = 24$.
    $endgroup$
    – M. Vinay
    51 mins ago
















  • $begingroup$
    In your answer, you both overcounted and undercounted, and incidentally these happened to cancel out and give you the correct answer without having to do anything further. You did $4 times (textHandshakes done by the men)$, which overcounted the man-man handshakes, but left out the woman-woman handshakes.
    $endgroup$
    – M. Vinay
    1 hour ago










  • $begingroup$
    And that's easily fixed by counting all such handshakes in the same way, not just those done by men, so you get $48$. And now, as you said, you have indeed double-counted. But if you know it's exactly double counting, you can get the answer by halving it!
    $endgroup$
    – M. Vinay
    1 hour ago










  • $begingroup$
    I recommend when you have a problem like this you can't solve, try solving an easier version first, like only 2 couples and anything goes.
    $endgroup$
    – DanielV
    1 hour ago










  • $begingroup$
    Only person #1 has to shake hands 6 times, person #2 has already shaken hands with Person #1, so he only has to shake hands with 5 people. So the answer becomes 6+5+4+3+2+1, or 21. So Yes, I believe 21 is correct, to prevent double counting.
    $endgroup$
    – Issel
    1 hour ago










  • $begingroup$
    @Issel No, Person #2 being the spouse of Person #1, also has to shake hands with $6$ people, and so on, so it's $6 + 6 + 4 + 4 + 2 + 2 + 0 + 0 = 24$.
    $endgroup$
    – M. Vinay
    51 mins ago















$begingroup$
In your answer, you both overcounted and undercounted, and incidentally these happened to cancel out and give you the correct answer without having to do anything further. You did $4 times (textHandshakes done by the men)$, which overcounted the man-man handshakes, but left out the woman-woman handshakes.
$endgroup$
– M. Vinay
1 hour ago




$begingroup$
In your answer, you both overcounted and undercounted, and incidentally these happened to cancel out and give you the correct answer without having to do anything further. You did $4 times (textHandshakes done by the men)$, which overcounted the man-man handshakes, but left out the woman-woman handshakes.
$endgroup$
– M. Vinay
1 hour ago












$begingroup$
And that's easily fixed by counting all such handshakes in the same way, not just those done by men, so you get $48$. And now, as you said, you have indeed double-counted. But if you know it's exactly double counting, you can get the answer by halving it!
$endgroup$
– M. Vinay
1 hour ago




$begingroup$
And that's easily fixed by counting all such handshakes in the same way, not just those done by men, so you get $48$. And now, as you said, you have indeed double-counted. But if you know it's exactly double counting, you can get the answer by halving it!
$endgroup$
– M. Vinay
1 hour ago












$begingroup$
I recommend when you have a problem like this you can't solve, try solving an easier version first, like only 2 couples and anything goes.
$endgroup$
– DanielV
1 hour ago




$begingroup$
I recommend when you have a problem like this you can't solve, try solving an easier version first, like only 2 couples and anything goes.
$endgroup$
– DanielV
1 hour ago












$begingroup$
Only person #1 has to shake hands 6 times, person #2 has already shaken hands with Person #1, so he only has to shake hands with 5 people. So the answer becomes 6+5+4+3+2+1, or 21. So Yes, I believe 21 is correct, to prevent double counting.
$endgroup$
– Issel
1 hour ago




$begingroup$
Only person #1 has to shake hands 6 times, person #2 has already shaken hands with Person #1, so he only has to shake hands with 5 people. So the answer becomes 6+5+4+3+2+1, or 21. So Yes, I believe 21 is correct, to prevent double counting.
$endgroup$
– Issel
1 hour ago












$begingroup$
@Issel No, Person #2 being the spouse of Person #1, also has to shake hands with $6$ people, and so on, so it's $6 + 6 + 4 + 4 + 2 + 2 + 0 + 0 = 24$.
$endgroup$
– M. Vinay
51 mins ago




$begingroup$
@Issel No, Person #2 being the spouse of Person #1, also has to shake hands with $6$ people, and so on, so it's $6 + 6 + 4 + 4 + 2 + 2 + 0 + 0 = 24$.
$endgroup$
– M. Vinay
51 mins ago










3 Answers
3






active

oldest

votes


















4












$begingroup$

Suppose the spouses were allowed to shake each other's hands. That would give you $binom82 = 28$ handshakes. Since there are four couples, four of these handshakes are illegal. We can remove those to get the $24$ legal handshakes.






share|cite|improve this answer









$endgroup$




















    4












    $begingroup$

    You may proceed as follows using combinations:



    • Number of all possible handshakes among 8 people: $colorbluebinom82$

    • Number of pairs who do not shake hands: $colorblue4$

    It follows:
    $$mboxnumber of hand shakes without pairs = colorbluebinom82 - colorblue4 = frac8cdot 72 - 4 = 24$$






    share|cite|improve this answer









    $endgroup$




















      1












      $begingroup$

      $k$ couples entails $2k$ people. If we imagine each couple going in sequential order, couple 1 will each have to shake $2k-2$ couple's hands for each individual, or $4k-4$ handshakes for couple 1 total. Since there is 1 fewer couple every time a new couple shakes hands, there will be $4k-4i$ handshakes by the $i$-th couple. So the total number of handshakes is given by:



      $$sum_i=1^k (4k-4i) = sum_i=1^k4k - sum_i=1^k4i = 4k^2 - 4frack(k+1)2 = 4(k^2 - frack^2+k2) = 4(k^2 - (frack^22 + frack2)) = 4(frack^22-frack2) = 2(k^2-k)$$



      for $k$ couples. Plugging in $k$ = 4 verifies a solution of 24 for this case.






      share|cite|improve this answer










      New contributor




      beefstew2011 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      $endgroup$












      • $begingroup$
        True. I'll delete this.
        $endgroup$
        – beefstew2011
        1 hour ago










      • $begingroup$
        Undeleted with more general answer.
        $endgroup$
        – beefstew2011
        1 hour ago










      • $begingroup$
        Well… Each of the $2k$ people shakes hands with $2k - 1 - 1 = 2k - 2$ others (everyone except the spouse). So that's $2k(2k- 2) = 4k(k - 1)$, but since every handshake must've been counted twice, divide that by $2$ to get $2k(k - 1)$ handshakes in total.
        $endgroup$
        – M. Vinay
        57 mins ago










      Your Answer





      StackExchange.ifUsing("editor", function ()
      return StackExchange.using("mathjaxEditing", function ()
      StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
      StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
      );
      );
      , "mathjax-editing");

      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "69"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      noCode: true, onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3151152%2ffour-married-couples-attend-a-party-each-person-shakes-hands-with-every-other-p%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      4












      $begingroup$

      Suppose the spouses were allowed to shake each other's hands. That would give you $binom82 = 28$ handshakes. Since there are four couples, four of these handshakes are illegal. We can remove those to get the $24$ legal handshakes.






      share|cite|improve this answer









      $endgroup$

















        4












        $begingroup$

        Suppose the spouses were allowed to shake each other's hands. That would give you $binom82 = 28$ handshakes. Since there are four couples, four of these handshakes are illegal. We can remove those to get the $24$ legal handshakes.






        share|cite|improve this answer









        $endgroup$















          4












          4








          4





          $begingroup$

          Suppose the spouses were allowed to shake each other's hands. That would give you $binom82 = 28$ handshakes. Since there are four couples, four of these handshakes are illegal. We can remove those to get the $24$ legal handshakes.






          share|cite|improve this answer









          $endgroup$



          Suppose the spouses were allowed to shake each other's hands. That would give you $binom82 = 28$ handshakes. Since there are four couples, four of these handshakes are illegal. We can remove those to get the $24$ legal handshakes.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 1 hour ago









          Austin MohrAustin Mohr

          20.5k35098




          20.5k35098





















              4












              $begingroup$

              You may proceed as follows using combinations:



              • Number of all possible handshakes among 8 people: $colorbluebinom82$

              • Number of pairs who do not shake hands: $colorblue4$

              It follows:
              $$mboxnumber of hand shakes without pairs = colorbluebinom82 - colorblue4 = frac8cdot 72 - 4 = 24$$






              share|cite|improve this answer









              $endgroup$

















                4












                $begingroup$

                You may proceed as follows using combinations:



                • Number of all possible handshakes among 8 people: $colorbluebinom82$

                • Number of pairs who do not shake hands: $colorblue4$

                It follows:
                $$mboxnumber of hand shakes without pairs = colorbluebinom82 - colorblue4 = frac8cdot 72 - 4 = 24$$






                share|cite|improve this answer









                $endgroup$















                  4












                  4








                  4





                  $begingroup$

                  You may proceed as follows using combinations:



                  • Number of all possible handshakes among 8 people: $colorbluebinom82$

                  • Number of pairs who do not shake hands: $colorblue4$

                  It follows:
                  $$mboxnumber of hand shakes without pairs = colorbluebinom82 - colorblue4 = frac8cdot 72 - 4 = 24$$






                  share|cite|improve this answer









                  $endgroup$



                  You may proceed as follows using combinations:



                  • Number of all possible handshakes among 8 people: $colorbluebinom82$

                  • Number of pairs who do not shake hands: $colorblue4$

                  It follows:
                  $$mboxnumber of hand shakes without pairs = colorbluebinom82 - colorblue4 = frac8cdot 72 - 4 = 24$$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 1 hour ago









                  trancelocationtrancelocation

                  12.7k1826




                  12.7k1826





















                      1












                      $begingroup$

                      $k$ couples entails $2k$ people. If we imagine each couple going in sequential order, couple 1 will each have to shake $2k-2$ couple's hands for each individual, or $4k-4$ handshakes for couple 1 total. Since there is 1 fewer couple every time a new couple shakes hands, there will be $4k-4i$ handshakes by the $i$-th couple. So the total number of handshakes is given by:



                      $$sum_i=1^k (4k-4i) = sum_i=1^k4k - sum_i=1^k4i = 4k^2 - 4frack(k+1)2 = 4(k^2 - frack^2+k2) = 4(k^2 - (frack^22 + frack2)) = 4(frack^22-frack2) = 2(k^2-k)$$



                      for $k$ couples. Plugging in $k$ = 4 verifies a solution of 24 for this case.






                      share|cite|improve this answer










                      New contributor




                      beefstew2011 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.






                      $endgroup$












                      • $begingroup$
                        True. I'll delete this.
                        $endgroup$
                        – beefstew2011
                        1 hour ago










                      • $begingroup$
                        Undeleted with more general answer.
                        $endgroup$
                        – beefstew2011
                        1 hour ago










                      • $begingroup$
                        Well… Each of the $2k$ people shakes hands with $2k - 1 - 1 = 2k - 2$ others (everyone except the spouse). So that's $2k(2k- 2) = 4k(k - 1)$, but since every handshake must've been counted twice, divide that by $2$ to get $2k(k - 1)$ handshakes in total.
                        $endgroup$
                        – M. Vinay
                        57 mins ago















                      1












                      $begingroup$

                      $k$ couples entails $2k$ people. If we imagine each couple going in sequential order, couple 1 will each have to shake $2k-2$ couple's hands for each individual, or $4k-4$ handshakes for couple 1 total. Since there is 1 fewer couple every time a new couple shakes hands, there will be $4k-4i$ handshakes by the $i$-th couple. So the total number of handshakes is given by:



                      $$sum_i=1^k (4k-4i) = sum_i=1^k4k - sum_i=1^k4i = 4k^2 - 4frack(k+1)2 = 4(k^2 - frack^2+k2) = 4(k^2 - (frack^22 + frack2)) = 4(frack^22-frack2) = 2(k^2-k)$$



                      for $k$ couples. Plugging in $k$ = 4 verifies a solution of 24 for this case.






                      share|cite|improve this answer










                      New contributor




                      beefstew2011 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.






                      $endgroup$












                      • $begingroup$
                        True. I'll delete this.
                        $endgroup$
                        – beefstew2011
                        1 hour ago










                      • $begingroup$
                        Undeleted with more general answer.
                        $endgroup$
                        – beefstew2011
                        1 hour ago










                      • $begingroup$
                        Well… Each of the $2k$ people shakes hands with $2k - 1 - 1 = 2k - 2$ others (everyone except the spouse). So that's $2k(2k- 2) = 4k(k - 1)$, but since every handshake must've been counted twice, divide that by $2$ to get $2k(k - 1)$ handshakes in total.
                        $endgroup$
                        – M. Vinay
                        57 mins ago













                      1












                      1








                      1





                      $begingroup$

                      $k$ couples entails $2k$ people. If we imagine each couple going in sequential order, couple 1 will each have to shake $2k-2$ couple's hands for each individual, or $4k-4$ handshakes for couple 1 total. Since there is 1 fewer couple every time a new couple shakes hands, there will be $4k-4i$ handshakes by the $i$-th couple. So the total number of handshakes is given by:



                      $$sum_i=1^k (4k-4i) = sum_i=1^k4k - sum_i=1^k4i = 4k^2 - 4frack(k+1)2 = 4(k^2 - frack^2+k2) = 4(k^2 - (frack^22 + frack2)) = 4(frack^22-frack2) = 2(k^2-k)$$



                      for $k$ couples. Plugging in $k$ = 4 verifies a solution of 24 for this case.






                      share|cite|improve this answer










                      New contributor




                      beefstew2011 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.






                      $endgroup$



                      $k$ couples entails $2k$ people. If we imagine each couple going in sequential order, couple 1 will each have to shake $2k-2$ couple's hands for each individual, or $4k-4$ handshakes for couple 1 total. Since there is 1 fewer couple every time a new couple shakes hands, there will be $4k-4i$ handshakes by the $i$-th couple. So the total number of handshakes is given by:



                      $$sum_i=1^k (4k-4i) = sum_i=1^k4k - sum_i=1^k4i = 4k^2 - 4frack(k+1)2 = 4(k^2 - frack^2+k2) = 4(k^2 - (frack^22 + frack2)) = 4(frack^22-frack2) = 2(k^2-k)$$



                      for $k$ couples. Plugging in $k$ = 4 verifies a solution of 24 for this case.







                      share|cite|improve this answer










                      New contributor




                      beefstew2011 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.









                      share|cite|improve this answer



                      share|cite|improve this answer








                      edited 1 hour ago





















                      New contributor




                      beefstew2011 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.









                      answered 1 hour ago









                      beefstew2011beefstew2011

                      687




                      687




                      New contributor




                      beefstew2011 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.





                      New contributor





                      beefstew2011 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.






                      beefstew2011 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.











                      • $begingroup$
                        True. I'll delete this.
                        $endgroup$
                        – beefstew2011
                        1 hour ago










                      • $begingroup$
                        Undeleted with more general answer.
                        $endgroup$
                        – beefstew2011
                        1 hour ago










                      • $begingroup$
                        Well… Each of the $2k$ people shakes hands with $2k - 1 - 1 = 2k - 2$ others (everyone except the spouse). So that's $2k(2k- 2) = 4k(k - 1)$, but since every handshake must've been counted twice, divide that by $2$ to get $2k(k - 1)$ handshakes in total.
                        $endgroup$
                        – M. Vinay
                        57 mins ago
















                      • $begingroup$
                        True. I'll delete this.
                        $endgroup$
                        – beefstew2011
                        1 hour ago










                      • $begingroup$
                        Undeleted with more general answer.
                        $endgroup$
                        – beefstew2011
                        1 hour ago










                      • $begingroup$
                        Well… Each of the $2k$ people shakes hands with $2k - 1 - 1 = 2k - 2$ others (everyone except the spouse). So that's $2k(2k- 2) = 4k(k - 1)$, but since every handshake must've been counted twice, divide that by $2$ to get $2k(k - 1)$ handshakes in total.
                        $endgroup$
                        – M. Vinay
                        57 mins ago















                      $begingroup$
                      True. I'll delete this.
                      $endgroup$
                      – beefstew2011
                      1 hour ago




                      $begingroup$
                      True. I'll delete this.
                      $endgroup$
                      – beefstew2011
                      1 hour ago












                      $begingroup$
                      Undeleted with more general answer.
                      $endgroup$
                      – beefstew2011
                      1 hour ago




                      $begingroup$
                      Undeleted with more general answer.
                      $endgroup$
                      – beefstew2011
                      1 hour ago












                      $begingroup$
                      Well… Each of the $2k$ people shakes hands with $2k - 1 - 1 = 2k - 2$ others (everyone except the spouse). So that's $2k(2k- 2) = 4k(k - 1)$, but since every handshake must've been counted twice, divide that by $2$ to get $2k(k - 1)$ handshakes in total.
                      $endgroup$
                      – M. Vinay
                      57 mins ago




                      $begingroup$
                      Well… Each of the $2k$ people shakes hands with $2k - 1 - 1 = 2k - 2$ others (everyone except the spouse). So that's $2k(2k- 2) = 4k(k - 1)$, but since every handshake must've been counted twice, divide that by $2$ to get $2k(k - 1)$ handshakes in total.
                      $endgroup$
                      – M. Vinay
                      57 mins ago

















                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Mathematics Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      Use MathJax to format equations. MathJax reference.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3151152%2ffour-married-couples-attend-a-party-each-person-shakes-hands-with-every-other-p%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Are there any AGPL-style licences that require source code modifications to be public? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Force derivative works to be publicAre there any GPL like licenses for Apple App Store?Do you violate the GPL if you provide source code that cannot be compiled?GPL - is it distribution to use libraries in an appliance loaned to customers?Distributing App for free which uses GPL'ed codeModifications of server software under GPL, with web/CLI interfaceDoes using an AGPLv3-licensed library prevent me from dual-licensing my own source code?Can I publish only select code under GPLv3 from a private project?Is there published precedent regarding the scope of covered work that uses AGPL software?If MIT licensed code links to GPL licensed code what should be the license of the resulting binary program?If I use a public API endpoint that has its source code licensed under AGPL in my app, do I need to disclose my source?

                      2013 GY136 Descoberta | Órbita | Referências Menu de navegação«List Of Centaurs and Scattered-Disk Objects»«List of Known Trans-Neptunian Objects»

                      Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are Inchanging text on user mouseoverShould certain functions be “hard to find” for powerusers to discover?Custom liking function - do I need user login?Using different checkbox style for different checkbox behaviorBest Practices: Save and Exit in Software UIInteraction with remote validated formMore efficient UI to progress the user through a complicated process?Designing a popup notice for a gameShould bulk-editing functions be hidden until a table row is selected, or is there a better solution?Is it bad practice to disable (replace) the context menu?