Problem on Expected Value (Probability)












0














We are given a set $X = {x_1,...,x_n}$, where $x_i = 2^i$. A sample $S subseteq X$ is drawn by selecting each $x_i$ independently with probability $p_i=frac{1}{2}$. The expected value of the smallest number in sample S is:
(A) $frac{1}{n}$
(B) $2$
(C) $sqrt{n}$
(D) $n$



My approach:



$X = {2^1,2^2,...,2^n}$



Smallest number in sample space is $2$ and probability of $2$ being selected is $frac{1}{2}$. So, I think answer should be $frac{1}{2}$ but it's not in the option.










share|cite|improve this question





























    0














    We are given a set $X = {x_1,...,x_n}$, where $x_i = 2^i$. A sample $S subseteq X$ is drawn by selecting each $x_i$ independently with probability $p_i=frac{1}{2}$. The expected value of the smallest number in sample S is:
    (A) $frac{1}{n}$
    (B) $2$
    (C) $sqrt{n}$
    (D) $n$



    My approach:



    $X = {2^1,2^2,...,2^n}$



    Smallest number in sample space is $2$ and probability of $2$ being selected is $frac{1}{2}$. So, I think answer should be $frac{1}{2}$ but it's not in the option.










    share|cite|improve this question



























      0












      0








      0







      We are given a set $X = {x_1,...,x_n}$, where $x_i = 2^i$. A sample $S subseteq X$ is drawn by selecting each $x_i$ independently with probability $p_i=frac{1}{2}$. The expected value of the smallest number in sample S is:
      (A) $frac{1}{n}$
      (B) $2$
      (C) $sqrt{n}$
      (D) $n$



      My approach:



      $X = {2^1,2^2,...,2^n}$



      Smallest number in sample space is $2$ and probability of $2$ being selected is $frac{1}{2}$. So, I think answer should be $frac{1}{2}$ but it's not in the option.










      share|cite|improve this question















      We are given a set $X = {x_1,...,x_n}$, where $x_i = 2^i$. A sample $S subseteq X$ is drawn by selecting each $x_i$ independently with probability $p_i=frac{1}{2}$. The expected value of the smallest number in sample S is:
      (A) $frac{1}{n}$
      (B) $2$
      (C) $sqrt{n}$
      (D) $n$



      My approach:



      $X = {2^1,2^2,...,2^n}$



      Smallest number in sample space is $2$ and probability of $2$ being selected is $frac{1}{2}$. So, I think answer should be $frac{1}{2}$ but it's not in the option.







      probability






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited yesterday









      Jneven

      746320




      746320










      asked Feb 5 '15 at 21:28









      Atinesh

      4323720




      4323720






















          1 Answer
          1






          active

          oldest

          votes


















          0














          The probability that the smallest number in the sample is $2^n$ is $frac{1}{2^n}$ (The $n-1$ numbers
          before $2^n$ must be non-selected and $2^n$ must be selected).



          The expected value is $sum_{i=1}^n x_ip_i$, where $p_i$ is the probability for the value $x_i$.



          Since every product is $1$ and we have $n$ of them, the expected value is $n$.



          So, answer $D$ is correct.






          share|cite|improve this answer























          • I'm little bit confused. In question it is asked "Expected value of the smallest number in sample S" and you are calculating the probability of the smallest sample.
            – Atinesh
            Feb 6 '15 at 10:05










          • The probability that the smallest number is $2^{n-1}$ is still $frac{1}{2^{n}}$ the $n-2$ numbers before$ 2^{n-1}$ must be non selected and that $2^{n-1}$ and $2^{n}$ could be selected to create the sample giving you the probability $frac{1}{2^{n}}$. In which case the product is not going to be 1 always to get the final answer n. Am I mistaken?
            – Satish Ramanathan
            yesterday












          • If $2^{n-1}$ is selected, $2^n$ is not the smallest number in the sample. I edited the answer.
            – Peter
            yesterday













          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%2f1135506%2fproblem-on-expected-value-probability%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














          The probability that the smallest number in the sample is $2^n$ is $frac{1}{2^n}$ (The $n-1$ numbers
          before $2^n$ must be non-selected and $2^n$ must be selected).



          The expected value is $sum_{i=1}^n x_ip_i$, where $p_i$ is the probability for the value $x_i$.



          Since every product is $1$ and we have $n$ of them, the expected value is $n$.



          So, answer $D$ is correct.






          share|cite|improve this answer























          • I'm little bit confused. In question it is asked "Expected value of the smallest number in sample S" and you are calculating the probability of the smallest sample.
            – Atinesh
            Feb 6 '15 at 10:05










          • The probability that the smallest number is $2^{n-1}$ is still $frac{1}{2^{n}}$ the $n-2$ numbers before$ 2^{n-1}$ must be non selected and that $2^{n-1}$ and $2^{n}$ could be selected to create the sample giving you the probability $frac{1}{2^{n}}$. In which case the product is not going to be 1 always to get the final answer n. Am I mistaken?
            – Satish Ramanathan
            yesterday












          • If $2^{n-1}$ is selected, $2^n$ is not the smallest number in the sample. I edited the answer.
            – Peter
            yesterday


















          0














          The probability that the smallest number in the sample is $2^n$ is $frac{1}{2^n}$ (The $n-1$ numbers
          before $2^n$ must be non-selected and $2^n$ must be selected).



          The expected value is $sum_{i=1}^n x_ip_i$, where $p_i$ is the probability for the value $x_i$.



          Since every product is $1$ and we have $n$ of them, the expected value is $n$.



          So, answer $D$ is correct.






          share|cite|improve this answer























          • I'm little bit confused. In question it is asked "Expected value of the smallest number in sample S" and you are calculating the probability of the smallest sample.
            – Atinesh
            Feb 6 '15 at 10:05










          • The probability that the smallest number is $2^{n-1}$ is still $frac{1}{2^{n}}$ the $n-2$ numbers before$ 2^{n-1}$ must be non selected and that $2^{n-1}$ and $2^{n}$ could be selected to create the sample giving you the probability $frac{1}{2^{n}}$. In which case the product is not going to be 1 always to get the final answer n. Am I mistaken?
            – Satish Ramanathan
            yesterday












          • If $2^{n-1}$ is selected, $2^n$ is not the smallest number in the sample. I edited the answer.
            – Peter
            yesterday
















          0












          0








          0






          The probability that the smallest number in the sample is $2^n$ is $frac{1}{2^n}$ (The $n-1$ numbers
          before $2^n$ must be non-selected and $2^n$ must be selected).



          The expected value is $sum_{i=1}^n x_ip_i$, where $p_i$ is the probability for the value $x_i$.



          Since every product is $1$ and we have $n$ of them, the expected value is $n$.



          So, answer $D$ is correct.






          share|cite|improve this answer














          The probability that the smallest number in the sample is $2^n$ is $frac{1}{2^n}$ (The $n-1$ numbers
          before $2^n$ must be non-selected and $2^n$ must be selected).



          The expected value is $sum_{i=1}^n x_ip_i$, where $p_i$ is the probability for the value $x_i$.



          Since every product is $1$ and we have $n$ of them, the expected value is $n$.



          So, answer $D$ is correct.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited yesterday

























          answered Feb 5 '15 at 21:36









          Peter

          46.6k1039125




          46.6k1039125












          • I'm little bit confused. In question it is asked "Expected value of the smallest number in sample S" and you are calculating the probability of the smallest sample.
            – Atinesh
            Feb 6 '15 at 10:05










          • The probability that the smallest number is $2^{n-1}$ is still $frac{1}{2^{n}}$ the $n-2$ numbers before$ 2^{n-1}$ must be non selected and that $2^{n-1}$ and $2^{n}$ could be selected to create the sample giving you the probability $frac{1}{2^{n}}$. In which case the product is not going to be 1 always to get the final answer n. Am I mistaken?
            – Satish Ramanathan
            yesterday












          • If $2^{n-1}$ is selected, $2^n$ is not the smallest number in the sample. I edited the answer.
            – Peter
            yesterday




















          • I'm little bit confused. In question it is asked "Expected value of the smallest number in sample S" and you are calculating the probability of the smallest sample.
            – Atinesh
            Feb 6 '15 at 10:05










          • The probability that the smallest number is $2^{n-1}$ is still $frac{1}{2^{n}}$ the $n-2$ numbers before$ 2^{n-1}$ must be non selected and that $2^{n-1}$ and $2^{n}$ could be selected to create the sample giving you the probability $frac{1}{2^{n}}$. In which case the product is not going to be 1 always to get the final answer n. Am I mistaken?
            – Satish Ramanathan
            yesterday












          • If $2^{n-1}$ is selected, $2^n$ is not the smallest number in the sample. I edited the answer.
            – Peter
            yesterday


















          I'm little bit confused. In question it is asked "Expected value of the smallest number in sample S" and you are calculating the probability of the smallest sample.
          – Atinesh
          Feb 6 '15 at 10:05




          I'm little bit confused. In question it is asked "Expected value of the smallest number in sample S" and you are calculating the probability of the smallest sample.
          – Atinesh
          Feb 6 '15 at 10:05












          The probability that the smallest number is $2^{n-1}$ is still $frac{1}{2^{n}}$ the $n-2$ numbers before$ 2^{n-1}$ must be non selected and that $2^{n-1}$ and $2^{n}$ could be selected to create the sample giving you the probability $frac{1}{2^{n}}$. In which case the product is not going to be 1 always to get the final answer n. Am I mistaken?
          – Satish Ramanathan
          yesterday






          The probability that the smallest number is $2^{n-1}$ is still $frac{1}{2^{n}}$ the $n-2$ numbers before$ 2^{n-1}$ must be non selected and that $2^{n-1}$ and $2^{n}$ could be selected to create the sample giving you the probability $frac{1}{2^{n}}$. In which case the product is not going to be 1 always to get the final answer n. Am I mistaken?
          – Satish Ramanathan
          yesterday














          If $2^{n-1}$ is selected, $2^n$ is not the smallest number in the sample. I edited the answer.
          – Peter
          yesterday






          If $2^{n-1}$ is selected, $2^n$ is not the smallest number in the sample. I edited the answer.
          – Peter
          yesterday




















          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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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.


          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%2f1135506%2fproblem-on-expected-value-probability%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

          Questions related to Moebius Transform of Characteristic Function of the Primes

          List of scandals in India

          Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?