Random Variables and Expected Values Problem












0












$begingroup$


Let $ bgeq 1$,$cgeq 1$ and $hgeq 1$ be integers, and let $n=b+c+h$.



You have $b$ balls, denoted $B_1, B_2, dots , B_B$, $c$ cubes $C_1, C_2, dots , C_c$, and $h$ hexagons $H_1, H_2, dots , H_h$. Let $mgeq 1$ be an integer with $mleq b$ and $mleq n-b$.



All $n$ objects are in a box, from this box you choose a uniformly random subset consisting of $m$ objects.



Define the random variables:




  • X = the number of balls in the chosen subset

  • Y = the number of cubes in the chosen subset

  • Z = the number of hexagons in a chosen subset




Two questions about this:




  1. How would I start, or go about proving that $Pr(X=k) = frac{binom{b}{k} binom{n-b}{m-k}}{binom{n}{m}}$

  2. How would I prove that $sum_{k=0}^m frac{kbinom{b}{k} binom{n-b}{m-k}}{binom{n}{m}} = frac{bm}{n}$


I'm not too sure where to start for these, so any help is appreciated. If there's anything I can do to improve my question I'm happy to get input :)










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    Let $ bgeq 1$,$cgeq 1$ and $hgeq 1$ be integers, and let $n=b+c+h$.



    You have $b$ balls, denoted $B_1, B_2, dots , B_B$, $c$ cubes $C_1, C_2, dots , C_c$, and $h$ hexagons $H_1, H_2, dots , H_h$. Let $mgeq 1$ be an integer with $mleq b$ and $mleq n-b$.



    All $n$ objects are in a box, from this box you choose a uniformly random subset consisting of $m$ objects.



    Define the random variables:




    • X = the number of balls in the chosen subset

    • Y = the number of cubes in the chosen subset

    • Z = the number of hexagons in a chosen subset




    Two questions about this:




    1. How would I start, or go about proving that $Pr(X=k) = frac{binom{b}{k} binom{n-b}{m-k}}{binom{n}{m}}$

    2. How would I prove that $sum_{k=0}^m frac{kbinom{b}{k} binom{n-b}{m-k}}{binom{n}{m}} = frac{bm}{n}$


    I'm not too sure where to start for these, so any help is appreciated. If there's anything I can do to improve my question I'm happy to get input :)










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      Let $ bgeq 1$,$cgeq 1$ and $hgeq 1$ be integers, and let $n=b+c+h$.



      You have $b$ balls, denoted $B_1, B_2, dots , B_B$, $c$ cubes $C_1, C_2, dots , C_c$, and $h$ hexagons $H_1, H_2, dots , H_h$. Let $mgeq 1$ be an integer with $mleq b$ and $mleq n-b$.



      All $n$ objects are in a box, from this box you choose a uniformly random subset consisting of $m$ objects.



      Define the random variables:




      • X = the number of balls in the chosen subset

      • Y = the number of cubes in the chosen subset

      • Z = the number of hexagons in a chosen subset




      Two questions about this:




      1. How would I start, or go about proving that $Pr(X=k) = frac{binom{b}{k} binom{n-b}{m-k}}{binom{n}{m}}$

      2. How would I prove that $sum_{k=0}^m frac{kbinom{b}{k} binom{n-b}{m-k}}{binom{n}{m}} = frac{bm}{n}$


      I'm not too sure where to start for these, so any help is appreciated. If there's anything I can do to improve my question I'm happy to get input :)










      share|cite|improve this question









      $endgroup$




      Let $ bgeq 1$,$cgeq 1$ and $hgeq 1$ be integers, and let $n=b+c+h$.



      You have $b$ balls, denoted $B_1, B_2, dots , B_B$, $c$ cubes $C_1, C_2, dots , C_c$, and $h$ hexagons $H_1, H_2, dots , H_h$. Let $mgeq 1$ be an integer with $mleq b$ and $mleq n-b$.



      All $n$ objects are in a box, from this box you choose a uniformly random subset consisting of $m$ objects.



      Define the random variables:




      • X = the number of balls in the chosen subset

      • Y = the number of cubes in the chosen subset

      • Z = the number of hexagons in a chosen subset




      Two questions about this:




      1. How would I start, or go about proving that $Pr(X=k) = frac{binom{b}{k} binom{n-b}{m-k}}{binom{n}{m}}$

      2. How would I prove that $sum_{k=0}^m frac{kbinom{b}{k} binom{n-b}{m-k}}{binom{n}{m}} = frac{bm}{n}$


      I'm not too sure where to start for these, so any help is appreciated. If there's anything I can do to improve my question I'm happy to get input :)







      discrete-mathematics random-variables expected-value






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Dec 1 '18 at 0:37









      NetwinderNetwinder

      52




      52






















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$


          1. This problem can be solved by a counting argument. $X = k$ is the event that we choose exactly $k$ balls (and therefore, $m-k$ other objects) when picking $m$ objects out of all $n$. You can count the number of ways to do this by multiplying $binom{b}{k}$ ways to choose $k$ balls and $binom{n-b}{m-k}$ ways to choose the $m-k$ non-balls. This is divided by the total number of ways to choose $m$ objects out of $n$, $binom{n}{m}$.

          2. Hint: Rewrite the sum as $sum_{k=0}^m k Pr(X = k)$. But this is just the expectation of $X$; you can solve for it using linearity of expectation. Namely, let $X_i$ be the indicator random variable for the $i^{th}$ object being a ball; $E[X_i] = Pr(X_i = 1) = frac{b}{n}$ (each object is equally likely to be chosen in any spot). Summing over $1 leq i leq m$ gives:
            $$
            E[X] = Eleft[ sum_{i=1}^m X_i right] = sum_{i=1}^m E[X_i] = frac{bm}{n}
            $$







          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%2f3020860%2frandom-variables-and-expected-values-problem%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$


            1. This problem can be solved by a counting argument. $X = k$ is the event that we choose exactly $k$ balls (and therefore, $m-k$ other objects) when picking $m$ objects out of all $n$. You can count the number of ways to do this by multiplying $binom{b}{k}$ ways to choose $k$ balls and $binom{n-b}{m-k}$ ways to choose the $m-k$ non-balls. This is divided by the total number of ways to choose $m$ objects out of $n$, $binom{n}{m}$.

            2. Hint: Rewrite the sum as $sum_{k=0}^m k Pr(X = k)$. But this is just the expectation of $X$; you can solve for it using linearity of expectation. Namely, let $X_i$ be the indicator random variable for the $i^{th}$ object being a ball; $E[X_i] = Pr(X_i = 1) = frac{b}{n}$ (each object is equally likely to be chosen in any spot). Summing over $1 leq i leq m$ gives:
              $$
              E[X] = Eleft[ sum_{i=1}^m X_i right] = sum_{i=1}^m E[X_i] = frac{bm}{n}
              $$







            share|cite|improve this answer









            $endgroup$


















              0












              $begingroup$


              1. This problem can be solved by a counting argument. $X = k$ is the event that we choose exactly $k$ balls (and therefore, $m-k$ other objects) when picking $m$ objects out of all $n$. You can count the number of ways to do this by multiplying $binom{b}{k}$ ways to choose $k$ balls and $binom{n-b}{m-k}$ ways to choose the $m-k$ non-balls. This is divided by the total number of ways to choose $m$ objects out of $n$, $binom{n}{m}$.

              2. Hint: Rewrite the sum as $sum_{k=0}^m k Pr(X = k)$. But this is just the expectation of $X$; you can solve for it using linearity of expectation. Namely, let $X_i$ be the indicator random variable for the $i^{th}$ object being a ball; $E[X_i] = Pr(X_i = 1) = frac{b}{n}$ (each object is equally likely to be chosen in any spot). Summing over $1 leq i leq m$ gives:
                $$
                E[X] = Eleft[ sum_{i=1}^m X_i right] = sum_{i=1}^m E[X_i] = frac{bm}{n}
                $$







              share|cite|improve this answer









              $endgroup$
















                0












                0








                0





                $begingroup$


                1. This problem can be solved by a counting argument. $X = k$ is the event that we choose exactly $k$ balls (and therefore, $m-k$ other objects) when picking $m$ objects out of all $n$. You can count the number of ways to do this by multiplying $binom{b}{k}$ ways to choose $k$ balls and $binom{n-b}{m-k}$ ways to choose the $m-k$ non-balls. This is divided by the total number of ways to choose $m$ objects out of $n$, $binom{n}{m}$.

                2. Hint: Rewrite the sum as $sum_{k=0}^m k Pr(X = k)$. But this is just the expectation of $X$; you can solve for it using linearity of expectation. Namely, let $X_i$ be the indicator random variable for the $i^{th}$ object being a ball; $E[X_i] = Pr(X_i = 1) = frac{b}{n}$ (each object is equally likely to be chosen in any spot). Summing over $1 leq i leq m$ gives:
                  $$
                  E[X] = Eleft[ sum_{i=1}^m X_i right] = sum_{i=1}^m E[X_i] = frac{bm}{n}
                  $$







                share|cite|improve this answer









                $endgroup$




                1. This problem can be solved by a counting argument. $X = k$ is the event that we choose exactly $k$ balls (and therefore, $m-k$ other objects) when picking $m$ objects out of all $n$. You can count the number of ways to do this by multiplying $binom{b}{k}$ ways to choose $k$ balls and $binom{n-b}{m-k}$ ways to choose the $m-k$ non-balls. This is divided by the total number of ways to choose $m$ objects out of $n$, $binom{n}{m}$.

                2. Hint: Rewrite the sum as $sum_{k=0}^m k Pr(X = k)$. But this is just the expectation of $X$; you can solve for it using linearity of expectation. Namely, let $X_i$ be the indicator random variable for the $i^{th}$ object being a ball; $E[X_i] = Pr(X_i = 1) = frac{b}{n}$ (each object is equally likely to be chosen in any spot). Summing over $1 leq i leq m$ gives:
                  $$
                  E[X] = Eleft[ sum_{i=1}^m X_i right] = sum_{i=1}^m E[X_i] = frac{bm}{n}
                  $$








                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Dec 1 '18 at 2:00









                plattyplatty

                3,370320




                3,370320






























                    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%2f3020860%2frandom-variables-and-expected-values-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

                    Plaza Victoria

                    In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                    How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...