Edge colourings of an icosahedron











up vote
4
down vote

favorite












I'm referring to problem A6 of the 2017 Putnam competition -- the question is "How many ways exist to colour the labelled edges of an icosahedron such that every face has two edges of the same colour and one edge of another colour, where the colours are either red, white or blue?".



My solution is as follows: consider the planar representation of the icosahedron:
enter image description here



Note that:




  • There are 18 ways to colour the edges of a triangle such that it has two edges of the same colour and one edge of another colour (3 choices for the colour that appears twice, 2 choices for the colour that appears once, and 3 choices for the arrangement).


  • Given the colouring on any one edge of a triangle, there are 6 ways to colour the remaining edges in a way that satisfies the condition (WLOG suppose the given edge is white -- then either one other edge is white (and the other edge is red or blue), which has 4 possibilities, or both the other edges have the same colour, red or blue, which is possible in 2 ways.


  • Given the colouring on two edges of a triangle, there are 2 ways to colour the remaining edge in a way that satisfies the condition. WLOG, the given edges are coloured either "R R" or "R B". If it's "R R", the 2 ways to choose the other edge are "W" and "B" -- if it's "R B", the 2 ways to choose the other edge are "R" and "B".



So there are 18 ways to choose the colouring on the central triangle (the base case) of the planar representation, and you can write each the number of ways to colour each successive "containing triangle" as $6^32^3$ multiplied by the smaller triangle it contains, so the number of ways to colour the entire icosahedron should be:



$$18(6^32^3)^3=2^{19}3^{11}$$



Unfortunately, the official solution (p. 5) presents an answer of $2^{20}3^{10}$ -- I'm off by a factor of $2/3$! What's going on? What did I do wrong?










share|cite|improve this question




























    up vote
    4
    down vote

    favorite












    I'm referring to problem A6 of the 2017 Putnam competition -- the question is "How many ways exist to colour the labelled edges of an icosahedron such that every face has two edges of the same colour and one edge of another colour, where the colours are either red, white or blue?".



    My solution is as follows: consider the planar representation of the icosahedron:
    enter image description here



    Note that:




    • There are 18 ways to colour the edges of a triangle such that it has two edges of the same colour and one edge of another colour (3 choices for the colour that appears twice, 2 choices for the colour that appears once, and 3 choices for the arrangement).


    • Given the colouring on any one edge of a triangle, there are 6 ways to colour the remaining edges in a way that satisfies the condition (WLOG suppose the given edge is white -- then either one other edge is white (and the other edge is red or blue), which has 4 possibilities, or both the other edges have the same colour, red or blue, which is possible in 2 ways.


    • Given the colouring on two edges of a triangle, there are 2 ways to colour the remaining edge in a way that satisfies the condition. WLOG, the given edges are coloured either "R R" or "R B". If it's "R R", the 2 ways to choose the other edge are "W" and "B" -- if it's "R B", the 2 ways to choose the other edge are "R" and "B".



    So there are 18 ways to choose the colouring on the central triangle (the base case) of the planar representation, and you can write each the number of ways to colour each successive "containing triangle" as $6^32^3$ multiplied by the smaller triangle it contains, so the number of ways to colour the entire icosahedron should be:



    $$18(6^32^3)^3=2^{19}3^{11}$$



    Unfortunately, the official solution (p. 5) presents an answer of $2^{20}3^{10}$ -- I'm off by a factor of $2/3$! What's going on? What did I do wrong?










    share|cite|improve this question


























      up vote
      4
      down vote

      favorite









      up vote
      4
      down vote

      favorite











      I'm referring to problem A6 of the 2017 Putnam competition -- the question is "How many ways exist to colour the labelled edges of an icosahedron such that every face has two edges of the same colour and one edge of another colour, where the colours are either red, white or blue?".



      My solution is as follows: consider the planar representation of the icosahedron:
      enter image description here



      Note that:




      • There are 18 ways to colour the edges of a triangle such that it has two edges of the same colour and one edge of another colour (3 choices for the colour that appears twice, 2 choices for the colour that appears once, and 3 choices for the arrangement).


      • Given the colouring on any one edge of a triangle, there are 6 ways to colour the remaining edges in a way that satisfies the condition (WLOG suppose the given edge is white -- then either one other edge is white (and the other edge is red or blue), which has 4 possibilities, or both the other edges have the same colour, red or blue, which is possible in 2 ways.


      • Given the colouring on two edges of a triangle, there are 2 ways to colour the remaining edge in a way that satisfies the condition. WLOG, the given edges are coloured either "R R" or "R B". If it's "R R", the 2 ways to choose the other edge are "W" and "B" -- if it's "R B", the 2 ways to choose the other edge are "R" and "B".



      So there are 18 ways to choose the colouring on the central triangle (the base case) of the planar representation, and you can write each the number of ways to colour each successive "containing triangle" as $6^32^3$ multiplied by the smaller triangle it contains, so the number of ways to colour the entire icosahedron should be:



      $$18(6^32^3)^3=2^{19}3^{11}$$



      Unfortunately, the official solution (p. 5) presents an answer of $2^{20}3^{10}$ -- I'm off by a factor of $2/3$! What's going on? What did I do wrong?










      share|cite|improve this question















      I'm referring to problem A6 of the 2017 Putnam competition -- the question is "How many ways exist to colour the labelled edges of an icosahedron such that every face has two edges of the same colour and one edge of another colour, where the colours are either red, white or blue?".



      My solution is as follows: consider the planar representation of the icosahedron:
      enter image description here



      Note that:




      • There are 18 ways to colour the edges of a triangle such that it has two edges of the same colour and one edge of another colour (3 choices for the colour that appears twice, 2 choices for the colour that appears once, and 3 choices for the arrangement).


      • Given the colouring on any one edge of a triangle, there are 6 ways to colour the remaining edges in a way that satisfies the condition (WLOG suppose the given edge is white -- then either one other edge is white (and the other edge is red or blue), which has 4 possibilities, or both the other edges have the same colour, red or blue, which is possible in 2 ways.


      • Given the colouring on two edges of a triangle, there are 2 ways to colour the remaining edge in a way that satisfies the condition. WLOG, the given edges are coloured either "R R" or "R B". If it's "R R", the 2 ways to choose the other edge are "W" and "B" -- if it's "R B", the 2 ways to choose the other edge are "R" and "B".



      So there are 18 ways to choose the colouring on the central triangle (the base case) of the planar representation, and you can write each the number of ways to colour each successive "containing triangle" as $6^32^3$ multiplied by the smaller triangle it contains, so the number of ways to colour the entire icosahedron should be:



      $$18(6^32^3)^3=2^{19}3^{11}$$



      Unfortunately, the official solution (p. 5) presents an answer of $2^{20}3^{10}$ -- I'm off by a factor of $2/3$! What's going on? What did I do wrong?







      combinatorics coloring planar-graph






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 14 hours ago

























      asked 15 hours ago









      Abhimanyu Pallavi Sudhir

      803619




      803619






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          You have not checked whether the last triangle (the infinite outer triangle in the figure) is colored correctly. The rest seems o.k. to me.






          share|cite|improve this answer





















            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',
            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%2f3006270%2fedge-colourings-of-an-icosahedron%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            You have not checked whether the last triangle (the infinite outer triangle in the figure) is colored correctly. The rest seems o.k. to me.






            share|cite|improve this answer

























              up vote
              0
              down vote













              You have not checked whether the last triangle (the infinite outer triangle in the figure) is colored correctly. The rest seems o.k. to me.






              share|cite|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                You have not checked whether the last triangle (the infinite outer triangle in the figure) is colored correctly. The rest seems o.k. to me.






                share|cite|improve this answer












                You have not checked whether the last triangle (the infinite outer triangle in the figure) is colored correctly. The rest seems o.k. to me.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered 8 hours ago









                Christian Blatter

                170k7111324




                170k7111324






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3006270%2fedge-colourings-of-an-icosahedron%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

                    Berounka

                    Sphinx de Gizeh

                    Different font size/position of beamer's navigation symbols template's content depending on regular/plain...