Sections 5.1 and 5.2 Finding Probabilities for Normal Distributions.

Slides:



Advertisements
Similar presentations
Lesson 7 - QR Quiz Review.
Advertisements

5.1 Normal Probability Distributions Normal distribution A continuous probability distribution for a continuous random variable, x. The most important.
Graphs of Normal Probability Distributions
Normal Probability Distributions 1 Chapter 5. Chapter Outline Introduction to Normal Distributions and the Standard Normal Distribution 5.2 Normal.
Section 5.1 Introduction to Normal Distributions and the Standard Normal Distribution.
Section 6-3 Applications of Normal Distributions.
The Normal Distribution “the bell curve” Some slides downloaded from
Continuous Probability Distributions
Normal Probability Distributions Chapter 5. § 5.1 Introduction to Normal Distributions and the Standard Distribution.
Statistics Normal Probability Distributions Chapter 6 Example Problems.
Normal Probability Distributions 1. Section 1 Introduction to Normal Distributions 2.
BPT 2423 – STATISTICAL PROCESS CONTROL.  Frequency Distribution  Normal Distribution / Probability  Areas Under The Normal Curve  Application of Normal.
§ 5.2 Normal Distributions: Finding Probabilities.
Lesson Normal Distributions.
Normal Distribution Introduction.
Section 7.1 The STANDARD NORMAL CURVE
CHAPTER 7: CONTINUOUS PROBABILITY DISTRIBUTIONS. CONTINUOUS PROBABILITY DISTRIBUTIONS (7.1)  If every number between 0 and 1 has the same chance to be.
Normal Distribution -6. Normal Distribution Probability distribution. It has the following important characteristics: (1) the curve has a single peak;
2.5 Normal Distribution SWBAT calculate areas under a standard normal curve in writing by converting between values and z- scores using a GCD or Table.
Normal distribution (2) When it is not the standard normal distribution.
CONTINUOUS RANDOM VARIABLES AND THE NORMAL DISTRIBUTION.
Chapter Normal Probability Distributions 1 of © 2012 Pearson Education, Inc. All rights reserved. Edited by Tonya Jagoe.
Chapter 6.1 Normal Distributions. Distributions Normal Distribution A normal distribution is a continuous, bell-shaped distribution of a variable. Normal.
Normal Probability Distributions Larson/Farber 4th ed 1.
Normal Distributions.  Symmetric Distribution ◦ Any normal distribution is symmetric Negatively Skewed (Left-skewed) distribution When a majority of.
McGraw-Hill/Irwin Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 6 Continuous Random Variables.
Lesson 2 - R Review of Chapter 2 Describing Location in a Distribution.
AP Statistics Chapter 2 Notes. Measures of Relative Standing Percentiles The percent of data that lies at or below a particular value. e.g. standardized.
Normal Probability Distributions Chapter 5. § 5.1 Introduction to Normal Distributions and the Standard Distribution.
5.1 Introduction to Normal Distributions and the Standard Normal Distribution Important Concepts: –Normal Distribution –Standard Normal Distribution –Finding.
The Normal Distribution. The Area under the curve The area under the curve represents everything: 100%.
Normal Probability Distributions. Intro to Normal Distributions & the STANDARD Normal Distribution.
The Normal Distribution
Chapter 5 Normal Probability Distributions. Chapter 5 Normal Probability Distributions Section 5-1 – Introduction to Normal Distributions and the Standard.
Chapter 6 The Normal Distribution.  The Normal Distribution  The Standard Normal Distribution  Applications of Normal Distributions  Sampling Distributions.
Chapter 5 Review. Find the area of the indicated region under the standard normal curve. Use the table and show your work. Find the areas to the left.
Chapter 5 Normal Probability Distributions 1 Larson/Farber 4th ed.
AP Statistics: Section 2.2 B. Recall finding a z-score in section 2.1: z =
Chapter 5 Normal Probability Distributions. Chapter 5 Normal Probability Distributions Section 5-1 – Introduction to Normal Distributions and the Standard.
The Abnormal Distribution
Normal Distributions.
Normal Probability Distributions Chapter 5. § 5.1 Introduction to Normal Distributions and the Standard Distribution.
Once again, my blog site is You should visit this site to get notes and assignments, check.
Lesson 2 - R Review of Chapter 2 Describing Location in a Distribution.
7.2 Standard Normal Distribution Obj: Find the area under the standard normal curve and use area to find Z-scores.
Unit 6 Section : Introduction to Normal Distributions and Standard Normal Distributions  A normal distribution is a continuous, symmetric, bell.
Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 1 Chapter Normal Probability Distributions 5.
Normal Probability Distributions. Intro to Normal Distributions & the STANDARD Normal Distribution.
Normal Distribution SOL: AII Objectives The student will be able to:  identify properties of normal distribution  apply mean, standard deviation,
Section 5.1 Introduction to Normal Distributions © 2012 Pearson Education, Inc. All rights reserved. 1 of 104.
Normal Probability Distributions 1 Larson/Farber 4th ed.
Section 6.1 Introduction to the Normal Curve HAWKES LEARNING SYSTEMS math courseware specialists Copyright © 2008 by Hawkes Learning Systems/Quant Systems,
Objective: To find probability using standard normal distribution.
Chapter 7 Continuous Probability Distributions and the Normal Distribution.
Chapter Normal Probability Distributions 1 of 25 5  2012 Pearson Education, Inc. All rights reserved.
Introduction to Normal Distributions
Chapter 5 Normal Probability Distributions.
THE STANDARD NORMAL DISTRIBUTION
Introduction to the Normal Curve
Elementary Statistics: Picturing The World
Chapter 5: Normal Probability Distributions
Click the mouse button or press the Space Bar to display the answers.
Finding Area…With Calculator
Normal Probability Distributions
Normal Probability Distributions
Sec Introduction to Normal Distributions
Introduction to Normal Distributions
Chapter 5 Normal Probability Distributions.
Chapter 5 Normal Probability Distributions.
Introduction to Normal Distributions
Presentation transcript:

Sections 5.1 and 5.2 Finding Probabilities for Normal Distributions. STA 2023 Sections 5.1 and 5.2 Finding Probabilities for Normal Distributions.

Properties of a Normal Distribution A normal distribution is a continuous probability distribution for a random variable x. The graph of a normal distribution is called the normal curve.

Properties: The mean, median, and mode are equal. The normal curve is bell-shaped and is symmetric about the mean. The total area under the normal curve is equal to 1. The normal curve approaches, but never touches, the x-axis as it extends farther and farther away from the mean. The x-axis is a horizontal asymptote to the curve The graph contains points of inflection located 1 standard deviation away from the mean. These are points where the graph changes the way it curves.

The Standard Normal Distribution  

Finding Areas Under the Standard Normal Curve To find areas under the Standard Normal Curve, we will be using the calculator. Press 2nd, Vars, then 2:normalcdf( Syntax: normalcdf(lower bound, upper bound) The lower bound and the upper bound correspond to the area of the standard normal curve that we are finding. Always draw the standard normal curve and shade in the area you are looking for so that you clearly find your lower and upper bound. If a tail is use as a bound for the area, use -10000 for the lower bound or 10000 for the upper bound.

Example 1: Find the area under the standard normal curve to the left of z = 2.13. Answer: normalcdf(-10000,2.13) = .9834 Example 2: Find the area under the standard normal curve to the right of z = -1.16. Answer: normalcdf(-1.16,10000) = .8770 Example 3: Find the area under the standard normal curve between z = -2.17 and z = -1.35. Answer: normalcdf(-2.17, -1.35) = .0735 Example 4: Find the area under the standard normal curve to the left of z = -0.82 or to the right of z = 1.17. Answer: normalcdf(-10000,-0.82)+normalcdf(1.17,10000) = .3271

Probability and Normal Distributions We can find the probability of any normal distribution by converting the data into the standard normal distribution using the z-score formula. The area under the standard normal curve is equal to the probability of an event happening in the normal distribution.

 

Find the probability that the utility bill is less than $70. Example 6: The monthly utility bills in a city are normally distributed, with a mean of $100 and a standard deviation of $12. A utility bill is randomly selected. Find the probability that the utility bill is less than $70. Answer: .0062 Find the probability that the utility bill is between $90 and $120. Answer: .7493 If we look at a group of 150 utility bills, how many of those bills will be between $90 and $120? Answer: 112 utility bills. Find the probability that the utility bill is more than $140. Answer: .0004