SlideShare a Scribd company logo
B HeardLecture for theFinal ExamStatistics For Decision MakingNot to be used, posted, etc. without my expressed permission.  B Heard
The final exam is cumulative.
It should take you around the full amount of time given.
Make sure you check the number of pages, etc. before starting.Final Exam ReviewNot to be used, posted, etc. without my expressed permission.  B Heard
Final Exam ReviewWhat you should know……….Not to be used, posted, etc. without my expressed permission.  B Heard
CorrelationBe able to identify types of correlation looking at a scatter plot (weak, moderate, strong,  positive/negative).Remember that the correlation coefficient is between -1 and 1 and we use “r” to represent it (NOT r^2)Final Exam Review
Using pivot tables to calculate probabilitiesBe able to use a pivot table to calculate probabilities.  For exampleFinal Exam Review
Final Exam ReviewThis is a survey of First Graders, Ninth Graders, and Senior Citizens (all together) and their favorite ice cream of the three choices.What are the following? P(Ninth Grader) = 60/150 = 6/15 = 2/5 P(Chocolate) = 85/150 = 17/30  
Final Exam ReviewP(Sr. Citizen and prefer Vanilla) = 16/150 = 8/75 P(First Grader given that they prefer Vanilla) = 10/38 = 5/19 P(Prefer Strawberry given that they are a Ninth Grader) = 11/60
Be able to understand the normal distribution and how it relates to the mean, standard deviation, variance, etc.For example, I did an analysis and found the mean number of failures was 7 and the standard deviation was 1.5. Answer the two questions below.How many standard deviations is 10 from the mean?  10 – 7 = 3, 3/1.5 = 2 (your answer)How many standard deviations is 6.25 from the mean? 6.25 – 7 =  - .75,  - .75/1.5 = -0.5 (your answer)Final Exam Review
Be able to use the Standard Normal Distribution Tables or Excel to find probability values and z scores.Examples:Find the following probability involving the Standard Normal Distribution.  What is P(z<1.55)?.9394 (from the table or use  Excel “=NORMDIST(1.55,0,1,TRUE)”)Find the following probability involving the Standard Normal Distribution.  What is P(z > -.60)?1 – 0.2743 =  0.7257  (using table or Excel 1 – “=NORMDIST(-0.6,0,1,TRUE)”)Final Exam Review
A researcher is performing a hypothesis test on a claim about a population proportion.  Using an alpha = .04 and n = 80, what is the rejection region if the alternate hypothesis is Ha: p > 0.70?Alternate hypothesis test shows that this is a RightTailed test (since it’s p > 0.70) with a right tail area of .04(since alpha = .04).  Therefore we are going to reject Hoif z > 1.75 (looked in standard normal table to find zscore for a probability of 0.96, z of 1.75 was the closest)Final Exam Review
A researcher is performing a hypothesis test on a claim about a population proportion.  Using an alpha = .03 and n = 95, what two critical values determine the rejection region if the null hypothesis is:  Ho: p = 0.44?Since Ho: p = 0.44, this is a two tailed test. Each tail hasan area = .03/2 = .015.  The z-values that correspond tothis area in the tail is +/- 2.17.  (You can see this byfinding the z score for either .015 or .985 realizing it’s twotailed)Final Exam Review
A manufacturer claims that the mean lifetime of its computer component is 1100 hours. A buyer’s researcher selects 49 of these components and finds the mean lifetime to be 1105 hours with a standard deviation of 30 hours. Test the manufacturer's claim. Use alpha = .02.Answer on following chartFinal Exam Review
Ho: mu = 1100 hours   (claim); Ha: mu does not = 1100 hours; two tailed test, therefore, .01 is in left tailand .01 is in right tail; thus critical values are ± 2.33; test statistic is z = (xbar - mu) ÷ [sigma ÷ sqrt(n)] = (1105 - 1100) ÷ [30 ÷ sqrt(49)] = 5  ÷ [30 ÷ 7] = 5 ÷ 4.29 = 1.17  which is in the do not reject area because p value corresponding to z= +1.17 is 0.879Fail to reject Ho. (Because 1.17 is in the bounds of the critical values ±2.33)There is not enough evidence to reject the manufacturer's claim thatthe mean lifetime is 1100 hours.Final Exam Review
A Pizza Delivery Service claims that it will get its pizzas delivered in less than 30 minutes. A random selection of 49 service times was collected, and their mean was calculated to be 28.6 minutes. The standard deviation was 4.7 minutes. Is there enough evidence to support the claim at alpha = .10. Perform an appropriate hypothesis test, showing each important step.  (Note:  1st Step:  Write Ho and Ha; 2nd Step:  Determine Rejection Region; etc.)Answer following chartFinal Exam Review
Ho: mu >= 30 min.Ha: mu < 30 min. (claim). Therefore, it is a left-tailed test. n=49; x-bar=28.6; s=4.7; alpha=0.10Since alpha = 0.10, then the critical z value will be zc = -1.28since n>30 then s can be used in place of sigma.Standardized test statistic z = (x-bar - mu)/(s/sqrt(n))                                       z = (28.6-30)/(4.7/sqrt(49))                                      z = -2.085since -2.085 < -1.28, we REJECT Ho.  That is, at alpha = 0.10, There is enough evidence to support thePizza Delivery Service’s claim.(p-value method could have also been used)Final Exam Review
Determine the minimum required sample size if you want to be 90% confident that the sample mean is within 5 units of the population mean given sigma = 8.4.  Assume the population is normally distributed.n = (Zc*sigma/E)^2 = [(1.645 * 8.4)/ 5]^2 = (2.7636)^2= 7.64= 8 (always round up sample sizes)Final Exam Review
A researcher wants to estimate the true proportion of failures caused my a minimum of one event.  The researcher wants to be within 5% of the true proportion when using a 95% confidence interval.  A previous study estimated the population proportion at 0.64.  (a).  Using this previous study as an estimate for p, what sample size should be used?  (b).  If the previous study was not available, what estimate for p should be used?Answer followsFinal Exam Review
(a).  The critical z-value for a 95% confidence interval is1.96.  Since a previous study is known, we can use it toestimate p = 0.64.  The maximum error is 0.05. Sample size = n = p*(1-p)*( z / error )^2                      = 0.64*(.36)*(1.96/0.05)^2                      = 354.04 = 355 rounded upThus, at least 355 failures must be sampled.(b).  If no estimate of p is known, we must use p = 0.5tohave a large enough sample size to meet the desiredmaximum error. (i.e. use p = 0.5 when you don’t know it)Final Exam Review
Variance/Standard Deviation… how they relateIf the variance of some data is 91, what is the standard deviation?Square root of 91 = 9.54 If the standard deviation of some data is 17, what is the variance?17^2 =  289Final Exam Review
The failure times of a component are listed in hours.  {100, 95, 120, 190, 200, 200,280}.Find the mean, median, mode, variance, and range.Do you think this sample might have come from a normal population?  Why or why not?mean = 169.3median =190mode = 200variance = 4553.6range = 185Doubtful it came from a normal, compare mean, median,mode, etc.Final Exam Review
The random variable X represents the annual salaries in dollars for a group of entry level accountants.  Find the expected value E(X).  X = {$30,000; $38,000; $42,000}.  P(30,000) = .2; P(38,000) = .7; P(42,000) = .1 E(X) = 30000*.2 + 38000*.7 + 42000*.1 = $36,800Final Exam Review
The average (mean) monthly grocery cost for a family of 4 is $600.  The distribution is known to be “normal” with a standard deviation = 60.  A family is chosen at random.  a) Find the probability that the family’s monthly grocery cost purchases will be between $550 and $650.b)Find the probability that the family’s monthly grocery cost purchases will be less than $700.c) What is the probability that the family’s monthly grocery cost purchases will be more than $630?Answers followFinal Exam Review
Using Tables or EXCEL (I used an Excel Template like one I showed you):a) P(550 < x < 650) = 0.5953 b) P(x < 700) =.9522  c) P(x > 630) = .3085  Final Exam Review
The earnings per share (in dollars) for The Very Pretty Products Company are given by the equation y-hat = 0.863 + 0.029a - 0.011b 	where "a" represents total revenue (in billions of dollars) and "b" represents total net worth (in billions of dollars). Predict the earnings per share when total revenue is $6 billion and net worth is $1 billion. y-hat = 0.863 + 0.029a - 0.011by-hat = 0.863 + 0.029*6 - 0.011*1y-hat = 1.026Final Exam Review
The time required to produce a product was normally distributed with a mean 10.5 days and a standard deviation of 1.5 days (i.e., 36 hours).   What is the probability that it will take more that 11 days to produce the product?We want P(X > 11)z = (x - mu)/sigma= (11 – 10.5)/1.5 = .5/1.5 = .33P(z > .33) = 1 - P(z < .33)= 1 – 0.6293= 0.3707Final Exam Review
A shipment of 30 Widgit’scontains 7 defective Widgits.  How many ways can a Widget buying company buy 3 of these units and receive no defective units? There are 23 Widgets which are not defective.Thus there are 23C3 ways to get 3 sets of Widgets with none defective.23C3 = 1771 (using “combin” function in Excel)Final Exam Review
For the following statement, write the null hypothesis and the alternative hypothesis. Then, label the one that is the claim being made.A car manufacturer claims that the mean life time of a car is more than 7 years. Ho: mu <= 7 yearsHa: mu > 7 years    (claim) Remember that Ho always contains equality and the claim can be either Ho or HaFinal Exam Review
A State Trooper notes that at a certain intersection, an average of three cars run the red-light per hour.  What is the probability that the next time he is there exactly two cars run the red-light? Poisson with average of 3. want P(2) P(2) = .2240  (Use Excel or Excel Template)Final Exam Review
The probability that a house in a neighborhood has a dog is 40%.  If 50 houses in the neighborhood are randomly selected what is the probability that one (or a certain number) of the houses will have a dog?  a.  Is this a binomial experiment?  b. Use the correct formula to find the probability that, out of 50 houses, exactly 22 of the houses will have dogs. Show your calculations or explain how you found the probability.Answer FollowsFinal Exam Review
a) Fixed number of independent trials, only two possible outcomes in each trial {S,F} (dog or not), probability of success is the same for each trial, and random variable x counts the number of successful trials. So YES it is. b) n = 50; p = .40 = P(success) = house has a dog    We want P(22) --> P(22) = .0959 (I used a Binomial Template)Final Exam Review
The stem and leaf plot for the following data is displayed below: {11,11,12,16,17,24,25,26,26,34,36,37,44,46,51,53,62}Stem and Leaf Plot:1|112672|45663|4674|465|136|2Discuss the shape of the data distribution.It is right skewed. (other choices would be left skewed, symmetric, etc).  This one is right skewed because if you turned it 90 degrees counter clockwise the “tail” would be on the right.Final Exam Review
Scores on an exam for entering a military training program are normally distributed, with a mean of 60 and a standard deviation of 12. To be eligible to enter, a person must score in the top 15%. What is the lowest score you can earn and still be eligible to enter?mu = 60; sigma = 12we want top 15% or an area greater than 1 - .15 or .85z = 1.04 ---> x = (1.04)(12) + 60 = 72.48 orneed a score of 73 (Round it up)Final Exam Review
A polling company wants to estimate the average amount of contributions to their candidate. For a sample of 100 randomly selected contributors, the mean contribution was $50 and the standard deviation was $8.50.(a)  Find a 95% confidence interval for the mean amount given to the candidate (b)  Interpret this confidence interval and write a sentence that explains it.Answer FollowsFinal Exam Review

