Statistics for laboratory scientists

Solutions for the homework problems for lecture 5

    1. Pr(F2 seed is smooth) = 3/4 = 75%

    2. Pr(F2 seed has genotype Aa) = 1/2 = 50%

    3. Pr(F2 seed has genotype Aa | it is smooth) = (1/2)/(3/4) = 2/3 = (approx) 67%

    4. Pr(F3 seed is smooth | F2 has genotype AA) = 100%

    5. Pr(F3 seed is smooth | F2 has genotype Aa) = 3/4 = 75%

    6. Pr(F3 seed is smooth)
      = Pr(F3 is smooth | F2 is AA) x Pr(F2 is AA) + Pr(F3 is smooth | F2 is Aa) x Pr(F2 is Aa) + Pr(F3 is smooth | F2 is aa) x Pr(F2 is aa)
      = [1 x (1/4)] + [(3/4) x (1/2)] + [0 x (1/4)] = 5/8 = 62.5%

    7. Pr(F3 seed is smooth | F2 is smooth)
      = Pr(F3 is smooth | F2 is AA) x Pr(F2 is AA | F2 is smooth) + Pr(F3 is smooth | F2 is Aa) x Pr(F2 is Aa | F2 is smooth)
      = [1 x (1/3)] + [(3/4) x (2/3)] = 5/6 = (approx) 83.3%

    1. (5/10) x (5/10) = 1/4 = 25%

    2. 100%

    3. If 1st ball was blue, then we must be drawing from urn A, and so Pr(2nd is red | 1st is blue) = 50%.

    4. Pr(2nd is red and 1st is red) = Pr(both are red and coin was heads) + Pr(both are red and coin was tails) = Pr(coin was heads) x Pr(both red | coin heads) + Pr(coin tails) x Pr(both red | coin tails) = (1/2) x (1/4) + (1/2) x 1 = 1/8 + 1/2 = 5/8 = 63%.

      Similarly, Pr(1st is red) = (1/2) x (1/2) + (1/2) x 1 = 1/4 + 1/2 = 3/4 = 75%.

      Thus, Pr(2nd is red | 1st is red) = (5/8) / (3/4) = 5/6 = 83%.

    1. 4/52 = 1/13 = 7.7%

    2. 1/13 = 7.7%

    3. 2/50 = 1/25 = 4%

    4. Pr(all are Jacks) = Pr(1st is Jack) x Pr(2nd is Jack | 1st is Jack) x Pr(3rd is Jack | 1st two are Jacks) = (4/52) x (3/51) x (2/50) = 3/16575.

    5. (48/52)x(47/51)x(46/50) = 78%

    6. Pr(at least one is a Jack) = 1 - Pr(none are Jacks) = 22%.


[ 3rd term syllabus | 4rd term syllabus | R for Windows ]

Last modified: Wed Feb 22 09:44:38 EST 2006