Tut1ans PDF
Tut1ans PDF
Tut1ans PDF
Tutorial 1 Solutions
1. Box A contains one red and one black marbles. Box B contains one green and one
white marbles. Consider the experiment of drawing a marble at random from Box A,
transferring it to Box B and then drawing a marble from Box B at random.
(a) Write down the associated sample space.
S = {RR, RG, RW, BB, BG, BW }.
(b) List the sample point(s) that comprise the event that a red ball is selected from
Box B.
{RR}.
(c) List the sample point(s) that comprise the event that a white ball is selected from
Box B.
{RW, BW }.
(d) List the sample points that comprise the event that a green ball is not selected
from Box B.
{RR, RW, BB, BW }.
2. Let An = [0, 1 + n1 ), n = 1, 2, , be a sequence of events (i.e. intervals). Find A1 A2 ,
A1 A2 A3 and A1 A2 A100 . Then guess the result of
n=1 An .
A1 A2 = [0, 2) [0, 1 21 ) = [0, 1 12 ) = A2 .
A1 A2 A3 = [0, 1 31 ) = A3 .
1
A1 A2 A100 = [0, 1 100
) = A100 .
m
n=1 An = limm n=1 An = limm [0, 1 +
1
)
m
= [0, 1].
Let A be the event that the random sample will contain 3 defectives.
(10)(10010)
Then P (A) = 3 10053 = 1204005
0.00638.
75287520
(5)
The following questions are optional for MAST20006 students but prescribed for MAST90057 ones.
6. (Q1.1-13 in textbook) If we had a choice of two airlines, we would possibly choose the
airline with the better on time performance. So consider Alaska and America West
using data reported by Arnold Barnett, How Numbers Can Trick You, in Technology
Review, 1994.
Airline
Alaska Airlines
America West
On Time
On Time
Los Angeles
497
559
= 0.889
694
811
= 0.856
Phonex
221
233
= 0.948
4840
5255
= 0.921
San Diego
212
232
= 0.914
383
448
= 0.855
San Francisco
503
605
= 0.831
320
449
= 0.713
Seattle
1841
2146
= 0.858
201
262
= 0.767
Five-city Total
3274
3775
= 0.867
6438
7225
= 0.891
(a) For each of the five cities listed, which airline has the better on time performance?
Alaska Airlines has the better performance for each city.
(b) Combining the results, which airline has the better on time performance?
America West has the better performance when the factor Destination is
dropped.
(c) Interpret your results.
This is an example of Simpsons Paradox.
7. (Q1.2-15 in textbook) Divide a line segment into two parts by selecting a point at
random. Use your intuition to assign a probability to the event that the longer segment
is at least two times as long as the shorter segment.
Consider partitioning the segment into 3 equal sub-segments. Then whenever a
randomly selected point falls into the two end sub-segments, the longer part created
by the selected point will be at least two times as long as the short part. Thus the
probability for this event to occur is 2/3.
8. (Q1.3-7) In a state lottery four digits are drawn at random (one digit at a time) with
replacement from 0 to 9. Suppose that you win if any permutation of your selected
integers is drawn. Give the probability of winning if you select
(a) 6, 7, 8, 9.
P ({6, 7, 8, 9}) =
number of ways that the 4 numbers drawn are any permutations of 6,7,8,9
number of ways of drawing 4 numbers from 0,1,...9
43321
= 0.0024.
= 10101010
(b) 6, 7, 8, 8.
P ({6, 7, 8, 8}) =
number of ways that the 4 numbers drawn are any permutations of 6,7,8,8
number of ways of drawing 4 numbers from 0,1,...9
(42)21
= 10101010 = 0.0012.
(c) 7, 7, 8, 8.
P ({7, 7, 8, 8}) =
number of ways that the 4 numbers drawn are any permutations of 7,7,8,8
number of ways of drawing 4 numbers from 0,1,...9
(42)1
= 10101010 = 0.0006.
(d) 7, 8, 8, 8.
P ({7, 8, 8, 8}) =
number of ways that the 4 numbers drawn are any permutations of 7,8,8,8
number of ways of drawing 4 numbers from 0,1,...9
(41)1
= 10101010 = 0.0004.
P
P
9. (a) Calculate nr=0 nr for n = 0, 1 and 2. Then guess the result of nr=0 nr for
general n and prove it.
P
P
From the binomial expansion (a + b)n = nr=0 nr ar bnr it follows that
n
n
n
n
r=0 r = (1 + 1) = 2
by taking a = b = 1.
P
P
(b) Calculate nr=0 (1)r nr for n = 1, 2 and 3. Then guess the result of nr=0 (1)r nr
for general n and prove it.
Pn n r nr
n
From the binomial
expansion
(a
+
b)
=
it follows that
r=0 r a b
Pn
n
r n
0 = (1 + 1) = r=0 (1) r
by taking a = 1 and b = 1.