+ Reply to Thread
Results 1 to 7 of 7

Thread: What's wrong with this sample space?

  1. #1
    Points: 1,980, Level: 26
    Level completed: 80%, Points required for next Level: 20
    derksheng's Avatar
    Posts
    247
    Thanks
    49
    Thanked 34 Times in 28 Posts

    What's wrong with this sample space?



    "A coin is tossed until for the first time the same result appears twice in succession. Describe the sample space."

    My answer:

    \Omega := \{HH,TT\}\cup \{\cup_{i=1}^n \{HT_i\} \cup HH : n \in \mathbb{N}^* \} \cup \{\cup_{i=1}^n \{HT_i\} \cup T : n \in \mathbb{N}^* \} \cup \{\cup_{i=1}^n \{TH_i\} \cup TT : n \in \mathbb{N}^* \} \cup \{\cup_{i=1}^n \{TH_i\} \cup H : n \in \mathbb{N}^* \}

    But the problem is that I'm getting a sample space like \Omega := \{HH,TT,\{HH,T\},\{TT,H\}...\}, and I think that you're not allowed to have sets denoting individual states of the world?

  2. #2
    Bhoot
    Points: 1,270, Level: 19
    Level completed: 70%, Points required for next Level: 30

    Posts
    1,758
    Thanks
    40
    Thanked 124 Times in 106 Posts

    Re: What's wrong with this sample space?

    I think this is about the notation. I think the notation means
    \{\cup_{i=1}^n \{HT_i\} \cup HH  = \{ HTHH, HTHTHH, HTHTHTHH,... \}

    Quote Originally Posted by derksheng View Post
    "A coin is tossed until for the first time the same result appears twice in succession. Describe the sample space."

    My answer:

    \Omega := \{HH,TT\}\cup \{\cup_{i=1}^n \{HT_i\} \cup HH : n \in \mathbb{N}^* \} \cup \{\cup_{i=1}^n \{HT_i\} \cup T : n \in \mathbb{N}^* \} \cup \{\cup_{i=1}^n \{TH_i\} \cup TT : n \in \mathbb{N}^* \} \cup \{\cup_{i=1}^n \{TH_i\} \cup H : n \in \mathbb{N}^* \}

    But the problem is that I'm getting a sample space like \Omega := \{HH,TT,\{HH,T\},\{TT,H\}...\}, and I think that you're not allowed to have sets denoting individual states of the world?

  3. #3
    Points: 1,980, Level: 26
    Level completed: 80%, Points required for next Level: 20
    derksheng's Avatar
    Posts
    247
    Thanks
    49
    Thanked 34 Times in 28 Posts

    Re: What's wrong with this sample space?

    Quote Originally Posted by vinux View Post
    I think this is about the notation. I think the notation means
    \{\cup_{i=1}^n \{HT_i\} \cup HH  = \{ HTHH, HTHTHH, HTHTHTHH,... \}
    I actually made an error, it should've been \cup_{i=1}^n \{HT_i\} \cup \{HH\}, instead of \cup_{i=1}^n \{HT_i\} \cup HH.

    Given my correction, \cup_{i=1}^2 \{HT_i\} \cup \{HH\} = \{HT,HT,HH\} \not= \{HTHTHH\} (I want {HTHTHH}, and not {HT,HT,HH}.).

  4. #4
    Bhoot
    Points: 1,270, Level: 19
    Level completed: 70%, Points required for next Level: 30

    Posts
    1,758
    Thanks
    40
    Thanked 124 Times in 106 Posts

    Re: What's wrong with this sample space?

    My explanation was based on the solution of the problem.
    \cup_{i=1}^2 \{HT_i\} \cup \{HH\} = \{HT,HT,HH\} This definition doesn't help . \{HT,HT,HH\} = \{HT,HH\} and HH is already in the set.
    By the way what are looking for this question? solution or the expansion of the set?
    Quote Originally Posted by derksheng View Post
    I actually made an error, it should've been \cup_{i=1}^n \{HT_i\} \cup \{HH\}, instead of \cup_{i=1}^n \{HT_i\} \cup HH.

    Given my correction, \cup_{i=1}^2 \{HT_i\} \cup \{HH\} = \{HT,HT,HH\} \not= \{HTHTHH\} (I want {HTHTHH}, and not {HT,HT,HH}.).

  5. The Following User Says Thank You to vinux For This Useful Post:

    derksheng (08-07-2012)

  6. #5
    Points: 1,980, Level: 26
    Level completed: 80%, Points required for next Level: 20
    derksheng's Avatar
    Posts
    247
    Thanks
    49
    Thanked 34 Times in 28 Posts

    Re: What's wrong with this sample space?

    Quote Originally Posted by vinux View Post
    My explanation was based on the solution of the problem.
    What solution? I posted my attempt at the solution, not that actual solution.

    Quote Originally Posted by vinux View Post

    \cup_{i=1}^2 \{HT_i\} \cup \{HH\} = \{HT,HT,HH\} This definition doesn't help . \{HT,HT,HH\} = \{HT,HH\} and HH is already in the set.
    Great point. Didn't see this.

    Quote Originally Posted by vinux View Post
    By the way what are looking for this question? solution or the expansion of the set?
    Need to find what \Omega is.
    Last edited by derksheng; 08-07-2012 at 11:53 AM.

  7. #6
    Bhoot
    Points: 1,270, Level: 19
    Level completed: 70%, Points required for next Level: 30

    Posts
    1,758
    Thanks
    40
    Thanked 124 Times in 106 Posts

    Re: What's wrong with this sample space?

    It would have been easy if I could find appropriate notation for the sequence mentioned below.

    As per your question The possible outcomes are

    HH, TT
    HTHH, HTHTHH, HTHTHTHH, ,...
    HTT, HTHTT, HTHTHT, ....
    THTT, THTHTT, THTHTHTT, ...
    THH, THTHH,THTHTHH,...
    You need find a set notation for all the above elements.

  8. #7
    Points: 1,980, Level: 26
    Level completed: 80%, Points required for next Level: 20
    derksheng's Avatar
    Posts
    247
    Thanks
    49
    Thanked 34 Times in 28 Posts

    Re: What's wrong with this sample space?


    Yep, thanks.

    I was hoping I could find an expression for \Omega where I didn't have to end it in "...", but I guess I will have to.

    Thanks for your help.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts








Advertise on Talk Stats