Finding probability that two chosen numbers have a multiple of nine.Urn Probability (need multiple...

Why is it that I can sometimes guess the next note?

Which one is correct as adjective “protruding” or “protruded”?

Yosemite Fire Rings - What to Expect?

Create all possible words using a set or letters

C++ debug/print custom type with GDB : the case of nlohmann json library

Is there a name for this algorithm to calculate the concentration of a mixture of two solutions containing the same solute?

Is the U.S. Code copyrighted by the Government?

How do you make your own symbol when Detexify fails?

What should you do if you miss a job interview (deliberately)?

How to explain what's wrong with this application of the chain rule?

What is Cash Advance APR?

Is there a single word describing earning money through any means?

Creature in Shazam mid-credits scene?

Non-trope happy ending?

How do I color the graph in datavisualization?

Why is so much work done on numerical verification of the Riemann Hypothesis?

Freedom of speech and where it applies

Open a doc from terminal, but not by its name

What is this called? Old film camera viewer?

Calculating Wattage for Resistor in High Frequency Application?

Is it better practice to read straight from sheet music rather than memorize it?

What if a revenant (monster) gains fire resistance?

copy and scale one figure (wheel)

How to bake one texture for one mesh with multiple textures blender 2.8



Finding probability that two chosen numbers have a multiple of nine.


Urn Probability (need multiple ways)Probability a product of $n$ randomly chosen numbers from 1-9 is divisible by 10.Two numbers are chosen at random over the interval $ [0,1]$What is the probability that a randomly chosen positive three-digit integer is a multiple of $7$?Probability - What is the probability that the two-digit number is a multiple of 3Probability of choosing same multipleProbability of Hearts given Hearts Was ChosenWhat is the probability that three randomly chosen computers were not tested?Probability that a randomly chosen element from set $A = {1, 2, 3, ldots, 1000}$ is a multiple of $2$ OR $3$.A lottery will be held. From 1000 numbers, one will be randomly chosen as the winner.













0












$begingroup$


If two numbers will be randomly chosen without replacement from ${3, 4, 5, 6}$, what is the probability that their product will be a multiple of 9?



What I did:
To be a multiple of 9, a number needs to have 2 threes. The only possible choice in the given set is choosing 3 and 6. Choosing either 3 or 6 has a probability of $frac{1}{4}$, and choosing the other number that's left has a probability of $frac{1}{3}$ which gives $frac{1}{4}cdotfrac{1}{3}=frac{1}{12}$, but this is wrong. What did I do wrong?










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    If two numbers will be randomly chosen without replacement from ${3, 4, 5, 6}$, what is the probability that their product will be a multiple of 9?



    What I did:
    To be a multiple of 9, a number needs to have 2 threes. The only possible choice in the given set is choosing 3 and 6. Choosing either 3 or 6 has a probability of $frac{1}{4}$, and choosing the other number that's left has a probability of $frac{1}{3}$ which gives $frac{1}{4}cdotfrac{1}{3}=frac{1}{12}$, but this is wrong. What did I do wrong?










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      If two numbers will be randomly chosen without replacement from ${3, 4, 5, 6}$, what is the probability that their product will be a multiple of 9?



      What I did:
      To be a multiple of 9, a number needs to have 2 threes. The only possible choice in the given set is choosing 3 and 6. Choosing either 3 or 6 has a probability of $frac{1}{4}$, and choosing the other number that's left has a probability of $frac{1}{3}$ which gives $frac{1}{4}cdotfrac{1}{3}=frac{1}{12}$, but this is wrong. What did I do wrong?










      share|cite|improve this question









      $endgroup$




      If two numbers will be randomly chosen without replacement from ${3, 4, 5, 6}$, what is the probability that their product will be a multiple of 9?



      What I did:
      To be a multiple of 9, a number needs to have 2 threes. The only possible choice in the given set is choosing 3 and 6. Choosing either 3 or 6 has a probability of $frac{1}{4}$, and choosing the other number that's left has a probability of $frac{1}{3}$ which gives $frac{1}{4}cdotfrac{1}{3}=frac{1}{12}$, but this is wrong. What did I do wrong?







      probability






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 13 at 23:31









      Max0815Max0815

      77518




      77518






















          2 Answers
          2






          active

          oldest

          votes


















          2












          $begingroup$

          You counted the case choosing $3$ and then $6$ and choosing $6$ and then $3$ as $2$ different cases. So the answer should be $frac{1}{6}$. The order does not matter as long as you choose $3$ and $6$.



          Alternatively, number of elements in your sample space is $4choose 2$, which is $6$, with only $1$ event of interest.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            Oh! Oof I fail at dis lol xD! Thanks! :P
            $endgroup$
            – Max0815
            Mar 13 at 23:39






          • 1




            $begingroup$
            No worries, double counting is a common mistake
            $endgroup$
            – Shailesh
            Mar 13 at 23:41



















          1












          $begingroup$

          The first choice has to be a $3$ or a $6$, with probability $frac{1}{2}$. The other number is chosen with a probability $frac{1}{3}$, net probability is $frac{1}{6}$.






          share|cite|improve this answer









          $endgroup$













            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%2f3147347%2ffinding-probability-that-two-chosen-numbers-have-a-multiple-of-nine%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









            2












            $begingroup$

            You counted the case choosing $3$ and then $6$ and choosing $6$ and then $3$ as $2$ different cases. So the answer should be $frac{1}{6}$. The order does not matter as long as you choose $3$ and $6$.



            Alternatively, number of elements in your sample space is $4choose 2$, which is $6$, with only $1$ event of interest.






            share|cite|improve this answer











            $endgroup$













            • $begingroup$
              Oh! Oof I fail at dis lol xD! Thanks! :P
              $endgroup$
              – Max0815
              Mar 13 at 23:39






            • 1




              $begingroup$
              No worries, double counting is a common mistake
              $endgroup$
              – Shailesh
              Mar 13 at 23:41
















            2












            $begingroup$

            You counted the case choosing $3$ and then $6$ and choosing $6$ and then $3$ as $2$ different cases. So the answer should be $frac{1}{6}$. The order does not matter as long as you choose $3$ and $6$.



            Alternatively, number of elements in your sample space is $4choose 2$, which is $6$, with only $1$ event of interest.






            share|cite|improve this answer











            $endgroup$













            • $begingroup$
              Oh! Oof I fail at dis lol xD! Thanks! :P
              $endgroup$
              – Max0815
              Mar 13 at 23:39






            • 1




              $begingroup$
              No worries, double counting is a common mistake
              $endgroup$
              – Shailesh
              Mar 13 at 23:41














            2












            2








            2





            $begingroup$

            You counted the case choosing $3$ and then $6$ and choosing $6$ and then $3$ as $2$ different cases. So the answer should be $frac{1}{6}$. The order does not matter as long as you choose $3$ and $6$.



            Alternatively, number of elements in your sample space is $4choose 2$, which is $6$, with only $1$ event of interest.






            share|cite|improve this answer











            $endgroup$



            You counted the case choosing $3$ and then $6$ and choosing $6$ and then $3$ as $2$ different cases. So the answer should be $frac{1}{6}$. The order does not matter as long as you choose $3$ and $6$.



            Alternatively, number of elements in your sample space is $4choose 2$, which is $6$, with only $1$ event of interest.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Mar 13 at 23:41

























            answered Mar 13 at 23:38









            ShaileshShailesh

            3,98092134




            3,98092134












            • $begingroup$
              Oh! Oof I fail at dis lol xD! Thanks! :P
              $endgroup$
              – Max0815
              Mar 13 at 23:39






            • 1




              $begingroup$
              No worries, double counting is a common mistake
              $endgroup$
              – Shailesh
              Mar 13 at 23:41


















            • $begingroup$
              Oh! Oof I fail at dis lol xD! Thanks! :P
              $endgroup$
              – Max0815
              Mar 13 at 23:39






            • 1




              $begingroup$
              No worries, double counting is a common mistake
              $endgroup$
              – Shailesh
              Mar 13 at 23:41
















            $begingroup$
            Oh! Oof I fail at dis lol xD! Thanks! :P
            $endgroup$
            – Max0815
            Mar 13 at 23:39




            $begingroup$
            Oh! Oof I fail at dis lol xD! Thanks! :P
            $endgroup$
            – Max0815
            Mar 13 at 23:39




            1




            1




            $begingroup$
            No worries, double counting is a common mistake
            $endgroup$
            – Shailesh
            Mar 13 at 23:41




            $begingroup$
            No worries, double counting is a common mistake
            $endgroup$
            – Shailesh
            Mar 13 at 23:41











            1












            $begingroup$

            The first choice has to be a $3$ or a $6$, with probability $frac{1}{2}$. The other number is chosen with a probability $frac{1}{3}$, net probability is $frac{1}{6}$.






            share|cite|improve this answer









            $endgroup$


















              1












              $begingroup$

              The first choice has to be a $3$ or a $6$, with probability $frac{1}{2}$. The other number is chosen with a probability $frac{1}{3}$, net probability is $frac{1}{6}$.






              share|cite|improve this answer









              $endgroup$
















                1












                1








                1





                $begingroup$

                The first choice has to be a $3$ or a $6$, with probability $frac{1}{2}$. The other number is chosen with a probability $frac{1}{3}$, net probability is $frac{1}{6}$.






                share|cite|improve this answer









                $endgroup$



                The first choice has to be a $3$ or a $6$, with probability $frac{1}{2}$. The other number is chosen with a probability $frac{1}{3}$, net probability is $frac{1}{6}$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Mar 13 at 23:40









                herb steinbergherb steinberg

                3,0942311




                3,0942311






























                    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%2f3147347%2ffinding-probability-that-two-chosen-numbers-have-a-multiple-of-nine%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

                    Magento 2 - Add success message with knockout 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?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                    Fil:Tokke komm.svg

                    Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?