SlideShare a Scribd company logo
Week 7 Quiz Help

Things to remember for this week’s quiz. There’s some good info here, pay close
attention.

With the standard normal distribution




Remember that the total area under the curve is equal to 1 or 100% (half on each side).
The mean of the standard normal is 0 and the standard deviation and variance are 1. For
any normal distribution regardless of the mean and standard deviation the area will
always be 1 or 100%. We see the normal distribution all around us as noted in one of our
discussion topics this week. Also remember that if you ever told that you have a normal
distribution and then asked what the probability x = ?, it is zero. We can give the
probability that it is less than a value, greater than a value, or between two values – but
not that it is exactly one value because it is a “continuous distribution”. (For example
given that mu = 9, sigma = 2.1, what is the probability that x = 7? It’s 0 because with a
continuous distribution we are “slicing jello” as I like to say.

On the Central Limit Theorem, remember that it states that given a distribution with a
mean μ and variance σ², the sampling distribution of the mean approaches a normal
distribution with a mean (μ) and a variance σ²/N as N, the sample size, increases. The
amazing and counter-intuitive thing about the central limit theorem is that no matter what
the shape of the original distribution, the sampling distribution of the mean approaches a
normal distribution. Also another important fact is that any sample size is big enough
when we know the population is normal. Using the Central Limit Theorem answer the
following question.
Assuming you have a normal distribution for your population and you take 64 samples of
size 25 each. Calculate the standard deviation of the sample means if the population’s
variance is 16.

Since the population is normally distributed with a variance of 16, then the sample means
have a variance equal to 16/25 according to the Central Limit Theorem. Hence their
standard deviation will be SQRT(16/25) = 4/5 = .800



Be able to use the normal distribution to solve problems. Examples


Bob scored a 190 on his entrance exam, where
the average was 165 and the standard deviation
was 12. Where does he stand in relation to the
rest of his class?

He scored in the “top 2 %”, see excel
attachment.

In a normal distribution with mu = 35 and sigma
= 6 what is the z score for a value of 41?
Z= +1 see excel attachment

In a normal distribution with mu = 35 and sigma
= 6 what number corresponds to z = -2?
23, see excel attachment

We have an area of .4840. What z-score
corresponds to this area?
Using the Standard Normal Table in your book,
or the one on the attached excel you can see it is
a z score of -0.04

Find P(80 < x < 86) when mu = 82 and sigma =
4. Write your steps in probability notation.

I did this in excel (see attachment – fourth tab),
but I still need to show my work:

The z-score corresponding to x = 86 is z =
(86-82)/4 = 4/4 = 1.0.
The area corresponding to z = 1.0 is .8413
The z-score corresponding to x = 80 is (80 - 82)/
4 = -2/4 = -0.5.
The area corresponding to z = -0.5 is .3086.
Thus, P(80 < x < 86)
= P(-0.5 < z < 1.0)
= P(z < 1.0) - P(z < -0.5)
= 0.8413 – 0.3086
= 0.5327 (my excel calculated it to be 0.5328 so
I feel good about it)

My excel file will be in a separate post.
Interpret a 90% confidence interval of (63.3,
83.4).

You should note that there here is a 90%
probability that the interval (63.3 to 83.4)
contains µ, the true population mean.


What is the critical value that corresponds to a
confidence level of 96%

100 – 96 = 4
Divide 4 by 2 (tails) and get 2
Add 2 to the original 96% and get 98% and find
the critical value (z-score that corresponds to .
9800 which is 2.05 (closest to it)

Compute the population mean margin of error
for a 90% confidence interval when sigma is 7
and the sample size is 81.

E = z * sigma / sqrt(n) = 1.645 * 7 / sqrt(81) =
1.279 (remember +/-)
A Military entrance exam has a mean of 120 and
a standard deviation of 9. We want to be 95%
certain that we are within 6 points of the true
mean. Determine the sample size.

n = ( z * sigma / error ) ^ 2 = (1.96*9/6)^2 =
2.94^2 = 8.6436. Round up to 9.


A researcher wants to get an estimate of the true
mean performance measure of its product. It
randomly samples 180 of its machines. The
mean performance measure was 900 with a
standard deviation of 60. Find a 95%
confidence interval for the true mean
performance measure of the machines.


The population standard deviation is unknown
and the sample size is 180. Thus, since the
sample size is greater than 30, this confidence
interval will use a z-value. For a 95%
confidence interval, the z-value = 1.96. Sample
mean = 900 and sample standard deviation = 60.
Population mean = 900 +/- 1.96 * 60/sqrt(180) =
900 +/- 8.765. 891.235 and 908.765




A researcher wants to get an estimate of the true
mean performance measure of its product. The
researcher needs to be within 15 of the true
mean. The researcher estimates the true
population standard deviation is around 30. If
the confidence level is 95%, find the required
sample size in order to meet the desired
accuracy.


For a 95% confidence level, the z-value = 1.96.
The formula for sample size is n = ( z-value *
standard deviation / error ) ^ 2 = ( 1.96 * 30/ 15)
^ 2 = ( 3.92 ) ^ 2 = 15.3664. Thus, the
researcher must sample at least 16 to obtain the
desired accuracy.
A researcher wants to estimate the mean cost to
develop a product. The researcher tests 18 cases
and finds the mean cost to be $3000 with a
standard deviation of $400. Find a 95%
confidence interval for the true mean cost to
develop this product.


The population standard deviation is unknown
and the sample size is 18. Thus, since the
population standard deviation is unknown AND
the sample is less than 30, we must use the t-
value for this confidence interval. For a 95%
confidence interval and degrees of freedom = 17
(from 18-1), the t-value = 2.110. Sample mean
= 3000 and sample standard deviation = 400.
Population mean = 3000 +/- 2.110 *
400/sqrt(18) = 3000 +/- 198.93. So our bounds
are 2801.07 and 3198.93
A researcher wants to estimate what proportion
of failures that are due to poor workmanship.
The researcher randomly samples 50 failures
and finds 18 are due to poor workmanship.
Using a 95% confidence interval, estimate the
true proportion of poor workmanship for all
failures.


For a 95% confidence level, the z-value is 1.96.
The sample proportion = 18/50 = 0.36, thus p
hat = 0.36 and 1-p hat = 0.64 . The sample size
= 50. The population proportion is between 0.36
+/- 1.96 * sqrt ( 0.36 * 0.64 / 50 ) = 0.36 +/- .13
So the bounds are .23 and .49




Excel Spreadsheets Separately
Normal Distribution

   Me a n    S tde v
    165         12




   P (X<x)      x          x    P (X>x)   x1       P (x 1 <X<x 2 )   x2
                          190   0.0186




Inve rse Ca lcula tions




    P (<x)      x         x     P (>x)         S ymme tric Inte rva ls
                                          x1       P (x 1 <X<x 2 )    x2




                                                                           R e me mbe r the gre e n a re a s
                                                                           re d le tte ring is the re sulting

                                                                           It is importa nt to note tha t th
                                                                           to show you wha t pa rt of the

More Related Content

PPTX
Week 7 lecture_math_221_apr_2012
PPTX
Week 7 quiz_review_mini_tab_2011
PPTX
Week 7 homework help 2015 13 15_19
PPTX
Week 7 Homework Numbers 9,10 and 12
PPTX
Final examexamplesapr2013
PPTX
Math 533 week 6 more help
PPTX
3by9on w week_5
PPTX
Left, right or middle
Week 7 lecture_math_221_apr_2012
Week 7 quiz_review_mini_tab_2011
Week 7 homework help 2015 13 15_19
Week 7 Homework Numbers 9,10 and 12
Final examexamplesapr2013
Math 533 week 6 more help
3by9on w week_5
Left, right or middle

What's hot (20)

PPTX
Normal distribution slide share
PPTX
Week 7 Lecture
PDF
C2 st lecture 11 the t-test handout
PPTX
Week8 Live Lecture for Final Exam
PPTX
Probability Distribution
PDF
Statistical inference: Hypothesis Testing and t-tests
PPT
8. normal distribution qt pgdm 1st semester
PPTX
normal distribution
PPT
Chapter09
PPTX
Probability Distributions for Continuous Variables
PPT
PPTX
Normal distribution
PPTX
Real Applications of Normal Distributions
PPTX
law of large number and central limit theorem
PPT
Business Statistics Chapter 8
PDF
Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...
PDF
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
PPTX
Normal distribution
PPTX
Normal distribution
PPT
Z-Scores
Normal distribution slide share
Week 7 Lecture
C2 st lecture 11 the t-test handout
Week8 Live Lecture for Final Exam
Probability Distribution
Statistical inference: Hypothesis Testing and t-tests
8. normal distribution qt pgdm 1st semester
normal distribution
Chapter09
Probability Distributions for Continuous Variables
Normal distribution
Real Applications of Normal Distributions
law of large number and central limit theorem
Business Statistics Chapter 8
Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
Normal distribution
Normal distribution
Z-Scores
Ad

Similar to Week7 Quiz Help 2009[1] (20)

PPTX
Week 7 lecture_math_221_dec_2012
PPT
Random Error Theory
PPTX
Chapter 8 review
PPTX
Econometrics 2.pptx
PPTX
Lec. 10: Making Assumptions of Missing data
PPTX
M1-4 Estimasi Titik dan Intervaltttt.pptx
PPT
Normal distribution - Unitedworld School of Business
PPT
Probability concept and Probability distribution_Contd
PPT
Normal distribution
PDF
5-Propability-2-87.pdf
PPT
Inferential statistics-estimation
PPTX
Inorganic CHEMISTRY
PDF
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
PPT
Presentation1group b
PPTX
Business Statistics 17th ED Chapter 07.pptx
PPTX
Business Statistics 17th ED Chapter 07.pptx
PPTX
Business Statistics 17th Ed Chapter 07.pptx
PPT
review of statistics for schools and colleges.ppt
PPTX
Stats chapter 10
PDF
Sampling and Sampling Distribution_Part 2.pdf
Week 7 lecture_math_221_dec_2012
Random Error Theory
Chapter 8 review
Econometrics 2.pptx
Lec. 10: Making Assumptions of Missing data
M1-4 Estimasi Titik dan Intervaltttt.pptx
Normal distribution - Unitedworld School of Business
Probability concept and Probability distribution_Contd
Normal distribution
5-Propability-2-87.pdf
Inferential statistics-estimation
Inorganic CHEMISTRY
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Presentation1group b
Business Statistics 17th ED Chapter 07.pptx
Business Statistics 17th ED Chapter 07.pptx
Business Statistics 17th Ed Chapter 07.pptx
review of statistics for schools and colleges.ppt
Stats chapter 10
Sampling and Sampling Distribution_Part 2.pdf
Ad

More from Brent Heard (20)

PPTX
Week 1 homework help 2015
PPTX
Playing with statcrunch part 1
PPTX
Finding the Recorded Lecture
PPTX
Help on funky proportion confidence interval questions
PPTX
Using minitab instead of tables for z values probabilities etc
PPTX
Help on binomial problems using minitab
PPTX
Help on frequency distributions
PPTX
Ug statistics help
PPTX
3by9on w week_6
PPTX
3by9 On Wednesday for Week 4, Math 221
PPTX
3by9on w week_3
PPTX
3by9on w week_2
PPTX
Week 1 Statistics for Decision (3x9 on Wednesday)
PPTX
Math533 finalexamreviewapr13
PPT
Math533 finalexamreviewfeb13
PPTX
Math 533 week7_homework_feb_2013_num_6_g_h
PPTX
Week 6 homework help feb 11 2013_number_10pptx
PPT
Week 6 homework help feb 11 2013_numbers_7_8
PPT
Week 6 homework help feb 11 2013_number_5
PPT
Week5 math533 feb_2013
Week 1 homework help 2015
Playing with statcrunch part 1
Finding the Recorded Lecture
Help on funky proportion confidence interval questions
Using minitab instead of tables for z values probabilities etc
Help on binomial problems using minitab
Help on frequency distributions
Ug statistics help
3by9on w week_6
3by9 On Wednesday for Week 4, Math 221
3by9on w week_3
3by9on w week_2
Week 1 Statistics for Decision (3x9 on Wednesday)
Math533 finalexamreviewapr13
Math533 finalexamreviewfeb13
Math 533 week7_homework_feb_2013_num_6_g_h
Week 6 homework help feb 11 2013_number_10pptx
Week 6 homework help feb 11 2013_numbers_7_8
Week 6 homework help feb 11 2013_number_5
Week5 math533 feb_2013

Recently uploaded (20)

PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Cell Types and Its function , kingdom of life
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Institutional Correction lecture only . . .
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
master seminar digital applications in india
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Insiders guide to clinical Medicine.pdf
PPTX
Lesson notes of climatology university.
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Computing-Curriculum for Schools in Ghana
PDF
Microbial disease of the cardiovascular and lymphatic systems
Final Presentation General Medicine 03-08-2024.pptx
O7-L3 Supply Chain Operations - ICLT Program
Cell Types and Its function , kingdom of life
Microbial diseases, their pathogenesis and prophylaxis
Complications of Minimal Access Surgery at WLH
Institutional Correction lecture only . . .
Renaissance Architecture: A Journey from Faith to Humanism
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
102 student loan defaulters named and shamed – Is someone you know on the list?
master seminar digital applications in india
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
STATICS OF THE RIGID BODIES Hibbelers.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Insiders guide to clinical Medicine.pdf
Lesson notes of climatology university.
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Computing-Curriculum for Schools in Ghana
Microbial disease of the cardiovascular and lymphatic systems

Week7 Quiz Help 2009[1]

  • 1. Week 7 Quiz Help Things to remember for this week’s quiz. There’s some good info here, pay close attention. With the standard normal distribution Remember that the total area under the curve is equal to 1 or 100% (half on each side). The mean of the standard normal is 0 and the standard deviation and variance are 1. For any normal distribution regardless of the mean and standard deviation the area will always be 1 or 100%. We see the normal distribution all around us as noted in one of our discussion topics this week. Also remember that if you ever told that you have a normal distribution and then asked what the probability x = ?, it is zero. We can give the probability that it is less than a value, greater than a value, or between two values – but not that it is exactly one value because it is a “continuous distribution”. (For example given that mu = 9, sigma = 2.1, what is the probability that x = 7? It’s 0 because with a continuous distribution we are “slicing jello” as I like to say. On the Central Limit Theorem, remember that it states that given a distribution with a mean μ and variance σ², the sampling distribution of the mean approaches a normal distribution with a mean (μ) and a variance σ²/N as N, the sample size, increases. The amazing and counter-intuitive thing about the central limit theorem is that no matter what the shape of the original distribution, the sampling distribution of the mean approaches a normal distribution. Also another important fact is that any sample size is big enough when we know the population is normal. Using the Central Limit Theorem answer the following question.
  • 2. Assuming you have a normal distribution for your population and you take 64 samples of size 25 each. Calculate the standard deviation of the sample means if the population’s variance is 16. Since the population is normally distributed with a variance of 16, then the sample means have a variance equal to 16/25 according to the Central Limit Theorem. Hence their standard deviation will be SQRT(16/25) = 4/5 = .800 Be able to use the normal distribution to solve problems. Examples Bob scored a 190 on his entrance exam, where the average was 165 and the standard deviation was 12. Where does he stand in relation to the rest of his class? He scored in the “top 2 %”, see excel attachment. In a normal distribution with mu = 35 and sigma = 6 what is the z score for a value of 41? Z= +1 see excel attachment In a normal distribution with mu = 35 and sigma = 6 what number corresponds to z = -2? 23, see excel attachment We have an area of .4840. What z-score corresponds to this area?
  • 3. Using the Standard Normal Table in your book, or the one on the attached excel you can see it is a z score of -0.04 Find P(80 < x < 86) when mu = 82 and sigma = 4. Write your steps in probability notation. I did this in excel (see attachment – fourth tab), but I still need to show my work: The z-score corresponding to x = 86 is z = (86-82)/4 = 4/4 = 1.0. The area corresponding to z = 1.0 is .8413 The z-score corresponding to x = 80 is (80 - 82)/ 4 = -2/4 = -0.5. The area corresponding to z = -0.5 is .3086. Thus, P(80 < x < 86) = P(-0.5 < z < 1.0) = P(z < 1.0) - P(z < -0.5) = 0.8413 – 0.3086 = 0.5327 (my excel calculated it to be 0.5328 so I feel good about it) My excel file will be in a separate post.
  • 4. Interpret a 90% confidence interval of (63.3, 83.4). You should note that there here is a 90% probability that the interval (63.3 to 83.4) contains µ, the true population mean. What is the critical value that corresponds to a confidence level of 96% 100 – 96 = 4 Divide 4 by 2 (tails) and get 2 Add 2 to the original 96% and get 98% and find the critical value (z-score that corresponds to . 9800 which is 2.05 (closest to it) Compute the population mean margin of error for a 90% confidence interval when sigma is 7 and the sample size is 81. E = z * sigma / sqrt(n) = 1.645 * 7 / sqrt(81) = 1.279 (remember +/-)
  • 5. A Military entrance exam has a mean of 120 and a standard deviation of 9. We want to be 95% certain that we are within 6 points of the true mean. Determine the sample size. n = ( z * sigma / error ) ^ 2 = (1.96*9/6)^2 = 2.94^2 = 8.6436. Round up to 9. A researcher wants to get an estimate of the true mean performance measure of its product. It randomly samples 180 of its machines. The mean performance measure was 900 with a standard deviation of 60. Find a 95% confidence interval for the true mean performance measure of the machines. The population standard deviation is unknown and the sample size is 180. Thus, since the sample size is greater than 30, this confidence interval will use a z-value. For a 95%
  • 6. confidence interval, the z-value = 1.96. Sample mean = 900 and sample standard deviation = 60. Population mean = 900 +/- 1.96 * 60/sqrt(180) = 900 +/- 8.765. 891.235 and 908.765 A researcher wants to get an estimate of the true mean performance measure of its product. The researcher needs to be within 15 of the true mean. The researcher estimates the true population standard deviation is around 30. If the confidence level is 95%, find the required sample size in order to meet the desired accuracy. For a 95% confidence level, the z-value = 1.96. The formula for sample size is n = ( z-value * standard deviation / error ) ^ 2 = ( 1.96 * 30/ 15) ^ 2 = ( 3.92 ) ^ 2 = 15.3664. Thus, the researcher must sample at least 16 to obtain the desired accuracy.
  • 7. A researcher wants to estimate the mean cost to develop a product. The researcher tests 18 cases and finds the mean cost to be $3000 with a standard deviation of $400. Find a 95% confidence interval for the true mean cost to develop this product. The population standard deviation is unknown and the sample size is 18. Thus, since the population standard deviation is unknown AND the sample is less than 30, we must use the t- value for this confidence interval. For a 95% confidence interval and degrees of freedom = 17 (from 18-1), the t-value = 2.110. Sample mean = 3000 and sample standard deviation = 400. Population mean = 3000 +/- 2.110 * 400/sqrt(18) = 3000 +/- 198.93. So our bounds are 2801.07 and 3198.93
  • 8. A researcher wants to estimate what proportion of failures that are due to poor workmanship. The researcher randomly samples 50 failures and finds 18 are due to poor workmanship. Using a 95% confidence interval, estimate the true proportion of poor workmanship for all failures. For a 95% confidence level, the z-value is 1.96. The sample proportion = 18/50 = 0.36, thus p hat = 0.36 and 1-p hat = 0.64 . The sample size = 50. The population proportion is between 0.36 +/- 1.96 * sqrt ( 0.36 * 0.64 / 50 ) = 0.36 +/- .13 So the bounds are .23 and .49 Excel Spreadsheets Separately
  • 9. Normal Distribution Me a n S tde v 165 12 P (X<x) x x P (X>x) x1 P (x 1 <X<x 2 ) x2 190 0.0186 Inve rse Ca lcula tions P (<x) x x P (>x) S ymme tric Inte rva ls x1 P (x 1 <X<x 2 ) x2 R e me mbe r the gre e n a re a s re d le tte ring is the re sulting It is importa nt to note tha t th to show you wha t pa rt of the