SlideShare a Scribd company logo
Probability and
Statistics
FE Exam Prep Course
© 2018 Professional Publications, Inc.
PROBABILITY AND STATISTICS
• Combinations and Permutations
• Sets
• Probability
• Laws of Probability
• Measures of Central Tendency
• Measures of Dispersion
• Expected Values
• Probability Density Functions
• Probability Distribution Functions
• Probability Distributions
• Sums of Random Variables
• Hypothesis Testing
• Linear Regression
© 2018 Professional Publications, Inc. 2
Lesson Overview
PROBABILITY AND STATISTICS
You will learn
• how to calculate combinations and
permutations
• about the laws of probability
• about the mean, mode, median, and
other measures of central tendency
• about standard deviation, variance,
and other measures of dispersion
• about probability density and
distribution functions
• about binomial distribution and
normal distribution
• about the central limit theorem
• about unit normal and t-distribution
tables and how to use them
• about hypothesis testing
• about linear regression and the
method of least squares
© 2018 Professional Publications, Inc. 3
Learning Objectives
PROBABILITY AND STATISTICS
probability
the measure of how likely a particular
event or outcome is to occur
statistics
the analysis and interpretation of
numerical data
© 2018 Professional Publications, Inc. 4
Introduction
PROBABILITY AND STATISTICS
factorial, n!
• product of all positive integers from
1 to n
• for example,
6! = 6 × 5 × 4 × 3 × 2 × 1 = 720
• equal to the number of ways of
arranging n distinct objects in a
sequence
© 2018 Professional Publications, Inc. 5
Combinations and Permutations
PROBABILITY AND STATISTICS
All 13 spades from a deck of playing cards
are shuffled and dealt face up in a row.
Most nearly, the number of different
sequences that can result is
(A) 40,000,000
(B) 500,000,000
(C) 6,000,000,000
(D) 90,000,000,000
© 2018 Professional Publications, Inc. 6
Poll: Combinations and Permutations
PROBABILITY AND STATISTICS
All 13 spades from a deck of playing cards
are shuffled and dealt face up in a row.
Most nearly, the number of different
sequences that can result is
(A) 40,000,000
(B) 500,000,000
(C) 6,000,000,000
(D) 90,000,000,000
Solution
The number of ways to arrange 13
distinct items in a sequence is
13! = 6,227,020,800 (6,000,000,000)
The answer is (C).
© 2018 Professional Publications, Inc. 7
Poll: Combinations and Permutations
PROBABILITY AND STATISTICS
permutation
• an order-conscious subset of elements
taken from a set
• order is significant—abc and bca are
different permutations
For example, if a set contains a, b, c, and
d, 24 permutations of three elements are
possible: abc, abd, acb, acd, adb, adc,
bac, bad, bca, bcd, bda, bdc, cab, cad,
cba, cbd, cda, cdb, dab, dac, dba, dbc,
dca, and dcb.
The number of permutations of r items
from a set of n items (with r ≤ n) is
© 2018 Professional Publications, Inc. 8
Combinations and Permutations
PROBABILITY AND STATISTICS
combination
• a subset of elements taken from a set
• order is not significant—abc and bca
are the same combination
For example, if a set contains a, b, c, and
d, four combinations of three elements
are possible: abc, abd, acd, and bcd.
The combination abc could also be
written as acb, bac, bca, cab, or cba. All
six represent the same combination.
The number of combinations of r items
from a set of n items (with r ≤ n) is
© 2018 Professional Publications, Inc. 9
Combinations and Permutations
PROBABILITY AND STATISTICS
A digital keypad containing the digits 0
through 9 is used to unlock a door. The
code is known to be five digits long and to
contain no repeated digits. The order in
which the digits are entered is significant,
so that 12345 and 54321 are two different
codes. Most nearly, how many possible
codes are there?
(A) 5000
(B) 8000
(C) 30,000
(D) 50,000
© 2018 Professional Publications, Inc. 10
Example: Combinations and Permutations
PROBABILITY AND STATISTICS
A digital keypad containing the digits 0
through 9 is used to unlock a door. The
code is known to be five digits long and to
contain no repeated digits. The order in
which the digits are entered is significant,
so that 12345 and 54321 are two different
codes. Most nearly, how many possible
codes are there?
(A) 5000
(B) 8000
(C) 30,000
(D) 50,000
Solution
Because the order of the digits matters,
the total number of permutations must be
calculated.
The answer is (C).
© 2018 Professional Publications, Inc. 11
Example: Combinations and Permutations
     
