document.write( "Question 1190707: A medical researcher conducted a study to understand the efficacy of a new medicine. for the study he took a sample of 55 patients and found the margin of error for the estimate to be 12.As he aware that the margin of error is related to the size of sample being considered, if the researcher wants to have more precision in his measurement of efficacy by reducing the margin of error of estimate to 4,what is the sample size he needs to consider? \n" ); document.write( "
Algebra.Com's Answer #822425 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "If the doctor was trying to estimate the population mean mu, then the margin of error would be \n" ); document.write( "E = z*s/sqrt(n) \n" ); document.write( "where, \n" ); document.write( "E = margin of error \n" ); document.write( "z = critical z value based on the confidence level \n" ); document.write( "s = standard deviation \n" ); document.write( "n = sample size \n" ); document.write( "You probably have come across this formula when setting up confidence intervals.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since the values of z and s aren't mentioned, we'll just hold them to fixed unknown constants. \n" ); document.write( "It'll turn out that they don't matter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's solve the mentioned formula for n \n" ); document.write( "E = z*s/sqrt(n) \n" ); document.write( "E*sqrt(n) = z*s \n" ); document.write( "sqrt(n) = z*s/E \n" ); document.write( "n = (z*s/E)^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's now plug in the first error mentioned 12 \n" ); document.write( "n = (z*s/E)^2 \n" ); document.write( "n = (z*s/12)^2 \n" ); document.write( "n = A/(12^2) ... let A = (z*s)^2 \n" ); document.write( "n = A/144 \n" ); document.write( "This margin of error E = 12 corresponds directly to the sample size n = 55, so, \n" ); document.write( "n = A/144 \n" ); document.write( "A = 144n \n" ); document.write( "A = 144*55 \n" ); document.write( "A = 7920\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can then determine what n must be if we want E = 4 \n" ); document.write( "n = (z*s/E)^2 \n" ); document.write( "n = A/(E^2) ... again let A = (z*s)^2 \n" ); document.write( "n = 7920/(4^2) \n" ); document.write( "n = 495 \n" ); document.write( "The value of A doesn't change because the confidence level doesn't change (which in turn means the z value stays the same). Also, the standard deviation is fixed as well.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 495 \n" ); document.write( " \n" ); document.write( " |