Single Colour Mastermind ProblemA first choice dieBulls without cows: how many steps are needed to solve this?Guess my numberNon-unique Minesweeper Solution?Strategy for solving 0hh1 and Unruly?Chess, for short peopleMastermind with an errorLots of ships in the arbitrarily large battleshipBlind Person Ball GameHat Puzzle with 5 different colours and 3 people

Any examples of headwear for races with animal ears?

Phrase for the opposite of "foolproof"

How to sum variables from file in Bash

Inner for loop when run in background in bash spawns new bash process

If a warlock with the Repelling Blast invocation casts Eldritch Blast and hits, must the targets always be pushed back?

Is there a way to get a compiler for the original B programming language?

How do Bards prepare spells?

Unexpected email from Yorkshire Bank

Sci-fi book: portals appear in London and send a failed artist towards a designated path where he operate a giant superweapon

Rivers without rain

How would one muzzle a full grown polar bear in the 13th century?

How does a DHCP relay router forward the packet to the server?

US visa is under administrative processing, I need the passport back ASAP

How can the Zone of Truth spell be defeated without the caster knowing?

How to pronounce 'C++' in Spanish

How to have a sharp product image?

Was there a Viking Exchange as well as a Columbian one?

How to creep the reader out with what seems like a normal person?

Is DC-DC (24v to 12v) Buck Conversion typically more efficient than AC-DC (110v to 12v) conversion?

Please, smoke with good manners

Who and which - What to choose when we are referring to a choice between two or more things or persons

What does KSP mean?

How much cash can I safely carry into the USA and avoid civil forfeiture?

Do I have to worry about players making “bad” choices on level up?



Single Colour Mastermind Problem


A first choice dieBulls without cows: how many steps are needed to solve this?Guess my numberNon-unique Minesweeper Solution?Strategy for solving 0hh1 and Unruly?Chess, for short peopleMastermind with an errorLots of ships in the arbitrarily large battleshipBlind Person Ball GameHat Puzzle with 5 different colours and 3 people













2












$begingroup$


Imagine we're playing a game of mastermind with the usual eight colours, only this version has six holes across in which to place colours. And to make it easier for you I tell you that I have filled all six with the same colour.



What is the maximum number of turns you require to get the correct answer? How do you do it?










share|improve this question