, !/ ! 10!/ 10 5 !
30,240 (30,000)
P n r n n r
   

PROBABILITY AND STATISTICS
A pizzeria offers nine different toppings.
Most nearly, how many different
combinations of three toppings are
there?
(A) 20
(B) 30
(C) 80
(D) 500
© 2018 Professional Publications, Inc. 12
Example: Combinations and Permutations
PROBABILITY AND STATISTICS
A pizzeria offers nine different toppings.
Most nearly, how many different
combinations of three toppings are
there?
(A) 20
(B) 30
(C) 80
(D) 500
Solution
The answer is (C).
© 2018 Professional Publications, Inc. 13
Example: Combinations and Permutations
 
 
 
 
 
, !
9,3
! ! !
9!
3! 9 3 !
84 80
P n r n
C
r r n r
 




PROBABILITY AND STATISTICS
set
a collection of elements
element
a single item or outcome
For example,
• Let A be the set of red items on a
table: A = (apple, mug, pen)
• Let B be the set of edible items on the
same table: B = (apple, coffee, cookie,
muffin)
Mug is an element of set A, muffin is an
element of set B, and apple is an element
of both set A and set B.
© 2018 Professional Publications, Inc. 14
Sets
PROBABILITY AND STATISTICS
outcome
a possible result of an experiment or trial
event
a set of outcomes that satisfy a particular
condition
For example, if the experiment is rolling a
single die, the set of all possible
outcomes is (1, 2, 3, 4, 5, 6).
• Let event A be rolling an even number.
• Let event B be rolling a number
greater than four.
1 and 3 are elements of neither event.
2 and 4 are elements of event A.
5 is an element of event B.
6 is an element of both events A and B.
© 2018 Professional Publications, Inc. 15
Sets
PROBABILITY AND STATISTICS
sample space, S
• the set containing all possible items or
outcomes in the situation being studied
• also called universe, U.
When flipping a coin, the sample space is
(heads, tails).
When rolling a die, the sample space is
(1, 2, 3, 4, 5, 6).
When drawing two marbles one at a time
from an urn containing only black marbles
and white marbles, the sample space is
(black-black, black-white, white-black,
white-white).
© 2018 Professional Publications, Inc. 16
Sets
PROBABILITY AND STATISTICS
and are sets containing elements from
the sample space, S.
• is the union of sets and .
• is the intersection of and .
• is the complement of set .
• indicates that is a subset of
(that is, every element in is also in ).
© 2018 Professional Publications, Inc. 17
Sets
PROBABILITY AND STATISTICS
classical definition of probability
• based on reasoning
• if there are n equally likely outcomes
and of those outcomes belong to
event A,
For example, one card is drawn at
random from a standard deck of 52
playing cards. The chance of drawing a
face card (king, queen, or jack) is
© 2018 Professional Publications, Inc. 18
Probability
 
12
face card 0.23
52
A
n
P
n
  
PROBABILITY AND STATISTICS
definition from relative frequency
• based on repeated experiments
• if there are n trials and of the
outcomes of those trials belong to
event A,
For example, an urn contains unknown
numbers of black marbles and white
marbles. One marble at a time is drawn
at random and then replaced. After 200
trials, white marbles have been drawn 64
times. The probability is estimated as
Larger numbers of trials will tend to give
more accurate estimates.
© 2018 Professional Publications, Inc. 19
Probability
→
 
64
white 0.32
200
A
n
P
n
  
PROBABILITY AND STATISTICS
laws of probability
• The probability of any event E is
between zero and one.
• The probability of an event occurring
and the probability of it not occurring
add up to one.
• If event A is a subset of event B, the
probability of A is less than or equal to
the probability of B.
© 2018 Professional Publications, Inc. 20
Laws of Probability
 
