0% found this document useful (0 votes)
61 views3 pages

18.05 Lecture 2 February 4, 2005

This document summarizes key concepts from a probability and statistics lecture, including: 1. Properties of probability such as the sum of probabilities of disjoint events being the probability of their union. 2. Finite sample spaces where the probability of an event is the sum of probabilities of outcomes in the event. 3. Calculating probabilities of events using counting principles like permutations and combinations. 4. The binomial theorem for expanding binomial expressions and its applications. 5. Examples of counting outcomes of experiments and calculating probabilities.

Uploaded by

vannud
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views3 pages

18.05 Lecture 2 February 4, 2005

This document summarizes key concepts from a probability and statistics lecture, including: 1. Properties of probability such as the sum of probabilities of disjoint events being the probability of their union. 2. Finite sample spaces where the probability of an event is the sum of probabilities of outcomes in the event. 3. Calculating probabilities of events using counting principles like permutations and combinations. 4. The binomial theorem for expanding binomial expressions and its applications. 5. Examples of counting outcomes of experiments and calculating probabilities.

Uploaded by

vannud
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

18.

05 Lecture 2
February 4, 2005

§1.5 Properties of Probability.


1. P(A) ⊂ [0, 1]
2. P(S) = 1 �
3. P(⇒Ai ) = P (Ai ) if disjoint ↔ Ai ∞ Aj = ≥, i = ∈ j
The probability of a union of disjoint events is the sum of their probabilities.

4. P(≥), P(S) = P(S ⇒ ≥) = P(S) + P(≥) = 1

where S and ≥ are disjoint by definition, P(S) = 1 by #2., therefore, P(≥) = 0.

5. P(Ac ) = 1 − P(A)

because A, Ac are disjoint, P(A ⇒ Ac ) = P(S) = 1 = P(A) + P(Ac )

the sum of the probabilities of an event and its complement is 1.

6. If A √ B, P(A) ← P(B)

by definition, B = A ⇒ (B \ A), two disjoint sets.

P(B) = P(A) + P(B \ A) ∼ P(A)

7. P(A ⇒ B) = P(A) + P(B) − P(AB)

must subtract out intersection because it would be counted twice, as shown:

write in terms of disjoint pieces to prove it:

P(A) = P(A \ B) + P(AB)

P(B) = P(B \ A) + P(AB)

P(A ⇒ B) = P(A \ B) + P(B \ A) + P(AB)

Example: A doctor knows that P(bacterial infection) = 0.7 and P(viral infection) = 0.4

What is P(both) if P(bacterial ⇒ viral) = 1?

P(both) = P(B ∞ V)

1 = 0.7 + 0.4 - P(BV)

P(BV) = 0.1

Finite Sample Spaces


There are a finite # of outcomes S = {s1 , ..., sn }
Define pi = P(si ) as the probability function.

4
n

pi ∼ 0, pi = 1
i=1

P(A) = P(s)
s∞A

Classical, simple sample spaces - all outcomes have equal probabilities.


P(A) = #(A)
#(S) , by counting methods.
Multiplication rule: #(s1 ) = m, #(s2 ) = n, #(s1 × s2 ) = mn

Sampling without replacement: one at a time, order is important

s1 ...sn outcomes

k ← n (k chosen from n)

#(outcome vectors) = (a1 , a2 , ..., ak ) = n(n − 1) × ... × (n − k + 1) = Pn,k

Example: order the numbers 1, 2, and 3 in groups of 2. (1, 2) and (2, 1) are different.

P3,2 = 3 × 2 = 6

Pn,n = n(n − 1) × ... × 1 = n!

n!
Pn,k =
(n − k)!
Example: Order 6 books on a shelf = 6! permutations.

Sampling with replacement, k out of n

number of possibilities = n × n × n... = nk

Example: Birthday Problem- In a group of k people,

what is the probability that 2 people will have the same birthday?

Assume n = 365 and that birthdays are equally distributed throughout the year, no twins, etc.

# of different combinations of birthdays= #(S = all possibilities) = 365k

# where at least 2 are the same = #(S) − #(all are different) = 365k − P365,k

P365,k
P(at least 2 have the same birthday) = 1 −
365k

Sampling without replacement, k at once


s1 ...sn
sample a subset of size k, b1 ...bk , if we aren’t concerned with order.
� �
n n!
number of subsets = Cn,k = =
k k!(n − k)!
each set can be ordered k! ways, so divide that out of Pn,k
Cn,k - binomial coefficients

Binomial Theorem:
n � �
� n
(x + y)n = xk y n−k
k
k=0

5
� n�
There are k times that each term will show up in the expansion.

Example: a - red balls, b - black balls.

number of distinguishable ways to order in a row =

� � � �
a+b a+b
=
a b

Example: r1 + ... + rk = n; ri = number of balls in each box; n, k given

How many ways to split n objects into k sets?

Visualize the balls in boxes, in a line - as shown:

Fix the outer walls, rearrange the balls and the separators.

If you fix the outer walls of the first and last boxes,

you can rearrange the separators and the balls using the binomial theorem.

There are n balls and k-1 separators (k boxes).

Number of different ways to arrange the balls and separators =

� � � �
n+k−1 n+k−1
=
n k−1

Example: f (x1 , x2 , ..., xk ), take n partial derivatives:


�nf
� 2 x1 �x2 � 5 x3 ...�xk
k “boxes” � k “coordinates”

n “balls” � n “partial derivatives”


� � �n+k−1�

number of different partial derivatives = n+k−1


n = k−1

Example: In a deck of 52 cards, 5 cards are chosen.

What is the probability that �all �5 cards have different face values?

total number of outcomes = 52 5 � �


total number of face value combinations = 13 5
total number of suit possibilities, with replacement = 45
�13� 5
4
P(all 5 different face values) = �552�
5

** End of Lecture 2.

You might also like