Lecture 25
Lecture 25
Introduction
So far we have been dealing with sample data drawn
from the population. If we wish to infer something
about the population on the basis of samples, we are
dealing with uncertainty or probability. It may be noted
that concepts of probability form the foundation of all
decision making and statistical reasoning. The concepts
of Probability are especially relevant in many fields
such as engineering, social sciences, commerce and
business etc. We shall only be concerned with
engineering applications although we can talk about
the problems in business and social sciences as these
fields have common domain with engineering
problems.
Definition
• Sample Space: It is set of all possible outcomes of
some random experiment. For example, when a pair
of fair coins is tossed, the possible outcomes are
𝐻𝐻, 𝐻𝑇, 𝑇𝐻, 𝑇𝑇 . Thus above set is a sample space,
which is usually denoted by S.
• Event: Any subset of sample space is called event.
• Probability: Probability is a numerical measure of
likely hood of an event. It always lies between 0 and
1 both inclusive. It may be noted that word “Likely
hood” means that the chance of occurrence of each
element of a sample space is same.
Notation
It is conventional to use shorthand notation when
assigning probabilities. For example “What is the
probability of 5 defective parts being discovered in a
batch sample” can be expressed simply as;
𝑃(𝑋 = 5)
Where X or any other symbol is used to represent the
number of defective components. Similarity, “What is
the probability of 5 or less defective parts being
discovered in a batch sample” can be expressed as:
𝑃 𝑋≤5 =
𝑃 𝑋 =0 +𝑃 𝑋 =1 +𝑃 𝑋 =2 +𝑃 𝑋 =3
+ 𝑃 𝑋 = 4 + 𝑃(𝑋 = 5)
Notation
The question now arises is that how probability
values can be determined.
There are basically three ways to assign the
probabilities.
20 or more 10 10/100=0.10
𝑃(𝐵Τ𝐴) = 𝑃(𝐵)
Therefore,
𝑃 𝐴 ∩ 𝐵 = 𝑃 𝐴 . 𝑃(𝐵)
Conditional Probability
If two events follow each other, then the outcomes
of the second may depend on the out comes of the
first. For example, if we draw a card from a pack
and then draw a second card, the probability of
second being a heart is clearly affected by whether
the first card was heart or not.
The probability of an event A given that an event B
has already occurred is denoted by 𝑃(𝐴Τ𝐵) and is
known as conditional probability. This is defined as:
𝑃(𝐴Τ𝐵) = 𝑃(𝐴 ∩ 𝐵)Τ𝑃(𝐵) , Where 𝑃(𝐵) ≠ 0.
Example#04
𝑅 = 𝑅1 + 𝑅2 + 𝑅3
Reliability of a system connected in parallel, that is,
𝑹𝟏
𝑹𝟐
𝑅 = 1 − 1 − 𝑅1 1 − 𝑅2 1 − 𝑅3 = 1 − 𝐹1𝐹2𝐹3
𝑹𝟑
Solution
Thus,
We have
𝑃 𝐴 = 25 ∕ 100,𝑃 𝐵 = 35 ∕ 100,𝑃 𝐶 = 40 ∕ 100
𝑃 𝐷 Τ𝐴 = 5Τ100 , 𝑃 𝐷 Τ𝐵 = 4Τ100 , 𝑃 𝐷 Τ𝐶 = 2 ∕ 100
We wish to find probability that defective bolt is chosen
From Machine A that is 𝑃(𝐴Τ𝐷)
From Machine B that is 𝑃(𝐵Τ𝐷)
From Machine C that is 𝑃(𝐶 Τ𝐷)
Solution
By using Bayes’s Rule
𝑃 𝐴Τ𝐷
𝑃 𝐴Τ𝐷 = 25 ∕ 69
Similarly, 𝑃(𝐵 Τ𝐷) and 𝑃(𝐶 Τ𝐷) are to be calculated.
Counting Techniques
Sometimes we can list all the possible out comes and
then count; but in most cases the number of possibilities
is so large that direct listing is impractical. Thus we
need to develop techniques that do not rely on the direct
listing for determining the number of ways some thing
can happen. Such techniques are usually referred to as
counting techniques.
The Fundamental Counting Rule
(Multiplication Rule)
If an experiment can be performed in 𝑛1 ways and after it is
done, another experiment can be performed in 𝑛2 ways, then
the two experiments can be performed in 𝑛1 𝑛2 ways. In
general the sequence of k operations can be performed in
𝑛1 𝑛2 𝑛3 … 𝑛𝑘 ways.
Frequently, we are interested in a sample space that contains
all possible orders or arrangements of a group of objects.
For example we may like to know how many arrangements
are possible for 6 people to sit around a table or we may ask
how many different orders are possible to draw 2 lottery
tickets from a total of 20. The different arrangements are
called permutations.
Permutation
A permutation is an ordered arrangements of all or part
of some number of objects.
Permutation Rule: The number of possible
permutations of r objects from a collection of n objects
is given by the formula
Special Permutation Rule and
Combination
Special Permutation Rule: The number of possible
permutations of n objects among themselves is
𝑛𝑃 = 𝑛!
𝑟
In Several problems, we are interested in the number of
ways of selecting r objects from n without regard to order.
These selections are called Combinations.