0 1
P E
 
   
not 1
P E P E
 
   
if , then
A B P A P B
 
PROBABILITY AND STATISTICS
independent events
If the success or failure of event has no
affect on the probability of event , then
the two events are independent.
For example, a die is rolled twice.
• Event is rolling a six on the first roll
of a die.
• Event is rolling a six on the second
roll.
Events and are independent.
© 2018 Professional Publications, Inc. 21
Laws of Probability
PROBABILITY AND STATISTICS
dependent events
If the success or failure of event affects
the probability of event , then the two
events are dependent.
For example, an urn contains two black
marbles and two white marbles. Two
marbles are drawn, one after the other,
without replacement.
• Event is getting a black marble on
the first draw.
• Event is getting a black marble on
the second draw.
The probability of B is different
depending on whether is successful.
Events and are dependent.
© 2018 Professional Publications, Inc. 22
Laws of Probability
PROBABILITY AND STATISTICS
conditional probability
P(A|B) is the conditional probability that
A will occur given that B has already
happened.
P(B|A) is the conditional probability that
B will occur given that A has already
happened.
Conditional probabilities are needed only
for calculations involving dependent
events. If events A and B are
independent, then P(A|B) = P(A) and
P(B|A) = P(B).
© 2018 Professional Publications, Inc. 23
Laws of Probability
PROBABILITY AND STATISTICS
law of total probability
The probability of either event A or event B happening is
© 2018 Professional Publications, Inc. 24
Laws of Probability
PROBABILITY AND STATISTICS
law of compound (joint) probability
The probability of both event A and event B happening is
If event A and event B are independent, then the equation reduces to
© 2018 Professional Publications, Inc. 25
Laws of Probability
     
,
P A B P A P B

PROBABILITY AND STATISTICS
One bowl contains eight white balls and
two red balls. Another bowl contains four
yellow balls and six black balls. What is
the probability of getting a red ball from
the first bowl and a yellow ball from the
second bowl on one random draw from
each bowl?
(A) 0.08
(B) 0.2
(C) 0.4
(D) 0.8
© 2018 Professional Publications, Inc. 26
Example: Laws of Probability
PROBABILITY AND STATISTICS
One bowl contains eight white balls and
two red balls. Another bowl contains four
yellow balls and six black balls. What is
the probability of getting a red ball from
the first bowl and a yellow ball from the
second bowl on one random draw from
each bowl?
(A) 0.08
(B) 0.2
(C) 0.4
(D) 0.8
Solution
is equal to because events
A and B are independent.
The answer is (A).
© 2018 Professional Publications, Inc. 27
Example: Laws of Probability
         
,
2 4
10 10
0.08
P A B P A P B A P A P B
 
  
   
  

PROBABILITY AND STATISTICS
A bowl contains eight white balls, two red
balls, four yellow balls, and six black balls.
What is the probability of getting a red
ball on the first draw and a yellow ball on
the second draw?
(A) 0.021
(B) 0.042
(C) 0.21
(D) 0.42
© 2018 Professional Publications, Inc. 28
Example: Laws of Probability
PROBABILITY AND STATISTICS
A bowl contains eight white balls, two red
balls, four yellow balls, and six black balls.
What is the probability of getting a red
ball on the first draw and a yellow ball on
the second draw?
(A) 0.021
(B) 0.042
(C) 0.21
(D) 0.42
Solution
There are 20 total balls and two are red,
so for the first draw, P(A) = 2/20.
If the first draw is successful, on the
second draw there are only 19 balls left
and four yellow balls, so P(B|A) = 4/19.
The answer is (A).
© 2018 Professional Publications, Inc. 29
Example: Laws of Probability
     
2 4
, |
20 19
0.021
P A B P A P B A
  
    
  

