44
1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

  • View
    225

  • Download
    0

Embed Size (px)

Citation preview

Page 1: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

1

Random Variables

Supplementary Notes

Prepared by Raymond WongPresented by Raymond Wong

Page 2: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

2

e.g.1 (Page 3) Suppose that we flip the coin 5

times. The following shows the sample

space of flipping the coin 5 times.HHHHH HTHHT … …

TTTTT THTHT … ….Sample Space

Suppose that we are interested in the total number of heads whenwe flip the coin 5 times.

X(HHHHH) = 5 X(HTHHT) = 3

X(TTTTT) = 0 X(THTHT) = 2

We define a random variable X to denote the total number of heads whenwe flip the coin 5 times.

Page 3: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

3

e.g.2 (Page 6)

Consider the example of flipping the coin 1 time.

Let X be the random variable where

X = 1 if the flip is successful (i.e., showing a head)

0 if the flip is unsuccessful (i.e., not showing a head)

X is called a Bernoulli random variable.

The flip is called a Bernoulli trial.

Page 4: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

4

e.g.3 (Page 8) Consider the example of flipping the coin 5

times. Let Xi be the random variable whereXi =

1 if the i-th flip is successful (i.e., showing a head)

0 if the i-th flip is unsuccessful (i.e., not showing a head) Xi is called a Bernoulli random variable. Each flip is called a Bernoulli trial. Flipping it 5 times is a Bernoulli trial process.

Suppose that we are interested in the number of heads.

We have X1 + X2 + X3 + X4 + X5.(i.e., the sum of Bernoulli Random Variables)

Page 5: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

5

e.g.4 (Page 9) We have 5 Bernoulli trials

with probability p success on each trial Let S denote success and F denote failure. What is the probability of the following?

(a) SSSFF (b) FFSSS (c) SFSFS (d) any particular ordering on three S’s and any particular

ordering on two F’s (e.g., FSFSS)

(a)Since each trial is independent, we have P(SSSFF) = P(S) x P(S) x P(S) x P(F) x P(F)

= p x p x p x (1-p) x (1-p)= p3(1-p)2

Page 6: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

6

e.g.4 We have 5 Bernoulli trials

with probability p success on each trial Let S denote success and F denote failure. What is the probability of the following?

(a) SSSFF (b) FFSSS (c) SFSFS (d) any particular ordering on three S’s and any particular

ordering on two F’s (e.g., FSFSS)

(b)Since each trial is independent, we have P(FFSSS) = P(F) x P(F) x P(S) x P(S) x P(S)

= (1-p) x (1-p) x p x p x p = p3(1-p)2

Page 7: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

7

e.g.4 We have 5 Bernoulli trials

with probability p success on each trial Let S denote success and F denote failure. What is the probability of the following?

(a) SSSFF (b) FFSSS (c) SFSFS (d) any particular ordering on three S’s and any particular

ordering on two F’s (e.g., FSFSS)

(c)Since each trial is independent, we have P(SFSFS) = P(S) x P(F) x P(S) x P(F) x P(S)

= p x (1-p) x p x (1-p) x p = p3(1-p)2

Page 8: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

8

e.g.4 We have 5 Bernoulli trials

with probability p success on each trial Let S denote success and F denote failure. What is the probability of the following?

(a) SSSFF (b) FFSSS (c) SFSFS (d) any particular ordering on three S’s and any particular

ordering on two F’s (e.g., FSFSS)

(d) Since each trial is independent, we have P(any particular ordering on three S’s and any particular ordering on two F’s) = P(S) x P(S) x P(S) x P(F) x P(F)

= p x p x p x (1-p) x (1-p) = p3(1-p)2

P(any particular ordering on three S’s and any particular ordering on two F’s) = p3(1-p)2

Page 9: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

9

e.g.5 (Page 10) We have 5 Bernoulli trials

with probability p success on each trial Let S denote success and F denote failure.

What is the probability that the 5 trials contain exactly 3 successes?

P(any particular ordering on three S’s and any particular ordering on two F’s) = p3(1-p)2

Is it equal to p3(1-p)2? No.

The total number of trials containing 3 successes and 2 failures = 53