More Related Content

PPTX
Week8 finalexamlivelecture 2010december
PPTX
Math533 finalexamreviewapr13
PPTX
Final examexamplesapr2013
PPTX
Week8finalexamlivelecture2011 mt
PPTX
Week8 livelecture2010 follow_up
PPTX
Math 533 week 6 more help
PPT
Math533 finalexamreviewfeb13
DOC
Math533 final exam_study_guide
Week8 finalexamlivelecture 2010december
Math533 finalexamreviewapr13
Final examexamplesapr2013
Week8finalexamlivelecture2011 mt
Week8 livelecture2010 follow_up
Math 533 week 6 more help
Math533 finalexamreviewfeb13
Math533 final exam_study_guide

What's hot (20)

PPTX
Probability Distribution
PDF
C2 st lecture 11 the t-test handout
PPTX
Week8finalexamlivelecture2011
PPTX
Week8finalexamlivelecture april2012
PPTX
Week8finalexamlivelecture dec2012
PPTX
Week 7 Lecture
PPTX
Week 7 homework help 2015 13 15_19
PDF
Solution manual for design and analysis of experiments 9th edition douglas ...
PPTX
Week8 finalexamlivelecture 2010june
PPTX
3by9on w week_6
PDF
Solutions. Design and Analysis of Experiments. Montgomery
PDF
Practice Test 2 Solutions
PPTX
Hypothesis Testing-Z-Test
PPTX
Testing a Claim About a Proportion
PPT
Business Statistics Chapter 6
PDF
C2 st lecture 13 revision for test b handout
DOC
Week7 Quiz Help 2009[1]
PPTX
Hypergeometric probability distribution
PPT
Chapter12
PPTX
Week 7 lecture_math_221_apr_2012
Probability Distribution
C2 st lecture 11 the t-test handout
Week8finalexamlivelecture2011
Week8finalexamlivelecture april2012
Week8finalexamlivelecture dec2012
Week 7 Lecture
Week 7 homework help 2015 13 15_19
Solution manual for design and analysis of experiments 9th edition douglas ...
Week8 finalexamlivelecture 2010june
3by9on w week_6
Solutions. Design and Analysis of Experiments. Montgomery
Practice Test 2 Solutions
Hypothesis Testing-Z-Test
Testing a Claim About a Proportion
Business Statistics Chapter 6
C2 st lecture 13 revision for test b handout
Week7 Quiz Help 2009[1]
Hypergeometric probability distribution
Chapter12
Week 7 lecture_math_221_apr_2012
Ad