PROBABILITY AND STATISTICS
Bayes’ theorem
for two dependent events A and Bj, gives
the relationship between P(A|Bj) and
P(Bj|A)
• and are dependent events.
• B1, B2, B3, ..., Bn are the outcomes that
make up event B.
• Bj is a particular outcome in event B.
• The denominator sums to P(A).
© 2018 Professional Publications, Inc. 30
Laws of Probability
PROBABILITY AND STATISTICS
In a study of a new test, 98% of those
known to have a certain illness test
positive, while just 4% of those known
not to have the illness test positive. The
illness affects 0.2% of the population.
Most nearly, the percentage of people
who test positive who have the illness is
(A) 4.7%
(B) 14%
(C) 54%
(D) 97%
© 2018 Professional Publications, Inc. 31
Example: Laws of Probability
PROBABILITY AND STATISTICS
In a study of a new test, 98% of those
known to have a certain illness test
positive, while just 4% of those known
not to have the illness test positive. The
illness affects 0.2% of the population.
Most nearly, the percentage of people
who test positive who have the illness is
(A) 4.7%
(B) 14%
(C) 54%
(D) 97%
Solution
The answer is (A).
© 2018 Professional Publications, Inc. 32
Example: Laws of Probability
 
   
   
 
   
       
  
     
 
1
|
|
|
ill pos|ill
ill|pos
pos|ill ill pos|not ill not ill
0.002 0.98
0.98 0.002 0.04 0.998
0.0468 4.7%
j j
j n
i i
i
P B P A B
P B A
P A B P B
P P
P
P P P P








PROBABILITY AND STATISTICS
• Combinations and Permutations
• Sets
• Probability
• Laws of Probability
• Measures of Central Tendency
• Measures of Dispersion
• Expected Values
• Probability Density Functions
• Probability Distribution Functions
• Probability Distributions
• Sums of Random Variables
• Hypothesis Testing
• Linear Regression
© 2018 Professional Publications, Inc. 33
Lesson Overview

More Related Content

PDF
Probability and Statistics part 3.pdf
PPTX
Basic concepts of probability
PPT
Probability And Probability Distributions
PDF
Introduction to Invariance Principle
DOCX
Outcomes based teaching learning plan (obtlp) logic and set theory
PDF
Discrete probability distribution (complete)
PPT
Statistics
PPTX
random variable and distribution
Probability and Statistics part 3.pdf
Basic concepts of probability
Probability And Probability Distributions
Introduction to Invariance Principle
Outcomes based teaching learning plan (obtlp) logic and set theory
Discrete probability distribution (complete)
Statistics
random variable and distribution

What's hot (20)

PPTX
11.3 slope of a line
PPTX
Intro to probability
PPTX
counting techniques
PPTX
Basic Concepts of Probability
PPTX
Normal as Approximation to Binomial
PPT
Logarithmic Functions
PPT
Linear functions and modeling
PPTX
Probability Distribution
PDF
Choosing the right statistics
PPTX
3.2 Measures of variation
PPT
Probability
PDF
Basic concepts of probability
PPTX
Statistics and probability lesson 4
PPTX
MATH 6 PPT Q3 W6 - Real-Life Verbal Expressions And Equations Into Letters Or...
PPTX
Conceptual framework of mathematics
PPTX
Random variables
PPTX
Sampling Distributions and Estimators
PPT
Exponential functions
PDF
Experimental probability-theoretical-probability
PPTX
5.2 arithmetic sequences and sums
11.3 slope of a line
Intro to probability
counting techniques
Basic Concepts of Probability
Normal as Approximation to Binomial
Logarithmic Functions
Linear functions and modeling
Probability Distribution
Choosing the right statistics
3.2 Measures of variation
Probability
Basic concepts of probability
Statistics and probability lesson 4
MATH 6 PPT Q3 W6 - Real-Life Verbal Expressions And Equations Into Letters Or...
Conceptual framework of mathematics
Random variables
Sampling Distributions and Estimators
Exponential functions
Experimental probability-theoretical-probability
5.2 arithmetic sequences and sums
Ad

Similar to Probability and Statistics part 1.pdf (20)

