SlideShare uma empresa Scribd logo
1 de 9
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

Mais conteúdo relacionado

Mais procurados

Normal distribution slide share
Normal distribution slide shareNormal distribution slide share
Normal distribution slide shareKate FLR
 
C2 st lecture 11 the t-test handout
C2 st lecture 11   the t-test handoutC2 st lecture 11   the t-test handout
C2 st lecture 11 the t-test handoutfatima d
 
Week8 Live Lecture for Final Exam
Week8 Live Lecture for Final ExamWeek8 Live Lecture for Final Exam
Week8 Live Lecture for Final ExamBrent Heard
 
Probability Distribution
Probability DistributionProbability Distribution
Probability DistributionSarabjeet Kaur
 
Statistical inference: Hypothesis Testing and t-tests
Statistical inference: Hypothesis Testing and t-testsStatistical inference: Hypothesis Testing and t-tests
Statistical inference: Hypothesis Testing and t-testsEugene Yan Ziyou
 
8. normal distribution qt pgdm 1st semester
8. normal distribution qt pgdm 1st  semester8. normal distribution qt pgdm 1st  semester
8. normal distribution qt pgdm 1st semesterKaran Kukreja
 
Probability Distributions for Continuous Variables
Probability Distributions for Continuous VariablesProbability Distributions for Continuous Variables
Probability Distributions for Continuous Variablesgetyourcheaton
 
Normal distribution
Normal distributionNormal distribution
Normal distributionCamilleJoy3
 
Real Applications of Normal Distributions
Real Applications of Normal Distributions  Real Applications of Normal Distributions
Real Applications of Normal Distributions Long Beach City College
 
law of large number and central limit theorem
 law of large number and central limit theorem law of large number and central limit theorem
law of large number and central limit theoremlovemucheca
 
Business Statistics Chapter 8
Business Statistics Chapter 8Business Statistics Chapter 8
Business Statistics Chapter 8Lux PP
 
Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...
Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...
Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...Daniel Katz
 
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...nszakir
 
Normal distribution
Normal distributionNormal distribution
Normal distributionGlobal Polis
 

Mais procurados (20)

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

Semelhante a Week7 Quiz Help 2009[1]

Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or VarianceEstimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or VarianceLong Beach City College
 
Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or Variance Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or Variance Long Beach City College
 
Discrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsDiscrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsBabasab Patil
 
Types of Probability Distributions - Statistics II
Types of Probability Distributions - Statistics IITypes of Probability Distributions - Statistics II
Types of Probability Distributions - Statistics IIRupak Roy
 
Pengenalan Ekonometrika
Pengenalan EkonometrikaPengenalan Ekonometrika
Pengenalan EkonometrikaXYZ Williams
 
C2 st lecture 13 revision for test b handout
C2 st lecture 13   revision for test b handoutC2 st lecture 13   revision for test b handout
C2 st lecture 13 revision for test b handoutfatima d
 
continuous probability distributions.ppt
continuous probability distributions.pptcontinuous probability distributions.ppt
continuous probability distributions.pptLLOYDARENAS1
 
raghu veera stats.ppt
raghu veera stats.pptraghu veera stats.ppt
raghu veera stats.pptDevarajuBn
 
A General Manger of Harley-Davidson has to decide on the size of a.docx
A General Manger of Harley-Davidson has to decide on the size of a.docxA General Manger of Harley-Davidson has to decide on the size of a.docx
A General Manger of Harley-Davidson has to decide on the size of a.docxevonnehoggarth79783
 
Quantitative Methods for Lawyers - Class #7 - Probability & Basic Statistics ...
Quantitative Methods for Lawyers - Class #7 - Probability & Basic Statistics ...Quantitative Methods for Lawyers - Class #7 - Probability & Basic Statistics ...
Quantitative Methods for Lawyers - Class #7 - Probability & Basic Statistics ...Daniel Katz
 
SAMPLING MEAN DEFINITION The term sampling mean .docx
SAMPLING MEAN DEFINITION The term sampling mean .docxSAMPLING MEAN DEFINITION The term sampling mean .docx
SAMPLING MEAN DEFINITION The term sampling mean .docxanhlodge
 
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docx
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docxSAMPLING MEANDEFINITIONThe term sampling mean is a stati.docx
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docxanhlodge
 
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docx
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docxSAMPLING MEANDEFINITIONThe term sampling mean is a stati.docx
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docxagnesdcarey33086
 
SAMPLING MEAN DEFINITION The term sampling mean is.docx
SAMPLING MEAN  DEFINITION  The term sampling mean is.docxSAMPLING MEAN  DEFINITION  The term sampling mean is.docx
SAMPLING MEAN DEFINITION The term sampling mean is.docxagnesdcarey33086
 