Viewers also liked (8)

PPTX
Normal distribution
PDF
Traffic census and analysis (a case study)
PDF
Stat2010 Sample Final
PDF
Math 533 ( applied managerial statistics ) final exam answers
PPT
Probability and statistics(assign 7 and 8)
PPTX
Hypothesis testing ppt final
PPT
PDF
Hypothesis testing; z test, t-test. f-test
Normal distribution
Traffic census and analysis (a case study)
Stat2010 Sample Final
Math 533 ( applied managerial statistics ) final exam answers
Probability and statistics(assign 7 and 8)
Hypothesis testing ppt final
Hypothesis testing; z test, t-test. f-test
Ad

Similar to Week8 Live Lecture for Final Exam (20)

PPTX
Week8 livelecture2010
PPT
Statistics
DOCX
The director of admissions at Kinzua University in Nova Scotia est.docx
PDF
Statistics and Probability_Final Sample 2
PPT
Normal distribution - Unitedworld School of Business
DOCX
Please put answers below the boxes1) A politician claims that .docx
PPT
Normal distribution
DOCX
Check your solutions from the practice. Please be sure you f.docx
DOCX
1) A sample of 10 observations is selected from a normal populatio.docx
PPTX
Lec. 10: Making Assumptions of Missing data
PPT
review of statistics for schools and colleges.ppt
PPT
Presentation1group b
DOCX
WEEK 5 HOMEWORK 5THIS WEEK INVOLVES READING NEW TABLES, THE t-TA.docx
PDF
Sampling and Sampling Distribution_Part 2.pdf
PPTX
Week 7 lecture_math_221_dec_2012
DOCX
1 P a g e ME 350 Project 2 Posted February 26.docx
PDF
Probability and basic statistics with R
PDF
Biostatistics Made Ridiculously Simple by Dr. Aryan (Medical Booklet Series b...
PPT
Lesson05_Static11
DOCX
1 Review and Practice Exam Questions for Exam 2 Lea.docx
Week8 livelecture2010
Statistics
The director of admissions at Kinzua University in Nova Scotia est.docx
Statistics and Probability_Final Sample 2
Normal distribution - Unitedworld School of Business
Please put answers below the boxes1) A politician claims that .docx
Normal distribution
Check your solutions from the practice. Please be sure you f.docx
1) A sample of 10 observations is selected from a normal populatio.docx
Lec. 10: Making Assumptions of Missing data
review of statistics for schools and colleges.ppt
Presentation1group b
WEEK 5 HOMEWORK 5THIS WEEK INVOLVES READING NEW TABLES, THE t-TA.docx
Sampling and Sampling Distribution_Part 2.pdf
Week 7 lecture_math_221_dec_2012
1 P a g e ME 350 Project 2 Posted February 26.docx
Probability and basic statistics with R
Biostatistics Made Ridiculously Simple by Dr. Aryan (Medical Booklet Series b...
Lesson05_Static11
1 Review and Practice Exam Questions for Exam 2 Lea.docx

More from Brent Heard (20)

PPTX
Week 1 homework help 2015
PPTX
Playing with statcrunch part 1
PPTX
Finding the Recorded Lecture
PPTX
Week 7 Homework Numbers 9,10 and 12
PPTX
Help on funky proportion confidence interval questions
PPTX
Using minitab instead of tables for z values probabilities etc
PPTX
Left, right or middle
PPTX
Help on binomial problems using minitab
PPTX
Help on frequency distributions
PPTX
Ug statistics help
PPTX
3by9on w week_5
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
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
Week 7 Homework Numbers 9,10 and 12
Help on funky proportion confidence interval questions
Using minitab instead of tables for z values probabilities etc
Left, right or middle
Help on binomial problems using minitab
Help on frequency distributions
Ug statistics help
3by9on w week_5
3by9 On Wednesday for Week 4, Math 221
3by9on w week_3
3by9on w week_2
Week 1 Statistics for Decision (3x9 on Wednesday)
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)

