Lesson 5 Probability and Probabilty Distributions
Lesson 5 Probability and Probabilty Distributions
Distributions
Probability
• is the basis of statistical analysis, in making forecasts and
predictions.
• it is a value associated with mathematical or random
experiments.
• studies the possible outcomes of given events together with
the outcomes' relative likelihoods and distributions.
• used to mean the chance that a particular event (or set of
events) will occur expressed on a linear scale from 0
(impossibility) to 1 (certainty) also expressed between 0 and
100%.
A mathematical or random experiment is any procedure or process of
obtaining a set of observations which may be repeated under basically
the same conditions which will lead to well defined outcomes.
Tossing a coin two times and rolling a dice are examples of random
experiments.
Example 1: Suppose 2 coins are thrown one after the other. How many
possible outcomes are there in the 2 throws.
The first coin when thrown give 2 possible outcomes; a head or tail.
Since another coin is thrown after the first, then it will have 2 possible
outcome also.
Letters Digits
The first box can be filled up with 26 different letters, and the second
box can be filled up with 25 different letters since the letter printed
first cannot be chosen for the second letter. Now for the digit place,
the first place can be filled up with only 9 different digits since the first
digit cannot be zero and each of the other last two digits in 10 ways.
So, there are 26x25x9x10x10 = 585,000 different plates can be printed.
Example 4. In how many ways can a chairperson, secretary and
treasurer be selected from 6 persons if no person serves at least one
position?
The officers can be chosen in 3 successive steps. First select the
chairperson, next select the secretary and then the treasurer. The
chairperson can be chosen from the 6 people in 6 different ways. Once
the chairperson is selected, the secretary can be selected from the
remaining 5 persons. After choosing the chairperson and the secretary,
the treasurer can be selected from the remaining 4 persons.
Therefore the total number of ways of selecting a chairperson, a
secretary and a treasurer from six persons is:
6x5x4 = 120 ways
• Permutation is an ordered arrangement of its elements.
Denote by factorial symbol ! the product of decreasing positive
whole numbers.
n! = n(n-1)(n-2)(n-3) ... 3.2.1
where n is an integer greater than or equal to 1.
Example: 5! = 5(4)(3)(2)(1) =120
note: we define 0! = 1
Example 1. Let S={1,2,3}. Find all permutation of S.
3! = 6 permutations
The different permutations of the elements of S can be obtained by
rearranging its elements. Thus we have
123 132 213 231 312 321
There are 6 different permutation of S.
c) Subjective Probability
Here, the probability is determined by one's judgement or intuition. In most cases, the
probability is found by simply guessing or estimating its values base on knowledge or relevant
circumstances.
Example. Let a card be selected at random from an ordinary pack of 52
cards.
Let A be event of getting a spade
Let B be event of getting a face card
Then P(A) = no. of spades / no of cards
= 13/52 = 1/4
P(B) = no. face cards / no of cards
= 12/52
= 3/13
Example: The probability that
i) an even number appears in the toss of a dice is
P = 3/6 = 1/2
ii) a king appears in drawing a single card from an ordinary pack of 52.
P = 4/52 = 1/13
iii) at least one tail in the toss of three coins appear is
P = 7/8
iv) a white marble appears in drawing a single marble from a box
containing 4 white, 3 red, and 5 blue marbles is
P = 4/(4+3+5) = 1/3
Binomial Distribution
- can be thought of a simply the probability of a success or failure
outcome in an experiment or survey that is repeated multiple times.
- is a type of distribution that has two possible outcomes.
- for example coin toss has only two possible outcomes: heads or tail
and taking a test could have two possible outcomes: pass or fail
Criteria:
1. The number of observations or trials is fixed.
2. Each observation or trial is independent. None of the trials have an
effect on the probability of the next trial.
3. The probability of success ( tails, heads, fail, pass) is exactly the
same from one trial to another.
The Binomial Distribution Formula
Example. A six sided dice is rolled 12 times. What is the probability of getting a 4 five
times?
n = 12 p= 1/6
x=5 q = 5/6
P(5) = 792 (1/6)5 (5/6)12-5
= 792 (1/6)5 (5/6)7
= 0.028425 X 100%
= 2.84%
Example. A multiple choice test contains 20 questions with answer choices A,
B, C, and D. Only one answer choice to each question represents a correct
answer. Find the probability that a student will answer exactly 6 correct
questions if he makes random guesses on all 20 questions.
n = 20 P(6) = 38,760 (0.25)6 (0.75)14
x= 6 = 0.168609
p = 1/4 or 0.25 = 16.86%
q= 3/4 or 0.75
Poisson Distribution
• There are experiments which yield a number of outcomes that occur
during a given time interval. This time interval may be of any length
such as minute, hour, a day, a week or a month.
• Examples of Poisson Experiments
a. The number telephone calls received per hour.
b. The number of volcano eruptions in a year.
c. The number of car accident in a week.
Formula: where: u = average number of outcome
occuring in a given interval
e =2.718 (Euler's constant)
x = no. of outcomes
Example. A small business receives, on average, 12 customer per day.
What is the probability that the business will receive 8 customers in
one day?
u = 12
x=8
P(X;u) = ux(e-u) / x!
P(X;8) = 128 e-12 /8!
= 0.065523
= 6.55%
Example. The average number of times in a week a machine is down due to
brownout is 4. What is the probability that the machine will down for 6 times
in a week?
X=6
u=4
Using Poisson Distribution Formula
P(X;u) = e-4 (4)6 / 6!
= 54.57 (4096) / 720
= 0.1042
= 10.42%