Semelhante a Week7 Quiz Help 2009[1] (20)

Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or VarianceEstimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or Variance
 
Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or Variance Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or Variance
 
Discrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsDiscrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec doms
 
Types of Probability Distributions - Statistics II
Types of Probability Distributions - Statistics IITypes of Probability Distributions - Statistics II
Types of Probability Distributions - Statistics II
 
lecture8.ppt
lecture8.pptlecture8.ppt
lecture8.ppt
 
Lecture8
Lecture8Lecture8
Lecture8
 
Normal Distribution
Normal DistributionNormal Distribution
Normal Distribution
 
Pengenalan Ekonometrika
Pengenalan EkonometrikaPengenalan Ekonometrika
Pengenalan Ekonometrika
 
C2 st lecture 13 revision for test b handout
C2 st lecture 13   revision for test b handoutC2 st lecture 13   revision for test b handout
C2 st lecture 13 revision for test b handout
 
lecture6.ppt
lecture6.pptlecture6.ppt
lecture6.ppt
 
continuous probability distributions.ppt
continuous probability distributions.pptcontinuous probability distributions.ppt
continuous probability distributions.ppt
 
raghu veera stats.ppt
raghu veera stats.pptraghu veera stats.ppt
raghu veera stats.ppt
 
A General Manger of Harley-Davidson has to decide on the size of a.docx
A General Manger of Harley-Davidson has to decide on the size of a.docxA General Manger of Harley-Davidson has to decide on the size of a.docx
A General Manger of Harley-Davidson has to decide on the size of a.docx
 
Quantitative Methods for Lawyers - Class #7 - Probability & Basic Statistics ...
Quantitative Methods for Lawyers - Class #7 - Probability & Basic Statistics ...Quantitative Methods for Lawyers - Class #7 - Probability & Basic Statistics ...
Quantitative Methods for Lawyers - Class #7 - Probability & Basic Statistics ...
 
U unit8 ksb
U unit8 ksbU unit8 ksb
U unit8 ksb
 
SAMPLING MEAN DEFINITION The term sampling mean .docx
SAMPLING MEAN DEFINITION The term sampling mean .docxSAMPLING MEAN DEFINITION The term sampling mean .docx
SAMPLING MEAN DEFINITION The term sampling mean .docx
 
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docx
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docxSAMPLING MEANDEFINITIONThe term sampling mean is a stati.docx
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docx
 
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docx
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docxSAMPLING MEANDEFINITIONThe term sampling mean is a stati.docx
SAMPLING MEANDEFINITIONThe term sampling mean is a stati.docx
 
SAMPLING MEAN DEFINITION The term sampling mean is.docx
SAMPLING MEAN  DEFINITION  The term sampling mean is.docxSAMPLING MEAN  DEFINITION  The term sampling mean is.docx
SAMPLING MEAN DEFINITION The term sampling mean is.docx
 
QT1 - 07 - Estimation
QT1 - 07 - EstimationQT1 - 07 - Estimation
QT1 - 07 - Estimation
 

Mais de Brent Heard

Week 1 homework help 2015
Week 1 homework help 2015Week 1 homework help 2015
Week 1 homework help 2015Brent Heard
 
Playing with statcrunch part 1
Playing with statcrunch part 1Playing with statcrunch part 1
Playing with statcrunch part 1Brent Heard
 
Finding the Recorded Lecture
Finding the Recorded LectureFinding the Recorded Lecture
Finding the Recorded LectureBrent Heard
 
Help on funky proportion confidence interval questions
Help on funky proportion confidence interval questionsHelp on funky proportion confidence interval questions
Help on funky proportion confidence interval questionsBrent Heard
 
Using minitab instead of tables for z values probabilities etc
Using minitab instead of tables for z values probabilities etcUsing minitab instead of tables for z values probabilities etc
Using minitab instead of tables for z values probabilities etcBrent Heard
 
Help on binomial problems using minitab
Help on binomial problems using minitabHelp on binomial problems using minitab
Help on binomial problems using minitabBrent Heard
 
Help on frequency distributions
Help on frequency distributionsHelp on frequency distributions
Help on frequency distributionsBrent Heard
 
Ug statistics help
Ug statistics helpUg statistics help
Ug statistics helpBrent Heard
 
3by9 On Wednesday for Week 4, Math 221
3by9 On Wednesday for Week 4, Math 2213by9 On Wednesday for Week 4, Math 221
3by9 On Wednesday for Week 4, Math 221Brent Heard
 