P(5 trails contain exactly 3 successes)= P(SSSFF) + P(SSFSF) + …+ P(FFSSS) = p3(1-p)2 + p3(1-p)2 + …+ p3(1-p)2

= p3(1-p)253

Page 10: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

10

e.g.6 (Page 12)

The sample space for the Binomial Random Variable X is:

X = 0 X = 1 X = 2 …

… … … X = nSample Space

p0(1-p)n-0n0

p1(1-p)n-1n1

p2(1-p)n-2n2

pn(1-p)n-nnn

Page 11: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

11

e.g.7 (Page 12) The binomial theorem is

n

k

knkn yxk

nyx

0

)(

If x = p and y = 1-p, we have

n

k

knkn ppk

npp

0

)1(])1[(

n

k

knkn ppk

n

0

)1(1

1)1(0

n

k

knk ppk

n

Page 12: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

12

e.g.8 (Page 13) There are 10 questions in a test. A student takes this test. Suppose that he who knows 80% of the course material

has probability 0.8 of success on any question, independent of how he did on another question.

10 questionsP(he answers correctly) = 0.8P(he answers incorrectly) = 0.2

(a)What is P(answer exactly 8 questions correctly)? (b) What is P(answer exactly 9 questions correctly)?(c) What is P(answer exactly 10 questions correctly)?

(a) What is the probability that he answers exactly 8 questions correctly?

(b) What is the probability that he answers exactly 9 questions correctly?

(c) What is the probability that he answers exactly 10 questions correctly?

Page 13: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

13

e.g.8

10 questionsP(he answers correctly) = 0.8P(he answers incorrectly) = 0.2

(a)What is P(answer exactly 8 questions correctly)? (b) What is P(answer exactly 9 questions correctly)?(c) What is P(answer exactly 10 questions correctly)?

(a)

This example is similar to the Bernoulli trial process. A trial in this example is answering a question.

A success in this example is that he answers the question correctly.

A failure in this example is that he answers the question incorrectly.

Thus, we can use the formula of the Bernoulli trail process (or Binomial Random Variable X)

0.8kx0.210-k10kP(X = k) =

0

if 0 k 10

otherwise

Let X be the total number of questions answered correctly.

P(X = 8) = 0.88x0.210-8108

= 0.88x0.22108

=0.302

(b) P(X = 9) = 0.89x0.210-910

9= 0.89x0.2110

9=0.268

P(X = 10)= 0.810x0.210-101010

= 0.810x0.201010

=0.107(c)

Page 14: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

14

e.g.9 (Page 15)

Suppose that we flip a fair coin TWICE.

The sample space is

TT HT

TH HHSample Space

0 head 1 head

1 head 2 heads

Page 15: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

15

e.g.10 (Page 15)

Suppose that we flip a fair coin THREE times.

The sample space is

TTT TTH THT HTT

THH HTH HHT HHHSample Space

0 head 1 head 1 head 1 head

2 heads 2 heads 2 heads 3 heads

Page 16: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

16

e.g.11 (Page 16)

Illustration 1 for Page 16

Step 1

I You

Step 2 Flip 3 coins

Step 3

I YouThe outcome is HHT

I You$ ???

$ 2

Page 17: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

17

e.g.12 (Page 16)

Illustration 2 for Page 16

Step 1

I You

Step 2 Flip 3 coins

Step 3

I YouThe outcome is TTT

I You$ ???

$ 0

Page 18: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

18

e.g.13 (Page 17)

X = 0 X = 1 X = 2 X = 3Sample Space

What is E(X)?

E(X) =

Let X be a random variable denoting a number equal to 0, 1, 2, or 3.The sample space where we consider random variable X is

0 x ¼ + 1 x ¼ + 2 x ¼ + 3 x ¼

1/4 1/4 1/4 1/4

= 3/2

xi

P(X = xi)

Page 19: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

19

e.g.14 (Page 17) Suppose that we flip a fair coin THREE times. The sample space where we flip a fair coin THREE

times is

TTT TTH THT HTT

THH HTH HHT HHHSample Space

3 tails 2 tails 2 tails 2 tails

1 tail 1 tail 1 tail 0 tail

1/8 1/8 1/8 1/8

1/8 1/8 1/8 1/8

Let X be the random variable denoting the number of tails.What is E(X)? E(X) = 3x1/8 + 2x1/8 + 2x1/8 + 2x1/8

+ 1x1/8 + 1x1/8 + 1x1/8 + 0x1/8= 1.5

Page 20: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

20

e.g.15 (Page 17)

TTT TTH THT HTT

THH HTH HHT HHHSample Space

3 tails 2 tails 2 tails 2 tails

1 tail 1 tail 1 tail 0 tail

8/27 4/27 4/27 4/27

2/27 2/27 2/27 1/27

Let X be the random variable denoting the number of tails.What is E(X)? E(X) = 3x8/27 + 2x4/27 + 2x4/27 + 2x4/27

+ 1x2/27 + 1x2/27 + 1x2/27 + 0x1/27= 2

Suppose that we flip a biased coin THREE times where P(tail) = 2/3 and P(head) = 1/3 The sample space where we flip a biased coin THREE times is

Page 21: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

21

e.g.16 (Page 17)

X = 0 X = 1 X = 2 X = 3Sample Space

What is E(X)?

E(X) =

Suppose that we flip a biased coin THREE times where P(tail) = 2/3 and P(head) = 1/3 Let X be the random variable denoting the number of tails. The sample space where we consider random variable X is

(2/3)1(1/3)3-131

(2/3)2(1/3)3-232

(2/3)3(1/3)3-333

(2/3)0(1/3)3-030

0 x (2/3)0(1/3)3-030

+ 1 x

(2/3)0(1/3)3-030

+ 2 x (2/3)0(1/3)3-030

+ 3 x

= 2

(2/3)0(1/3)3-030

Page 22: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

22

e.g.17 (Page 18) Suppose that I want to throw one 6-sided dice.

Sample space

= { , , , , , }

Let X be the number of spots shown. What is E(X)?

1 spot 2 spots 3 spots 4 spots 5 spots 6 spots

E(X) =

1/6 1/6 1/6 1/6 1/6 1/6

1x1/6 + 2x1/6 + 3x1/6 + 4x1/6 + 5x1/6 + 6x1/6

= 7/2

Page 23: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

23

e.g.18 (Page 18) Suppose that I want to throw two fair dice. Let Y be the random variable denoting the number of spots shown.

Dice 1

Dice 2

Sum

1 1 2

1 2 3

1 3 4

1 4 5

1 5 6

1 6 7

2 1 3

2 2 4

2 3 5

2 4 6

2 5 7

2 6 8

Dice 1

Dice 2

Sum

3 1 4

3 2 5

3 3 6

3 4 7

3 5 8

3 6 9

4 1 5

4 2 6

4 3 7

4 4 8

4 5 9

4 6 10

Dice 1

Dice 2

Sum

5 1 6

5 2 7

5 3 8

5 4 9

5 5 10

5 6 11

6 1 7

6 2 8

6 3 9

6 4 10

6 5 11

6 6 12

i P(Y=i)

2

3

4

5

6

7

8

9

10

11

12

1/36

2/36

3/36

4/36

5/36

6/36

5/36

4/36

3/36

2/36

1/36

Page 24: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

24

e.g.19 (Page 18) Suppose that I want to throw two fair dice. Let Y be the random variable denoting the number of spots shown.

i P(Y=i)

2

3

4

5

6

7

8

9

10

11

12

1/36

2/36

3/36

4/36

5/36

6/36

5/36

4/36

3/36

2/36

1/36

E(Y) = 2 x 2/36 + 3 x 2/36 + 4 x 3/36 + 5 x 4/36+ 6 x 5/36 + 7 x 6/36 + 8 x 5/36 + 9 x4/36+ 10 x 3/36 + 11 x 2/36 + 12 x 1/36

= 7

Page 25: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

25

e.g.20 (Page 20) Suppose that we flip a fair coin THREE times. The sample space where we flip a fair coin THREE

times is

TTT TTH THT HTT

THH HTH HHT HHHSample Space

3 tails 2 tails 2 tails 2 tails

1 tail 1 tail 1 tail 0 tail

1/8 1/8 1/8 1/8

1/8 1/8 1/8 1/8

Let X be the random variable denoting the number of tails.What is E(X)? E(X) = 0x1/8 + 1x1/8 + 1x1/8 + 1x1/8

+ 2x1/8 + 2x1/8 + 2x1/8 + 3x1/8= 1.5

s

X(s)

P(s)

Page 26: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

26

e.g.21 (Page 25)Theorem 5.10Suppose X and Y are random variables on the (finite) sample space S. Then E(X + Y) = E(X) + E(Y)

Lemma 5.9If a random variable X is defined on a (finite) sample space S, then its expected value is given by

E(X) = X(s) P(s)

Sss:

Let Z = X+Y. That is, given an outcome s in S, Z(s) = X(s) + Y(s)

Why is it correct?

According to Lemma 5.9,

we have E(X+Y) = E(Z)

= [X(s) + Y(s)] P(s) Sss:

= [X(s)P(s) + Y(s)P(s) ]Sss:

= X(s)P(s) + Y(s)P(s)Sss:

Sss:

= E(X) + E(Y)

= Z(s) P(s) Sss:

IMPORTANT: X and Y can be independentX and Y can be dependent.

Page 27: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

27

e.g.22 (Page 26) Suppose that we flip a fair coin. We have two random variables X and Y.

X = 1 if head

0 if tailY =

0 if head

1 if tail

(a) What is E(X)? (b) What is E(Y)? (c) What is E(X + Y)

(without using Theorem 5.10)? (d) What is E(X+Y)

(by using Theorem 5.10)?

X = 1 if head

0 if tailY =

0 if head

1 if tail

(a) What is E(X)?(b) What is E(Y)?(c) What is E(X + Y) (without using Theorem 5.10)?(d) What is E(X+Y) (by using Theorem 5.10)?

Page 28: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

28

e.g.22

X = 1 if head

0 if tailY =

0 if head

1 if tail

(a) What is E(X)?(b) What is E(Y)?(c) What is E(X + Y) (without using Theorem 5.10)?(d) What is E(X+Y) (by using Theorem 5.10)?

(a) E(X) = 1 x ½ + 0 x ½ = ½

(b) E(Y) = 0 x ½ + 1 x ½ = ½

(c) Consider two cases. Case 1: head

Case 2: tail

X = 1 and Y = 0 X+Y = 1

X = 0 and Y = 1 X+Y = 1

E(X+Y) = 1 x ½ + 1 x ½ = 1

(d)By using the theorem, we haveE(X + Y) = E(X) + E(Y)

= ½ + ½

= 1

Page 29: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

29

e.g.23 (Page 26) Suppose that we flip a fair coin. We have two random variables X and Y.

X = 1 if head

0 if tailY =

0 if head

1 if tail

(a) What is E(X)? (b) What is E(Y)? (c) What is E(XY)? (d) Is “E(XY) = E(X)E(Y)”?

X = 1 if head

0 if tailY =

0 if head

1 if tail

(a) What is E(X)?(b) What is E(Y)?(c) What is E(XY)?(d) Is “E(XY) = E(X)E(Y)”?

Page 30: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

30

e.g.23

X = 1 if head

0 if tailY =

0 if head

1 if tail

(a) What is E(X)?(b) What is E(Y)?(c) What is E(XY)?(d) Is “E(XY) = E(X)E(Y)”?

(a) E(X) = ½ (b) E(Y) = ½ (c) Consider two cases.

Case 1: head

Case 2: tail

X = 1 and Y = 0 XY = 0

X = 0 and Y = 1 XY = 0

E(XY) = 0 x ½ + 0 x ½ = 0

(d) Consider E(X)E(Y)= ½ x ½ = ¼

We know that E(XY) = 0 (from part (c))

Thus, E(XY) E(X)E(Y)

Page 31: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

31

e.g.24 (Page 26)

In any cases (or in general), E(X + Y) = E(X) + E(Y)

In some cases, E(XY) E(X)E(Y)

In some other cases, E(XY) = E(X)E(Y)

Page 32: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

32

e.g.24 (Page 27)

Illustration of Theorem 5.11 E.g. E(2X) = 2E(X) The reason is

E(2X) = E(X + X) = E(X) + E(X) = 2E(X)

Page 33: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

33

e.g.25 (Page 36) Consider Derangement Problem (or

Dearrangement Problem) Suppose that there are 5 (or n) students. They put their backpacks along the wall. Someone mixed up the backpacks so

students get back “random” backpacks.

5 students (or n students)

Page 34: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

34

e.g.25 Let X be the total number of students who get their

backpacks back correctly Let Xi be an indicator random variable denoting the

event Ei that student i gets his backpack correctly (a) Are E1 and E2 independent when n =2? (b) What is E(X) when n = 5?

5 students (or n students)

X: total number of students who get their backpacks back correctly

Xi be an indicator random variable denoting the event Ei that student i gets his backpack correctly(a) Are E1 and E2 independent when n = 2?(b) What is E(X) when n = 5?

Page 35: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

35

e.g.23

5 students (or n students)

X: total number of students who get their backpacks back correctly

Xi be an indicator random variable denoting the event Ei that student i gets his backpack correctly(a) Are E1 and E2 independent when n = 2?(b) What is E(X) when n = 5?

Raymond Peter

Ray

(a)Suppose that student 1 is “Raymond” and student 2 is “Peter”.E1: the event that “Raymond” gets his backpack correctly.E2: the event that “Peter” gets his backpack correctly.

Peter

There are only two cases.

Case 1:

Raymond Peter

Peter RayCase 2:

P(E1) = P(“Raymond” gets his backpack correctly)= ½ P(E2) = P(“Peter” gets his backpack correctly) = ½

P(E1 E2) = P(“Raymond and “Peter” get their backpack correctly)= ½ Note that P(E1) x P(E2) = ½ x ½ = ¼Thus, P(E1) x P(E2) P(E1 E2)

Thus, E1 are E2 are not independent.

Page 36: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

36

e.g.23

5 students (or n students)

X: total number of students who get their backpacks back correctly

Xi be an indicator random variable denoting the event Ei that student i gets his backpack correctly(a) Are E1 and E2 independent when n = 2?(b) What is E(X) when n = 5?

(b)Note that X = X1 + X2 + X3 + X4 + X5By linearity of expectation,

E(X) = E(X1 + X2 + X3 + X4 + X5)

= E(X1) + E(X2) + E(X3) + E(X4) + E(X5)

Note that events Ei (or the correspondence random variables Xi) are not independent.We can still use this linearity of expectation.

The next question is : What is E(Xi)?

Note that Xi = 1 if student i takes his backpack correctly

0 if student i takes his backpack incorrectlyE(Xi) = 1 x P(student i takes his backpack correctly) + 0 x P(student i takes his backpack incorrectly)

= P(student i takes his backpack correctly)

Page 37: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

37

e.g.23

5 students (or n students)

X: total number of students who get their backpacks back correctly

Xi be an indicator random variable denoting the event Ei that student i gets his backpack correctly(a) Are E1 and E2 independent when n = 2?(b) What is E(X) when n = 5?

(b)Note that X = X1 + X2 + X3 + X4 + X5By linearity of expectation,

E(X) = E(X1 + X2 + X3 + X4 + X5)

= E(X1) + E(X2) + E(X3) + E(X4) + E(X5)

The next question is : What is E(Xi)?

E(Xi)

= P(student i takes his backpack correctly)

Page 38: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

38

e.g.23

5 students (or n students)

X: total number of students who get their backpacks back correctly

Xi be an indicator random variable denoting the event Ei that student i gets his backpack correctly(a) Are E1 and E2 independent when n = 2?(b) What is E(X) when n = 5?

(b)Note that X = X1 + X2 + X3 + X4 + X5By linearity of expectation,

E(X) = E(X1 + X2 + X3 + X4 + X5)

= E(X1) + E(X2) + E(X3) + E(X4) + E(X5)

The next question is : What is E(Xi)?E(Xi) = P(student i takes his backpack correctly)

Raymond Peter

There are (5-1)! cases that Raymond gets his OWN backpack back.There are totally 5! cases

= (5-1)!/5!= 4!/5!= 1/5

Page 39: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

39

e.g.23

5 students (or n students)

X: total number of students who get their backpacks back correctly

Xi be an indicator random variable denoting the event Ei that student i gets his backpack correctly(a) Are E1 and E2 independent when n = 2?(b) What is E(X) when n = 5?

(b)Note that X = X1 + X2 + X3 + X4 + X5By linearity of expectation,

E(X) = E(X1 + X2 + X3 + X4 + X5)

= E(X1) + E(X2) + E(X3) + E(X4) + E(X5)

The next question is : What is E(Xi)?E(Xi) = P(student i takes his backpack correctly)

= (5-1)!/5!= 4!/5!= 1/5

Thus, E(X) = E(X1) + E(X2) + E(X3) + E(X4) + E(X5) = 1/5 + 1/5 + 1/5 + 1/5 + 1/5= 1

Additional Question: If n can be any number, what is E(X)?E(X) = 1

Note that it is independent of n. E.g., If n = 1000, we expect that there is only one student who gets his backpack correctly.

Page 40: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

40

e.g.26 (Page 40)

Suppose that we flip a coin. The sample space of flipping a

coin isH TEvent

P(H) = ½

P(T) = ½ Suppose that I flip a coin repeatedly. We want to see a head.Do you think that we “expect” to see a head within TWO flips?

Page 41: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

41

e.g.27 (Page 40)

Suppose that we throw two dice. The sample space of throwing two dice is

Dice 1

Dice 2

Sum

1 1 2

1 2 3

1 3 4

1 4 5

1 5 6

1 6 7

2 1 3

2 2 4

2 3 5

2 4 6

2 5 7

2 6 8

Dice 1

Dice 2

Sum

3 1 4

3 2 5

3 3 6

3 4 7

3 5 8

3 6 9

4 1 5

4 2 6

4 3 7

4 4 8

4 5 9

4 6 10

Dice 1

Dice 2

Sum

5 1 6

5 2 7

5 3 8

5 4 9

5 5 10

5 6 11

6 1 7

6 2 8

6 3 9

6 4 10

6 5 11

6 6 12

P(sum=7)= 1/6= 6/36

Suppose that I throw two dice repeatedly. We want to see the sum = 7.Do you think that we “expect” to see “sum = 7” within SIX times of throwing?

Page 42: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

42

e.g.28 (Page 43) Suppose that the trial process is

“FFFS” where F corresponds to a failure and S corresponds to a success.

Let X be a random variable denoting the trial number where the first success occurs.

Let p be the probability of success. (a) What is X(FFFS)? (b) What is P(FFFS)?

X(FFFS) = 4

P(FFFS) = (1-p)3p

Page 43: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

43

e.g.29 (Page 44) We know the following known fact. (1) Theorem 4.6: For any real number x

1,

n

i 1i . xi =

nxn+2 – (n+1)xn+1 + x

(1-x)2

For any real number -1 < x < 1,

1ii . xi =

x

(1-x)2

(2)

You don’t need to recite (2). If we have (1), we can derive (2)This is because nxn is equal to 0 when n is very large.If n is very large and -1 < x < 1, then what is the value of nxn?

Consider limnnxn

nx-n= limn

1= limn x -n (ln x)(-1)

(By L’Hospital’s Rule)

= limn

1(ln x)(-1)

. xn

= 0

Why?

(This is because limn xn = 0)

Page 44: 1 Random Variables Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong

44

e.g.29 We know the following known fact. (1) Theorem 4.6: For any real number x

1,

n

i 1i . xi =

nxn+2 – (n+1)xn+1 + x

(1-x)2

For any real number -1 < x < 1,

1ii . xi =

x

(1-x)2

(2)

You don’t need to recite (2). If we have (1), we can derive (2)This is because nxn is equal to 0 when n is very large.

Consider nxn+2

= nxn.x2 = 0.x2 if n is very large

= 0

Similarly, (n+1)xn+1 = 0 if n is very large

n

i 1i . xi =

nxn+2 – (n+1)xn+1 + x

(1-x)2

Thus, from Theorem 4.6

If n is large, we have

1ii . xi =

x

(1-x)2