PDF
VCE English Exam - Section C Student Revision Booklet
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Institutional Correction lecture only . . .
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Insiders guide to clinical Medicine.pdf
VCE English Exam - Section C Student Revision Booklet
O7-L3 Supply Chain Operations - ICLT Program
01-Introduction-to-Information-Management.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Supply Chain Operations Speaking Notes -ICLT Program
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
GDM (1) (1).pptx small presentation for students
Anesthesia in Laparoscopic Surgery in India
human mycosis Human fungal infections are called human mycosis..pptx
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Microbial diseases, their pathogenesis and prophylaxis
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Institutional Correction lecture only . . .
PPH.pptx obstetrics and gynecology in nursing
Insiders guide to clinical Medicine.pdf

Week8 Live Lecture for Final Exam

  • 1. B HeardLecture for theFinal ExamStatistics For Decision MakingNot to be used, posted, etc. without my expressed permission. B Heard
  • 2. The final exam is cumulative.
  • 3. It should take you around the full amount of time given.
  • 4. Make sure you check the number of pages, etc. before starting.Final Exam ReviewNot to be used, posted, etc. without my expressed permission. B Heard
  • 5. Final Exam ReviewWhat you should know……….Not to be used, posted, etc. without my expressed permission. B Heard
  • 6. CorrelationBe able to identify types of correlation looking at a scatter plot (weak, moderate, strong, positive/negative).Remember that the correlation coefficient is between -1 and 1 and we use “r” to represent it (NOT r^2)Final Exam Review
  • 7. Using pivot tables to calculate probabilitiesBe able to use a pivot table to calculate probabilities. For exampleFinal Exam Review
  • 8. Final Exam ReviewThis is a survey of First Graders, Ninth Graders, and Senior Citizens (all together) and their favorite ice cream of the three choices.What are the following? P(Ninth Grader) = 60/150 = 6/15 = 2/5 P(Chocolate) = 85/150 = 17/30  
  • 9. Final Exam ReviewP(Sr. Citizen and prefer Vanilla) = 16/150 = 8/75 P(First Grader given that they prefer Vanilla) = 10/38 = 5/19 P(Prefer Strawberry given that they are a Ninth Grader) = 11/60
  • 10. Be able to understand the normal distribution and how it relates to the mean, standard deviation, variance, etc.For example, I did an analysis and found the mean number of failures was 7 and the standard deviation was 1.5. Answer the two questions below.How many standard deviations is 10 from the mean? 10 – 7 = 3, 3/1.5 = 2 (your answer)How many standard deviations is 6.25 from the mean? 6.25 – 7 = - .75, - .75/1.5 = -0.5 (your answer)Final Exam Review
  • 11. Be able to use the Standard Normal Distribution Tables or Excel to find probability values and z scores.Examples:Find the following probability involving the Standard Normal Distribution.  What is P(z<1.55)?.9394 (from the table or use Excel “=NORMDIST(1.55,0,1,TRUE)”)Find the following probability involving the Standard Normal Distribution.  What is P(z > -.60)?1 – 0.2743 = 0.7257 (using table or Excel 1 – “=NORMDIST(-0.6,0,1,TRUE)”)Final Exam Review
  • 12. A researcher is performing a hypothesis test on a claim about a population proportion.  Using an alpha = .04 and n = 80, what is the rejection region if the alternate hypothesis is Ha: p > 0.70?Alternate hypothesis test shows that this is a RightTailed test (since it’s p > 0.70) with a right tail area of .04(since alpha = .04). Therefore we are going to reject Hoif z > 1.75 (looked in standard normal table to find zscore for a probability of 0.96, z of 1.75 was the closest)Final Exam Review
  • 13. A researcher is performing a hypothesis test on a claim about a population proportion.  Using an alpha = .03 and n = 95, what two critical values determine the rejection region if the null hypothesis is:  Ho: p = 0.44?Since Ho: p = 0.44, this is a two tailed test. Each tail hasan area = .03/2 = .015.  The z-values that correspond tothis area in the tail is +/- 2.17.  (You can see this byfinding the z score for either .015 or .985 realizing it’s twotailed)Final Exam Review
  • 14. A manufacturer claims that the mean lifetime of its computer component is 1100 hours. A buyer’s researcher selects 49 of these components and finds the mean lifetime to be 1105 hours with a standard deviation of 30 hours. Test the manufacturer's claim. Use alpha = .02.Answer on following chartFinal Exam Review
  • 15. Ho: mu = 1100 hours   (claim); Ha: mu does not = 1100 hours; two tailed test, therefore, .01 is in left tailand .01 is in right tail; thus critical values are ± 2.33; test statistic is z = (xbar - mu) ÷ [sigma ÷ sqrt(n)] = (1105 - 1100) ÷ [30 ÷ sqrt(49)] = 5 ÷ [30 ÷ 7] = 5 ÷ 4.29 = 1.17 which is in the do not reject area because p value corresponding to z= +1.17 is 0.879Fail to reject Ho. (Because 1.17 is in the bounds of the critical values ±2.33)There is not enough evidence to reject the manufacturer's claim thatthe mean lifetime is 1100 hours.Final Exam Review
  • 16. A Pizza Delivery Service claims that it will get its pizzas delivered in less than 30 minutes. A random selection of 49 service times was collected, and their mean was calculated to be 28.6 minutes. The standard deviation was 4.7 minutes. Is there enough evidence to support the claim at alpha = .10. Perform an appropriate hypothesis test, showing each important step.  (Note:  1st Step:  Write Ho and Ha; 2nd Step:  Determine Rejection Region; etc.)Answer following chartFinal Exam Review
  • 17. Ho: mu >= 30 min.Ha: mu < 30 min. (claim). Therefore, it is a left-tailed test. n=49; x-bar=28.6; s=4.7; alpha=0.10Since alpha = 0.10, then the critical z value will be zc = -1.28since n>30 then s can be used in place of sigma.Standardized test statistic z = (x-bar - mu)/(s/sqrt(n))                                       z = (28.6-30)/(4.7/sqrt(49))                                      z = -2.085since -2.085 < -1.28, we REJECT Ho.  That is, at alpha = 0.10, There is enough evidence to support thePizza Delivery Service’s claim.(p-value method could have also been used)Final Exam Review
  • 18. Determine the minimum required sample size if you want to be 90% confident that the sample mean is within 5 units of the population mean given sigma = 8.4.  Assume the population is normally distributed.n = (Zc*sigma/E)^2 = [(1.645 * 8.4)/ 5]^2 = (2.7636)^2= 7.64= 8 (always round up sample sizes)Final Exam Review
  • 19. A researcher wants to estimate the true proportion of failures caused my a minimum of one event.  The researcher wants to be within 5% of the true proportion when using a 95% confidence interval.  A previous study estimated the population proportion at 0.64.  (a).  Using this previous study as an estimate for p, what sample size should be used?  (b).  If the previous study was not available, what estimate for p should be used?Answer followsFinal Exam Review
  • 20. (a).  The critical z-value for a 95% confidence interval is1.96.  Since a previous study is known, we can use it toestimate p = 0.64.  The maximum error is 0.05. Sample size = n = p*(1-p)*( z / error )^2                      = 0.64*(.36)*(1.96/0.05)^2                      = 354.04 = 355 rounded upThus, at least 355 failures must be sampled.(b).  If no estimate of p is known, we must use p = 0.5tohave a large enough sample size to meet the desiredmaximum error. (i.e. use p = 0.5 when you don’t know it)Final Exam Review
  • 21. Variance/Standard Deviation… how they relateIf the variance of some data is 91, what is the standard deviation?Square root of 91 = 9.54 If the standard deviation of some data is 17, what is the variance?17^2 = 289Final Exam Review
  • 22. The failure times of a component are listed in hours.  {100, 95, 120, 190, 200, 200,280}.Find the mean, median, mode, variance, and range.Do you think this sample might have come from a normal population?  Why or why not?mean = 169.3median =190mode = 200variance = 4553.6range = 185Doubtful it came from a normal, compare mean, median,mode, etc.Final Exam Review
  • 23. The random variable X represents the annual salaries in dollars for a group of entry level accountants.  Find the expected value E(X).  X = {$30,000; $38,000; $42,000}.  P(30,000) = .2; P(38,000) = .7; P(42,000) = .1 E(X) = 30000*.2 + 38000*.7 + 42000*.1 = $36,800Final Exam Review
  • 24. The average (mean) monthly grocery cost for a family of 4 is $600.  The distribution is known to be “normal” with a standard deviation = 60.  A family is chosen at random.  a) Find the probability that the family’s monthly grocery cost purchases will be between $550 and $650.b)Find the probability that the family’s monthly grocery cost purchases will be less than $700.c) What is the probability that the family’s monthly grocery cost purchases will be more than $630?Answers followFinal Exam Review
  • 25. Using Tables or EXCEL (I used an Excel Template like one I showed you):a) P(550 < x < 650) = 0.5953 b) P(x < 700) =.9522  c) P(x > 630) = .3085  Final Exam Review
  • 26. The earnings per share (in dollars) for The Very Pretty Products Company are given by the equation y-hat = 0.863 + 0.029a - 0.011b where "a" represents total revenue (in billions of dollars) and "b" represents total net worth (in billions of dollars). Predict the earnings per share when total revenue is $6 billion and net worth is $1 billion. y-hat = 0.863 + 0.029a - 0.011by-hat = 0.863 + 0.029*6 - 0.011*1y-hat = 1.026Final Exam Review
  • 27. The time required to produce a product was normally distributed with a mean 10.5 days and a standard deviation of 1.5 days (i.e., 36 hours).   What is the probability that it will take more that 11 days to produce the product?We want P(X > 11)z = (x - mu)/sigma= (11 – 10.5)/1.5 = .5/1.5 = .33P(z > .33) = 1 - P(z < .33)= 1 – 0.6293= 0.3707Final Exam Review
  • 28. A shipment of 30 Widgit’scontains 7 defective Widgits.  How many ways can a Widget buying company buy 3 of these units and receive no defective units? There are 23 Widgets which are not defective.Thus there are 23C3 ways to get 3 sets of Widgets with none defective.23C3 = 1771 (using “combin” function in Excel)Final Exam Review
  • 29. For the following statement, write the null hypothesis and the alternative hypothesis. Then, label the one that is the claim being made.A car manufacturer claims that the mean life time of a car is more than 7 years. Ho: mu <= 7 yearsHa: mu > 7 years    (claim) Remember that Ho always contains equality and the claim can be either Ho or HaFinal Exam Review
  • 30. A State Trooper notes that at a certain intersection, an average of three cars run the red-light per hour.  What is the probability that the next time he is there exactly two cars run the red-light? Poisson with average of 3. want P(2) P(2) = .2240 (Use Excel or Excel Template)Final Exam Review
  • 31. The probability that a house in a neighborhood has a dog is 40%.  If 50 houses in the neighborhood are randomly selected what is the probability that one (or a certain number) of the houses will have a dog?  a. Is this a binomial experiment?  b. Use the correct formula to find the probability that, out of 50 houses, exactly 22 of the houses will have dogs. Show your calculations or explain how you found the probability.Answer FollowsFinal Exam Review
  • 32. a) Fixed number of independent trials, only two possible outcomes in each trial {S,F} (dog or not), probability of success is the same for each trial, and random variable x counts the number of successful trials. So YES it is. b) n = 50; p = .40 = P(success) = house has a dog    We want P(22) --> P(22) = .0959 (I used a Binomial Template)Final Exam Review
  • 33. The stem and leaf plot for the following data is displayed below: {11,11,12,16,17,24,25,26,26,34,36,37,44,46,51,53,62}Stem and Leaf Plot:1|112672|45663|4674|465|136|2Discuss the shape of the data distribution.It is right skewed. (other choices would be left skewed, symmetric, etc). This one is right skewed because if you turned it 90 degrees counter clockwise the “tail” would be on the right.Final Exam Review
  • 34. Scores on an exam for entering a military training program are normally distributed, with a mean of 60 and a standard deviation of 12. To be eligible to enter, a person must score in the top 15%. What is the lowest score you can earn and still be eligible to enter?mu = 60; sigma = 12we want top 15% or an area greater than 1 - .15 or .85z = 1.04 ---> x = (1.04)(12) + 60 = 72.48 orneed a score of 73 (Round it up)Final Exam Review
  • 35. A polling company wants to estimate the average amount of contributions to their candidate. For a sample of 100 randomly selected contributors, the mean contribution was $50 and the standard deviation was $8.50.(a)  Find a 95% confidence interval for the mean amount given to the candidate (b)  Interpret this confidence interval and write a sentence that explains it.Answer FollowsFinal Exam Review
  • 36. (a).  Since sample size = n = 100> 30, we can use a z-value.  For a 95% confidence level, z-value = 1.96.  Also, sample mean = xbar = 50; population standard deviation is estimated by sample standard deviation (since n > 30) = s = 8.50 E = z * s / sqrt(n) = 1.96 * 8.50/sqrt(100) = 1.666 xbar + E = 50.00 + 1.67 = 51.67xbar - E = 50.00 - 1.67 = 48.33Thus, 95% confidence interval = ($48.33,$51.67)(b)  We are 95% confident that the population mean amount contributed is between $48.33 and $51.67Final Exam Review
  • 37. Private Johnson earned a 78 on his history test and 82 on his math test.  In the history class the mean score was 79 with standard deviation of 6.  In the math class the mean score was 84 with standard deviation of 5. Convert each score to a standard score (Z score)Which score was the higher with respect to the rest of the class?  Show your work and explain your answer.history: mu = 79; sigma = 6; z = -0.167 (78-79/6)  math: mu = 84; sigma = 5; z = -0.400 (82-84/5)  thus an 78 in history is better than an 82 in math. (because -0.167 is greater than -0.400)Final Exam Review