Course Solutions Uncategorized (Answered) : First shift gathered the data from many samples each containing 109 observations. They calculated that p=0.040041 Calculate the

(Answered) : First shift gathered the data from many samples each containing 109 observations. They calculated that p=0.040041 Calculate the

First shift gathered the data from many samples each containing 109 observations. They calculated that p=0.040041 Calculate the control limits for a 98% confidence interval. (Keep five decimal places in your answer)

Expert Answer


The given data is

pbar = 0.040041

n = 109 observations

Confidence interval = 98%

z for 98% confidence = 2.33

Now, we calculate the control limits as below :

Upper Control Limit UCL = pbar + z *sqrt (pbar*(1-pbar)/n)) = 0.040041 + 2.33 * sqrt(0.040041*(1-0.040041)/109)

So, UCL = 0.08380

Lower Control Limit LCL = pbar – z *sqrt (pbar*(1-pbar)/n)) = 0.040041 – 2.33 * sqrt(0.040041*(1-0.040041)/109)

So, LCL = – 0.00371

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : Need Help Using Codeblock Ide Please Organize Gradedactivityh Files Maincpp File C Data St Q27939127 . . . .(Solved) : Need Help Using Codeblock Ide Please Organize Gradedactivityh Files Maincpp File C Data St Q27939127 . . . .

<p style="margin-left:0px;margin-right:0px;"><strong>?<em>?NEEDHelp! Using codeblock IDE. Please organize it into all theGradedActivity.h files, and main.cpp file.</em></strong><strong><em>This is for c++ data structures.</em></strong></p><p style="margin-left:0px;margin-right:0px;">ProgrammingRequirements:</p><p style="margin-left:0px;margin-right:0px;">Design aProgrammingProject class that is derived from the GradedActivityclass