What is the % chance I will pick the correct random number in multiple drawings












0












$begingroup$


Let’s say I pick a number between 1-10. I then draw a random number between that range.. If my number doesn’t come up, I draw again. One caveat is that if a previously drawn number is drawn again, I draw again. What is the % chance my number will come up after some amount of drawings?



Let’s see an example...



I have a range of 1-10 and 5 chances to draw my number
I pick the number 6
I randomly draw a 3 (drawing 1)
I randomly draw a 4 (drawing 2)
I randomly draw a 4 (doesn’t count as a drawing because 4 was already drawn)
I randomly draw a 2 (drawing 3)
I randomly draw a 5 (drawing 4)
I randomly draw a 9 (drawing 5)



In this scenario, my number (6) was never drawn. I want to know what are the overall chances of drawing my number given the rules above.



I would assume it is something like...



First draw is 1/10
Second draw is 1/9
Third draw is 1/8
Fourth draw is 1/7
Fifth draw is 1/6



If this is true, how do I come up with a total % probability that my number will be drawn in N number of drawings?










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    Let’s say I pick a number between 1-10. I then draw a random number between that range.. If my number doesn’t come up, I draw again. One caveat is that if a previously drawn number is drawn again, I draw again. What is the % chance my number will come up after some amount of drawings?



    Let’s see an example...



    I have a range of 1-10 and 5 chances to draw my number
    I pick the number 6
    I randomly draw a 3 (drawing 1)
    I randomly draw a 4 (drawing 2)
    I randomly draw a 4 (doesn’t count as a drawing because 4 was already drawn)
    I randomly draw a 2 (drawing 3)
    I randomly draw a 5 (drawing 4)
    I randomly draw a 9 (drawing 5)



    In this scenario, my number (6) was never drawn. I want to know what are the overall chances of drawing my number given the rules above.



    I would assume it is something like...



    First draw is 1/10
    Second draw is 1/9
    Third draw is 1/8
    Fourth draw is 1/7
    Fifth draw is 1/6



    If this is true, how do I come up with a total % probability that my number will be drawn in N number of drawings?










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      Let’s say I pick a number between 1-10. I then draw a random number between that range.. If my number doesn’t come up, I draw again. One caveat is that if a previously drawn number is drawn again, I draw again. What is the % chance my number will come up after some amount of drawings?



      Let’s see an example...



      I have a range of 1-10 and 5 chances to draw my number
      I pick the number 6
      I randomly draw a 3 (drawing 1)
      I randomly draw a 4 (drawing 2)
      I randomly draw a 4 (doesn’t count as a drawing because 4 was already drawn)
      I randomly draw a 2 (drawing 3)
      I randomly draw a 5 (drawing 4)
      I randomly draw a 9 (drawing 5)



      In this scenario, my number (6) was never drawn. I want to know what are the overall chances of drawing my number given the rules above.



      I would assume it is something like...



      First draw is 1/10
      Second draw is 1/9
      Third draw is 1/8
      Fourth draw is 1/7
      Fifth draw is 1/6



      If this is true, how do I come up with a total % probability that my number will be drawn in N number of drawings?










      share|cite|improve this question









      $endgroup$




      Let’s say I pick a number between 1-10. I then draw a random number between that range.. If my number doesn’t come up, I draw again. One caveat is that if a previously drawn number is drawn again, I draw again. What is the % chance my number will come up after some amount of drawings?



      Let’s see an example...



      I have a range of 1-10 and 5 chances to draw my number
      I pick the number 6
      I randomly draw a 3 (drawing 1)
      I randomly draw a 4 (drawing 2)
      I randomly draw a 4 (doesn’t count as a drawing because 4 was already drawn)
      I randomly draw a 2 (drawing 3)
      I randomly draw a 5 (drawing 4)
      I randomly draw a 9 (drawing 5)



      In this scenario, my number (6) was never drawn. I want to know what are the overall chances of drawing my number given the rules above.



      I would assume it is something like...



      First draw is 1/10
      Second draw is 1/9
      Third draw is 1/8
      Fourth draw is 1/7
      Fifth draw is 1/6



      If this is true, how do I come up with a total % probability that my number will be drawn in N number of drawings?







      probability






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 11 at 15:17









      Matt MessingerMatt Messinger

      1




      1






















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          Let us say you have drawn $n$ cards, and one of these $n$ cards is $5$ .



          The number of ways $5$ can be one of $n$ cards = ${}^{9}P_{n-1}*n$ $...bf{(1)}$



          The total number of ways one can select $n$ cards $= {}^{10}P_n$ $...bf{(2)}$



          Therefore , $P(E) = frac{bf{(1)}}{bf{(2)}}= frac{9!*n}{(10-n)!}*frac{(10-n)!}{10!}=boxed{frac{n}{10}}$



          Note:- $n$ equals the number of drawings. % of card coming up = $frac{n}{10}*100 = 10n$






          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%2f3069951%2fwhat-is-the-chance-i-will-pick-the-correct-random-number-in-multiple-drawings%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









            0












            $begingroup$

            Let us say you have drawn $n$ cards, and one of these $n$ cards is $5$ .



            The number of ways $5$ can be one of $n$ cards = ${}^{9}P_{n-1}*n$ $...bf{(1)}$



            The total number of ways one can select $n$ cards $= {}^{10}P_n$ $...bf{(2)}$



            Therefore , $P(E) = frac{bf{(1)}}{bf{(2)}}= frac{9!*n}{(10-n)!}*frac{(10-n)!}{10!}=boxed{frac{n}{10}}$



            Note:- $n$ equals the number of drawings. % of card coming up = $frac{n}{10}*100 = 10n$






            share|cite|improve this answer









            $endgroup$


















              0












              $begingroup$

              Let us say you have drawn $n$ cards, and one of these $n$ cards is $5$ .



              The number of ways $5$ can be one of $n$ cards = ${}^{9}P_{n-1}*n$ $...bf{(1)}$



              The total number of ways one can select $n$ cards $= {}^{10}P_n$ $...bf{(2)}$



              Therefore , $P(E) = frac{bf{(1)}}{bf{(2)}}= frac{9!*n}{(10-n)!}*frac{(10-n)!}{10!}=boxed{frac{n}{10}}$



              Note:- $n$ equals the number of drawings. % of card coming up = $frac{n}{10}*100 = 10n$






              share|cite|improve this answer









              $endgroup$
















                0












                0








                0





                $begingroup$

                Let us say you have drawn $n$ cards, and one of these $n$ cards is $5$ .



                The number of ways $5$ can be one of $n$ cards = ${}^{9}P_{n-1}*n$ $...bf{(1)}$



                The total number of ways one can select $n$ cards $= {}^{10}P_n$ $...bf{(2)}$



                Therefore , $P(E) = frac{bf{(1)}}{bf{(2)}}= frac{9!*n}{(10-n)!}*frac{(10-n)!}{10!}=boxed{frac{n}{10}}$



                Note:- $n$ equals the number of drawings. % of card coming up = $frac{n}{10}*100 = 10n$






                share|cite|improve this answer









                $endgroup$



                Let us say you have drawn $n$ cards, and one of these $n$ cards is $5$ .



                The number of ways $5$ can be one of $n$ cards = ${}^{9}P_{n-1}*n$ $...bf{(1)}$



                The total number of ways one can select $n$ cards $= {}^{10}P_n$ $...bf{(2)}$



                Therefore , $P(E) = frac{bf{(1)}}{bf{(2)}}= frac{9!*n}{(10-n)!}*frac{(10-n)!}{10!}=boxed{frac{n}{10}}$



                Note:- $n$ equals the number of drawings. % of card coming up = $frac{n}{10}*100 = 10n$







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Jan 12 at 5:37









                RahuboyRahuboy

                43310




                43310






























                    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%2f3069951%2fwhat-is-the-chance-i-will-pick-the-correct-random-number-in-multiple-drawings%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

                    Mario Kart Wii

                    What does “Dominus providebit” mean?

                    Antonio Litta Visconti Arese