$endgroup$
















    2












    $begingroup$


    Imagine we're playing a game of mastermind with the usual eight colours, only this version has six holes across in which to place colours. And to make it easier for you I tell you that I have filled all six with the same colour.



    What is the maximum number of turns you require to get the correct answer? How do you do it?










    share|improve this question









    $endgroup$














      2












      2








      2





      $begingroup$


      Imagine we're playing a game of mastermind with the usual eight colours, only this version has six holes across in which to place colours. And to make it easier for you I tell you that I have filled all six with the same colour.



      What is the maximum number of turns you require to get the correct answer? How do you do it?










      share|improve this question









      $endgroup$




      Imagine we're playing a game of mastermind with the usual eight colours, only this version has six holes across in which to place colours. And to make it easier for you I tell you that I have filled all six with the same colour.



      What is the maximum number of turns you require to get the correct answer? How do you do it?







      logical-deduction mastermind






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 1 hour ago









      Reggie PinkhamReggie Pinkham

      1112




      1112




















          2 Answers
          2






          active

          oldest

          votes


















          3












          $begingroup$


          Two. Use 1 peg colour 1, 1 pegs colour 2 and 2 pegs colour 3 and 4 for the first guess. If nothing is recorded, you get left with 4 colours, otherwise you are home and dry. With 4 colours, use 1 peg 1, 2 pegs 2, 3 peg 3. The number of records gives the answer (or none for colour 4).







          share|improve this answer











          $endgroup$












          • $begingroup$
            But there are 8 colors!
            $endgroup$
            – Florian F
            1 hour ago










          • $begingroup$
            @FlorianF; fixed.
            $endgroup$
            – JonMark Perry
            1 hour ago


















          2












          $begingroup$


          Two guesses are enough to find the color, a third guess to give the correct code.


          Name the colors with letter A to H.

          Guess 1: AABCDE.

          - If you get 2 matches, the color is A.

          - If you get 1 match, it is B, C, D or E. Guess 2: CDDEEE. The color is B, C, D or E for respectively 0, 1, 2 or 3 matches.

          - If you get 0 match, it is F, G or H. Guess 2: FGGHHH. The color is F, G or H for resp. 0, 1 or 2 matches.

          If it is required to complete the game, enter the color everywhere as guess 3.


          It is easy to see that with 2 guesses you can find the correct color among even 9.







          share|improve this answer











          $endgroup$













            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "559"
            ;
            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: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2fpuzzling.stackexchange.com%2fquestions%2f83303%2fsingle-colour-mastermind-problem%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3












            $begingroup$


            Two. Use 1 peg colour 1, 1 pegs colour 2 and 2 pegs colour 3 and 4 for the first guess. If nothing is recorded, you get left with 4 colours, otherwise you are home and dry. With 4 colours, use 1 peg 1, 2 pegs 2, 3 peg 3. The number of records gives the answer (or none for colour 4).







            share|improve this answer











            $endgroup$












            • $begingroup$
              But there are 8 colors!
              $endgroup$
              – Florian F
              1 hour ago










            • $begingroup$
              @FlorianF; fixed.
              $endgroup$
              – JonMark Perry
              1 hour ago















            3












            $begingroup$


            Two. Use 1 peg colour 1, 1 pegs colour 2 and 2 pegs colour 3 and 4 for the first guess. If nothing is recorded, you get left with 4 colours, otherwise you are home and dry. With 4 colours, use 1 peg 1, 2 pegs 2, 3 peg 3. The number of records gives the answer (or none for colour 4).







            share|improve this answer











            $endgroup$












            • $begingroup$
              But there are 8 colors!
              $endgroup$
              – Florian F
              1 hour ago










            • $begingroup$
              @FlorianF; fixed.
              $endgroup$
              – JonMark Perry
              1 hour ago













            3












            3








            3





            $begingroup$


            Two. Use 1 peg colour 1, 1 pegs colour 2 and 2 pegs colour 3 and 4 for the first guess. If nothing is recorded, you get left with 4 colours, otherwise you are home and dry. With 4 colours, use 1 peg 1, 2 pegs 2, 3 peg 3. The number of records gives the answer (or none for colour 4).







            share|improve this answer











            $endgroup$




            Two. Use 1 peg colour 1, 1 pegs colour 2 and 2 pegs colour 3 and 4 for the first guess. If nothing is recorded, you get left with 4 colours, otherwise you are home and dry. With 4 colours, use 1 peg 1, 2 pegs 2, 3 peg 3. The number of records gives the answer (or none for colour 4).








            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 1 hour ago

























            answered 1 hour ago









            JonMark PerryJonMark Perry

            21k64199




            21k64199











            • $begingroup$
              But there are 8 colors!
              $endgroup$
              – Florian F
              1 hour ago










            • $begingroup$
              @FlorianF; fixed.
              $endgroup$
              – JonMark Perry
              1 hour ago
















            • $begingroup$
              But there are 8 colors!
              $endgroup$
              – Florian F
              1 hour ago










            • $begingroup$
              @FlorianF; fixed.
              $endgroup$
              – JonMark Perry
              1 hour ago















            $begingroup$
            But there are 8 colors!
            $endgroup$
            – Florian F
            1 hour ago




            $begingroup$
            But there are 8 colors!
            $endgroup$
            – Florian F
            1 hour ago












            $begingroup$
            @FlorianF; fixed.
            $endgroup$
            – JonMark Perry
            1 hour ago




            $begingroup$
            @FlorianF; fixed.
            $endgroup$
            – JonMark Perry
            1 hour ago











            2












            $begingroup$


            Two guesses are enough to find the color, a third guess to give the correct code.


            Name the colors with letter A to H.

            Guess 1: AABCDE.

            - If you get 2 matches, the color is A.

            - If you get 1 match, it is B, C, D or E. Guess 2: CDDEEE. The color is B, C, D or E for respectively 0, 1, 2 or 3 matches.

            - If you get 0 match, it is F, G or H. Guess 2: FGGHHH. The color is F, G or H for resp. 0, 1 or 2 matches.

            If it is required to complete the game, enter the color everywhere as guess 3.


            It is easy to see that with 2 guesses you can find the correct color among even 9.







            share|improve this answer











            $endgroup$

















              2












              $begingroup$


              Two guesses are enough to find the color, a third guess to give the correct code.


              Name the colors with letter A to H.

              Guess 1: AABCDE.

              - If you get 2 matches, the color is A.

              - If you get 1 match, it is B, C, D or E. Guess 2: CDDEEE. The color is B, C, D or E for respectively 0, 1, 2 or 3 matches.

              - If you get 0 match, it is F, G or H. Guess 2: FGGHHH. The color is F, G or H for resp. 0, 1 or 2 matches.

              If it is required to complete the game, enter the color everywhere as guess 3.


              It is easy to see that with 2 guesses you can find the correct color among even 9.







              share|improve this answer











              $endgroup$















                2












                2








                2





                $begingroup$


                Two guesses are enough to find the color, a third guess to give the correct code.


                Name the colors with letter A to H.

                Guess 1: AABCDE.

                - If you get 2 matches, the color is A.

                - If you get 1 match, it is B, C, D or E. Guess 2: CDDEEE. The color is B, C, D or E for respectively 0, 1, 2 or 3 matches.

                - If you get 0 match, it is F, G or H. Guess 2: FGGHHH. The color is F, G or H for resp. 0, 1 or 2 matches.

                If it is required to complete the game, enter the color everywhere as guess 3.


                It is easy to see that with 2 guesses you can find the correct color among even 9.







                share|improve this answer











                $endgroup$




                Two guesses are enough to find the color, a third guess to give the correct code.


                Name the colors with letter A to H.

                Guess 1: AABCDE.

                - If you get 2 matches, the color is A.

                - If you get 1 match, it is B, C, D or E. Guess 2: CDDEEE. The color is B, C, D or E for respectively 0, 1, 2 or 3 matches.

                - If you get 0 match, it is F, G or H. Guess 2: FGGHHH. The color is F, G or H for resp. 0, 1 or 2 matches.

                If it is required to complete the game, enter the color everywhere as guess 3.


                It is easy to see that with 2 guesses you can find the correct color among even 9.








                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 58 mins ago

























                answered 1 hour ago









                Florian FFlorian F

                9,26612260




                9,26612260



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Puzzling 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%2fpuzzling.stackexchange.com%2fquestions%2f83303%2fsingle-colour-mastermind-problem%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

                    Best approach to update all entries in a list that is paginated?Best way to add items to a paginated listChoose Your Country: Best Usability approachUpdate list when a user is viewing the list without annoying themWhen would the best day to update your webpage be?What should happen when I add a Row to a paginated, sorted listShould I adopt infinite scrolling or classical pagination?How to show user that page objects automatically updateWhat is the best location to locate the comments section in a list pageBest way to combine filtering and selecting items in a listWhen one of two inputs must be updated to satisfy a consistency criteria, which should you update (if at all)?

                    Тонконіг бульбистий Зміст Опис | Поширення | Екологія | Господарське значення | Примітки | Див. також | Література | Джерела | Посилання | Навігаційне меню1114601320038-241116202404kew-435458Poa bulbosaЭлектронный каталог сосудистых растений Азиатской России [Електронний каталог судинних рослин Азіатської Росії]Малышев Л. Л. Дикие родичи культурных растений. Poa bulbosa L. - Мятлик луковичный. [Малишев Л. Л. Дикі родичи культурних рослин. Poa bulbosa L. - Тонконіг бульбистий.]Мятлик (POA) Сем. Злаки (Мятликовые) [Тонконіг (POA) Род. Злаки (Тонконогові)]Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Description from Flora of China) [Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Опис від Флора Китаю)]Poa bulbosa L. – lipnice cibulkatá / lipnica cibulkatáPoa bulbosa в базі даних Poa bulbosa на сайті Poa bulbosa в базі даних «Global Biodiversity Information Facility» (GBIF)Poa bulbosa в базі даних «Euro + Med PlantBase» — інформаційному ресурсі для Євро-середземноморського розмаїття рослинPoa bulbosa L. на сайті «Плантариум»

                    Вунгтау (аеропорт) Загальні відомості | Див. також | Посилання | Навігаційне меню10°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.0833310°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.083337731608Vinh AirportVinh airport facelift improves serviceвиправивши або дописавши їївиправивши або дописавши їїр