Week 1 Statistics for Decision (3x9 on Wednesday)
Week 1 Statistics for Decision (3x9 on Wednesday)Week 1 Statistics for Decision (3x9 on Wednesday)
Week 1 Statistics for Decision (3x9 on Wednesday)Brent Heard
 
Math533 finalexamreviewapr13
Math533 finalexamreviewapr13Math533 finalexamreviewapr13
Math533 finalexamreviewapr13Brent Heard
 
Math533 finalexamreviewfeb13
Math533 finalexamreviewfeb13Math533 finalexamreviewfeb13
Math533 finalexamreviewfeb13Brent Heard
 
Math 533 week7_homework_feb_2013_num_6_g_h
Math 533 week7_homework_feb_2013_num_6_g_hMath 533 week7_homework_feb_2013_num_6_g_h
Math 533 week7_homework_feb_2013_num_6_g_hBrent Heard
 
Week 6 homework help feb 11 2013_number_10pptx
Week 6 homework help feb 11 2013_number_10pptxWeek 6 homework help feb 11 2013_number_10pptx
Week 6 homework help feb 11 2013_number_10pptxBrent Heard
 
Week 6 homework help feb 11 2013_numbers_7_8
Week 6 homework help feb 11 2013_numbers_7_8Week 6 homework help feb 11 2013_numbers_7_8
Week 6 homework help feb 11 2013_numbers_7_8Brent Heard
 
Week 6 homework help feb 11 2013_number_5
Week 6 homework help feb 11 2013_number_5Week 6 homework help feb 11 2013_number_5
Week 6 homework help feb 11 2013_number_5Brent Heard
 
Week5 math533 feb_2013
Week5 math533 feb_2013Week5 math533 feb_2013
Week5 math533 feb_2013Brent Heard
 

Mais de Brent Heard (20)

Week 1 homework help 2015
Week 1 homework help 2015Week 1 homework help 2015
Week 1 homework help 2015
 
Playing with statcrunch part 1
Playing with statcrunch part 1Playing with statcrunch part 1
Playing with statcrunch part 1
 
Finding the Recorded Lecture
Finding the Recorded LectureFinding the Recorded Lecture
Finding the Recorded Lecture
 
Help on funky proportion confidence interval questions
Help on funky proportion confidence interval questionsHelp on funky proportion confidence interval questions
Help on funky proportion confidence interval questions
 
Using minitab instead of tables for z values probabilities etc
Using minitab instead of tables for z values probabilities etcUsing minitab instead of tables for z values probabilities etc
Using minitab instead of tables for z values probabilities etc
 
Help on binomial problems using minitab
Help on binomial problems using minitabHelp on binomial problems using minitab
Help on binomial problems using minitab
 
Help on frequency distributions
Help on frequency distributionsHelp on frequency distributions
Help on frequency distributions
 
Ug statistics help
Ug statistics helpUg statistics help
Ug statistics help
 
3by9on w week_6
3by9on w week_63by9on w week_6
3by9on w week_6
 
3by9 On Wednesday for Week 4, Math 221
3by9 On Wednesday for Week 4, Math 2213by9 On Wednesday for Week 4, Math 221
3by9 On Wednesday for Week 4, Math 221
 
3by9on w week_3
3by9on w week_33by9on w week_3
3by9on w week_3
 
3by9on w week_2
3by9on w week_23by9on w week_2
3by9on w week_2
 
Week 1 Statistics for Decision (3x9 on Wednesday)
Week 1 Statistics for Decision (3x9 on Wednesday)Week 1 Statistics for Decision (3x9 on Wednesday)
Week 1 Statistics for Decision (3x9 on Wednesday)
 
Math533 finalexamreviewapr13
Math533 finalexamreviewapr13Math533 finalexamreviewapr13
Math533 finalexamreviewapr13
 
Math533 finalexamreviewfeb13
Math533 finalexamreviewfeb13Math533 finalexamreviewfeb13
Math533 finalexamreviewfeb13
 
Math 533 week7_homework_feb_2013_num_6_g_h
Math 533 week7_homework_feb_2013_num_6_g_hMath 533 week7_homework_feb_2013_num_6_g_h
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_number_10pptxWeek 6 homework help feb 11 2013_number_10pptx
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_numbers_7_8Week 6 homework help feb 11 2013_numbers_7_8
Week 6 homework help feb 11 2013_numbers_7_8
 
Week 6 homework help feb 11 2013_number_5
Week 6 homework help feb 11 2013_number_5Week 6 homework help feb 11 2013_number_5
Week 6 homework help feb 11 2013_number_5
 
Week5 math533 feb_2013
Week5 math533 feb_2013Week5 math533 feb_2013
Week5 math533 feb_2013
 

Último

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 

Último (20)

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 

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