PDF
Probability for engineering student module (2).pdf
PPTX
Probability unit2.pptx
PPTX
Unit 4_3 Correlation Regression.pptx
PPTX
4Probability and probability distributions (1).pptx
PPT
Probability concepts and procedures law of profitability
PPTX
Statistics and probability test questions
PPT
Chapter Five.ppthhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
PPT
Chapter Five.ppthhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
PPTX
Unit 4--probability and probability distribution (1).pptx
PDF
Probability
PDF
Lecture-2 Descriptive Statistics-Box Plot Descriptive Measures.pdf
PDF
2018 MUMS Fall Course - Introduction to statistical and mathematical model un...
PPTX
Introduction to machine learning and model building using linear regression
PDF
Business Analytics lab programs Sem 4.pdf
PPT
Number theory
PPT
Number theory.ppt22
PPT
Data analysis, statistics, and probability review
PPT
Introduction and Mathematical Foundations.ppt
DOCX
InstructionDue Date 6 pm on October 28 (Wed)Part IProbability a.docx
PPT
Chap_17.ppt - least-square cruve fitting
Probability for engineering student module (2).pdf
Probability unit2.pptx
Unit 4_3 Correlation Regression.pptx
4Probability and probability distributions (1).pptx
Probability concepts and procedures law of profitability
Statistics and probability test questions
Chapter Five.ppthhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
Chapter Five.ppthhjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
Unit 4--probability and probability distribution (1).pptx
Probability
Lecture-2 Descriptive Statistics-Box Plot Descriptive Measures.pdf
2018 MUMS Fall Course - Introduction to statistical and mathematical model un...
Introduction to machine learning and model building using linear regression
Business Analytics lab programs Sem 4.pdf
Number theory
Number theory.ppt22
Data analysis, statistics, and probability review
Introduction and Mathematical Foundations.ppt
InstructionDue Date 6 pm on October 28 (Wed)Part IProbability a.docx
Chap_17.ppt - least-square cruve fitting
Ad

More from Almolla Raed (8)

PPTX
نموذج+دراسة+جدوى.pptx
PPT
Bacnet&Lon.ppt
PDF
Fire Protection - Systems and Response.pdf
PPT
ECE4331_class1.ppt
PDF
Copy of 07-EthicsSlides.pdf
PDF
Mathematics 6.pdf
PDF
Mathematics 7.pdf
PDF
Probability and Statistics part 2.pdf
نموذج+دراسة+جدوى.pptx
Bacnet&Lon.ppt
Fire Protection - Systems and Response.pdf
ECE4331_class1.ppt
Copy of 07-EthicsSlides.pdf
Mathematics 6.pdf
Mathematics 7.pdf
Probability and Statistics part 2.pdf

Recently uploaded (20)

PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PPTX
Sustainable Sites - Green Building Construction
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPT
Mechanical Engineering MATERIALS Selection
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PPTX
web development for engineering and engineering
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Current and future trends in Computer Vision.pptx
PPT
Project quality management in manufacturing
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
PPT on Performance Review to get promotions
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Fundamentals of safety and accident prevention -final (1).pptx
Sustainable Sites - Green Building Construction
Embodied AI: Ushering in the Next Era of Intelligent Systems
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Model Code of Practice - Construction Work - 21102022 .pdf
Mechanical Engineering MATERIALS Selection
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
web development for engineering and engineering
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Current and future trends in Computer Vision.pptx
Project quality management in manufacturing
CH1 Production IntroductoryConcepts.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Internet of Things (IOT) - A guide to understanding
bas. eng. economics group 4 presentation 1.pptx
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPT on Performance Review to get promotions

