Chapter 4 Notes - Probability
Chapter 4 Notes - Probability
Chapter 4 Notes - Probability
Many business decisions are made under conditions of uncertainty. Probability theory
provides the foundation for quantifying and measuring uncertainty.
1. TYPES OF PROBABILITY
⇒ 2 Types of probability:
1. Subjective probability – cannot be statistically verified and is not used much for
statistical analysis
2. Objective probability – when probability of an event occurring can be verified
statistically through surveys or empirical observations; used extensively.
r
Any probability is defined as: P(A) =
n
E.g. Assume 355 Ford car owners (n = 355) were randomly selected and asked: ‘When
you buy your next car, will you buy another Ford product?’ (event A). 76 respondents
said ‘yes’. (r = 76)
76
Then: P(A) = = 0.214 (21.4%)
355
2. PROPERTIES OF A PROBABILITY
There are 5 basic properties that apply to every probability:
1. a probability value lies only between 0 and 1 inclusive (0 ≤ P(A) ≤ 1)
2. if an even cannot occur: P(A) = 0
3. if an event is certain to occur: P(A) = 1
4. the sum of probabilities of all possible events (collectively exhaustive set of
events) = 1 [P(A1) + P(A2) + . . . P(Ak) = 1] for k number of events
5. Complementary probability: If P(A) is the probability of event A occurring, then
the probability of event A not occurring, is: P(Ā ) = 1 – P(A)
P ( A ∩B)
P(A/B) =
P( B)
5. PROBABILITY RULES
⇒ to calculate probabilities of compound or multiple events:
• The addition rule
- for mutually exclusive events
- for non-mutually exclusive events
• The multiplication rule
- for statistically dependent events
- for statistically independent events
2
170 companies from JSE were randomly selected and classified by sector and size. The
following cross-tabulation table of joint frequencies for two categorical random
variables ‘sector’ and ‘company size’ are given.
41
⇒ let A = event (mining company) =
170
24
⇒ let B = event (service company) =
170
⟡Note that the keyword here is ‘or’ – meaning that addition rule will be applicable
⟡Find whether events A and B are mutually exclusive or not (can occur simultaneously
or not); in this case: no, they cannot occur simultaneously (they are mutually
exclusive)
Use formula:
P(A ∪ B) = P(A) + P(B)
41 24 65
P(Mining ∪ Service) = + = = 0.38 (38%)
170 170 170
86
⇒ let A = event (large company) =
170
72
⇒ let B = event (financial company) =
170
⟡Note that the keyword here is ‘or’ – meaning that addition rule will be applicable
⟡Find whether events A and B are mutually exclusive or not (can occur simultaneously
or not); in this case: yes, they can occur simultaneously (they are non-mutually
exclusive); large and financial can cross in the table
Use formula:
P(A ∪ B) = P(A) + P(B) – P(A ∩ B)
3
42
P(A ∩ B) is where both events (large and financial) occur/cross in table =
170
86 72 42 116
P(Large ∪ Financial) = + – = = 0.68 (68%)
170 170 170 170
14
P(Small ∩ Retail) = = 0.082 (8.2%)
170
13
P ( Retail ∩ Medium) 170 13
P(Retail/Medium) = = = = 0.271
P(Medium) 48 48
170
(27.1%)
4
• Multiplication rule of counting
- For single event: total number of different ways in which n objects can be
arranged, is given by n!.
e.g. In a 6-lane swimming pool, how many unique arrangements of 6 swimmers
can be considered?
Answer: 6! = 6 ⨯ 5 ⨯ 4 ⨯ 3 ⨯ 2 ⨯ 1 = 720
- For combined events: particular random process has n1 possible outcomes for
event 1, n2 possible outcomes for event 2, . . . nj possible outcomes for event j,
then the total number of possible outcomes for j events collectively is:
n1 ⨯ n2 ⨯ n3 . . . ⨯ nj
e.g. A restaurant menu has a choice of 4 starters, 10 main courses and 6 desserts.
What is the total number of possible unique meals that can be ordered?
Answer: n1 = 4; n2 = 10; n3 = 6, thus 4 ⨯ 10 ⨯ 6 = 240 possible meals
• Permutation rule
⇒ a permutation is the number of distinct ways of selecting (or arranging) a subset of r
objects drawn from a larger group of n objects, where the order of selection of objects
is important
n!
nPr =
( n−r ) !
Where: r = number of objects selected at a time
n = total number of objects from which to select
- E.g. A factory has 3 machines and 8 possible machine operators. How many
distinct assignments (orderings) of machine operators are possible?
- Answer: r = 3; n = 8
8!
8P3 = = 336 permutations
( 8−3 ) !
• Combinations rule
⇒ a combination is the number of distinct ways of selecting (or arranging) a subset of
r objects drawn from a larger group of n objects where the order of selection of
objects is not important
n!
nCr =
r ! ( n−r ) !
_________________________________________________________________________