Probability and Statistics part 1.pdf

  • 1. Probability and Statistics FE Exam Prep Course © 2018 Professional Publications, Inc.
  • 2. PROBABILITY AND STATISTICS • Combinations and Permutations • Sets • Probability • Laws of Probability • Measures of Central Tendency • Measures of Dispersion • Expected Values • Probability Density Functions • Probability Distribution Functions • Probability Distributions • Sums of Random Variables • Hypothesis Testing • Linear Regression © 2018 Professional Publications, Inc. 2 Lesson Overview
  • 3. PROBABILITY AND STATISTICS You will learn • how to calculate combinations and permutations • about the laws of probability • about the mean, mode, median, and other measures of central tendency • about standard deviation, variance, and other measures of dispersion • about probability density and distribution functions • about binomial distribution and normal distribution • about the central limit theorem • about unit normal and t-distribution tables and how to use them • about hypothesis testing • about linear regression and the method of least squares © 2018 Professional Publications, Inc. 3 Learning Objectives
  • 4. PROBABILITY AND STATISTICS probability the measure of how likely a particular event or outcome is to occur statistics the analysis and interpretation of numerical data © 2018 Professional Publications, Inc. 4 Introduction
  • 5. PROBABILITY AND STATISTICS factorial, n! • product of all positive integers from 1 to n • for example, 6! = 6 × 5 × 4 × 3 × 2 × 1 = 720 • equal to the number of ways of arranging n distinct objects in a sequence © 2018 Professional Publications, Inc. 5 Combinations and Permutations
  • 6. PROBABILITY AND STATISTICS All 13 spades from a deck of playing cards are shuffled and dealt face up in a row. Most nearly, the number of different sequences that can result is (A) 40,000,000 (B) 500,000,000 (C) 6,000,000,000 (D) 90,000,000,000 © 2018 Professional Publications, Inc. 6 Poll: Combinations and Permutations
  • 7. PROBABILITY AND STATISTICS All 13 spades from a deck of playing cards are shuffled and dealt face up in a row. Most nearly, the number of different sequences that can result is (A) 40,000,000 (B) 500,000,000 (C) 6,000,000,000 (D) 90,000,000,000 Solution The number of ways to arrange 13 distinct items in a sequence is 13! = 6,227,020,800 (6,000,000,000) The answer is (C). © 2018 Professional Publications, Inc. 7 Poll: Combinations and Permutations
  • 8. PROBABILITY AND STATISTICS permutation • an order-conscious subset of elements taken from a set • order is significant—abc and bca are different permutations For example, if a set contains a, b, c, and d, 24 permutations of three elements are possible: abc, abd, acb, acd, adb, adc, bac, bad, bca, bcd, bda, bdc, cab, cad, cba, cbd, cda, cdb, dab, dac, dba, dbc, dca, and dcb. The number of permutations of r items from a set of n items (with r ≤ n) is © 2018 Professional Publications, Inc. 8 Combinations and Permutations
  • 9. PROBABILITY AND STATISTICS combination • a subset of elements taken from a set • order is not significant—abc and bca are the same combination For example, if a set contains a, b, c, and d, four combinations of three elements are possible: abc, abd, acd, and bcd. The combination abc could also be written as acb, bac, bca, cab, or cba. All six represent the same combination. The number of combinations of r items from a set of n items (with r ≤ n) is © 2018 Professional Publications, Inc. 9 Combinations and Permutations
  • 10. PROBABILITY AND STATISTICS A digital keypad containing the digits 0 through 9 is used to unlock a door. The code is known to be five digits long and to contain no repeated digits. The order in which the digits are entered is significant, so that 12345 and 54321 are two different codes. Most nearly, how many possible codes are there? (A) 5000 (B) 8000 (C) 30,000 (D) 50,000 © 2018 Professional Publications, Inc. 10 Example: Combinations and Permutations
  • 11. PROBABILITY AND STATISTICS A digital keypad containing the digits 0 through 9 is used to unlock a door. The code is known to be five digits long and to contain no repeated digits. The order in which the digits are entered is significant, so that 12345 and 54321 are two different codes. Most nearly, how many possible codes are there? (A) 5000 (B) 8000 (C) 30,000 (D) 50,000 Solution Because the order of the digits matters, the total number of permutations must be calculated. The answer is (C). © 2018 Professional Publications, Inc. 11 Example: Combinations and Permutations       , !/ ! 10!/ 10 5 ! 30,240 (30,000) P n r n n r     
  • 12. PROBABILITY AND STATISTICS A pizzeria offers nine different toppings. Most nearly, how many different combinations of three toppings are there? (A) 20 (B) 30 (C) 80 (D) 500 © 2018 Professional Publications, Inc. 12 Example: Combinations and Permutations
  • 13. PROBABILITY AND STATISTICS A pizzeria offers nine different toppings. Most nearly, how many different combinations of three toppings are there? (A) 20 (B) 30 (C) 80 (D) 500 Solution The answer is (C). © 2018 Professional Publications, Inc. 13 Example: Combinations and Permutations           , ! 9,3 ! ! ! 9! 3! 9 3 ! 84 80 P n r n C r r n r      
  • 14. PROBABILITY AND STATISTICS set a collection of elements element a single item or outcome For example, • Let A be the set of red items on a table: A = (apple, mug, pen) • Let B be the set of edible items on the same table: B = (apple, coffee, cookie, muffin) Mug is an element of set A, muffin is an element of set B, and apple is an element of both set A and set B. © 2018 Professional Publications, Inc. 14 Sets
  • 15. PROBABILITY AND STATISTICS outcome a possible result of an experiment or trial event a set of outcomes that satisfy a particular condition For example, if the experiment is rolling a single die, the set of all possible outcomes is (1, 2, 3, 4, 5, 6). • Let event A be rolling an even number. • Let event B be rolling a number greater than four. 1 and 3 are elements of neither event. 2 and 4 are elements of event A. 5 is an element of event B. 6 is an element of both events A and B. © 2018 Professional Publications, Inc. 15 Sets
  • 16. PROBABILITY AND STATISTICS sample space, S • the set containing all possible items or outcomes in the situation being studied • also called universe, U. When flipping a coin, the sample space is (heads, tails). When rolling a die, the sample space is (1, 2, 3, 4, 5, 6). When drawing two marbles one at a time from an urn containing only black marbles and white marbles, the sample space is (black-black, black-white, white-black, white-white). © 2018 Professional Publications, Inc. 16 Sets
  • 17. PROBABILITY AND STATISTICS and are sets containing elements from the sample space, S. • is the union of sets and . • is the intersection of and . • is the complement of set . • indicates that is a subset of (that is, every element in is also in ). © 2018 Professional Publications, Inc. 17 Sets
  • 18. PROBABILITY AND STATISTICS classical definition of probability • based on reasoning • if there are n equally likely outcomes and of those outcomes belong to event A, For example, one card is drawn at random from a standard deck of 52 playing cards. The chance of drawing a face card (king, queen, or jack) is © 2018 Professional Publications, Inc. 18 Probability   12 face card 0.23 52 A n P n   
  • 19. PROBABILITY AND STATISTICS definition from relative frequency • based on repeated experiments • if there are n trials and of the outcomes of those trials belong to event A, For example, an urn contains unknown numbers of black marbles and white marbles. One marble at a time is drawn at random and then replaced. After 200 trials, white marbles have been drawn 64 times. The probability is estimated as Larger numbers of trials will tend to give more accurate estimates. © 2018 Professional Publications, Inc. 19 Probability →   64 white 0.32 200 A n P n   
  • 20. PROBABILITY AND STATISTICS laws of probability • The probability of any event E is between zero and one. • The probability of an event occurring and the probability of it not occurring add up to one. • If event A is a subset of event B, the probability of A is less than or equal to the probability of B. © 2018 Professional Publications, Inc. 20 Laws of Probability   0 1 P E       not 1 P E P E       if , then A B P A P B  
  • 21. PROBABILITY AND STATISTICS independent events If the success or failure of event has no affect on the probability of event , then the two events are independent. For example, a die is rolled twice. • Event is rolling a six on the first roll of a die. • Event is rolling a six on the second roll. Events and are independent. © 2018 Professional Publications, Inc. 21 Laws of Probability
  • 22. PROBABILITY AND STATISTICS dependent events If the success or failure of event affects the probability of event , then the two events are dependent. For example, an urn contains two black marbles and two white marbles. Two marbles are drawn, one after the other, without replacement. • Event is getting a black marble on the first draw. • Event is getting a black marble on the second draw. The probability of B is different depending on whether is successful. Events and are dependent. © 2018 Professional Publications, Inc. 22 Laws of Probability
  • 23. PROBABILITY AND STATISTICS conditional probability P(A|B) is the conditional probability that A will occur given that B has already happened. P(B|A) is the conditional probability that B will occur given that A has already happened. Conditional probabilities are needed only for calculations involving dependent events. If events A and B are independent, then P(A|B) = P(A) and P(B|A) = P(B). © 2018 Professional Publications, Inc. 23 Laws of Probability
  • 24. PROBABILITY AND STATISTICS law of total probability The probability of either event A or event B happening is © 2018 Professional Publications, Inc. 24 Laws of Probability
  • 25. PROBABILITY AND STATISTICS law of compound (joint) probability The probability of both event A and event B happening is If event A and event B are independent, then the equation reduces to © 2018 Professional Publications, Inc. 25 Laws of Probability       , P A B P A P B 
  • 26. PROBABILITY AND STATISTICS One bowl contains eight white balls and two red balls. Another bowl contains four yellow balls and six black balls. What is the probability of getting a red ball from the first bowl and a yellow ball from the second bowl on one random draw from each bowl? (A) 0.08 (B) 0.2 (C) 0.4 (D) 0.8 © 2018 Professional Publications, Inc. 26 Example: Laws of Probability
  • 27. PROBABILITY AND STATISTICS One bowl contains eight white balls and two red balls. Another bowl contains four yellow balls and six black balls. What is the probability of getting a red ball from the first bowl and a yellow ball from the second bowl on one random draw from each bowl? (A) 0.08 (B) 0.2 (C) 0.4 (D) 0.8 Solution is equal to because events A and B are independent. The answer is (A). © 2018 Professional Publications, Inc. 27 Example: Laws of Probability           , 2 4 10 10 0.08 P A B P A P B A P A P B             
  • 28. PROBABILITY AND STATISTICS A bowl contains eight white balls, two red balls, four yellow balls, and six black balls. What is the probability of getting a red ball on the first draw and a yellow ball on the second draw? (A) 0.021 (B) 0.042 (C) 0.21 (D) 0.42 © 2018 Professional Publications, Inc. 28 Example: Laws of Probability
  • 29. PROBABILITY AND STATISTICS A bowl contains eight white balls, two red balls, four yellow balls, and six black balls. What is the probability of getting a red ball on the first draw and a yellow ball on the second draw? (A) 0.021 (B) 0.042 (C) 0.21 (D) 0.42 Solution There are 20 total balls and two are red, so for the first draw, P(A) = 2/20. If the first draw is successful, on the second draw there are only 19 balls left and four yellow balls, so P(B|A) = 4/19. The answer is (A). © 2018 Professional Publications, Inc. 29 Example: Laws of Probability       2 4 , | 20 19 0.021 P A B P A P B A            
  • 30. PROBABILITY AND STATISTICS Bayes’ theorem for two dependent events A and Bj, gives the relationship between P(A|Bj) and P(Bj|A) • and are dependent events. • B1, B2, B3, ..., Bn are the outcomes that make up event B. • Bj is a particular outcome in event B. • The denominator sums to P(A). © 2018 Professional Publications, Inc. 30 Laws of Probability
  • 31. PROBABILITY AND STATISTICS In a study of a new test, 98% of those known to have a certain illness test positive, while just 4% of those known not to have the illness test positive. The illness affects 0.2% of the population. Most nearly, the percentage of people who test positive who have the illness is (A) 4.7% (B) 14% (C) 54% (D) 97% © 2018 Professional Publications, Inc. 31 Example: Laws of Probability
  • 32. PROBABILITY AND STATISTICS In a study of a new test, 98% of those known to have a certain illness test positive, while just 4% of those known not to have the illness test positive. The illness affects 0.2% of the population. Most nearly, the percentage of people who test positive who have the illness is (A) 4.7% (B) 14% (C) 54% (D) 97% Solution The answer is (A). © 2018 Professional Publications, Inc. 32 Example: Laws of Probability                                    1 | | | ill pos|ill ill|pos pos|ill ill pos|not ill not ill 0.002 0.98 0.98 0.002 0.04 0.998 0.0468 4.7% j j j n i i i P B P A B P B A P A B P B P P P P P P P        
  • 33. PROBABILITY AND STATISTICS • Combinations and Permutations • Sets • Probability • Laws of Probability • Measures of Central Tendency • Measures of Dispersion • Expected Values • Probability Density Functions • Probability Distribution Functions • Probability Distributions • Sums of Random Variables • Hypothesis Testing • Linear Regression © 2018 Professional Publications, Inc. 33 Lesson Overview