document.write( "Question 612660: assume that a sample is drawn and z(a/2)= 1.96 AND 0=25. Answer the following questions:
\n" );
document.write( "a) if the maximum error of estimate is 0.04 for this sample, what would be the sample size?
\n" );
document.write( "b) given that the sample size is 400 with this same z(a/2) and 0, what would be the Maixmum Error of estimate?
\n" );
document.write( "c) what happens to the maximum error of estimate as the sample size gets smaller?
\n" );
document.write( "d) what effect does the answer to C above have to the size of the confidence interval? \n" );
document.write( "
Algebra.Com's Answer #385643 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! assume that a sample is drawn and z(a/2)= 1.96 AND 0=25. Answer the following questions: \n" ); document.write( "a) if the maximum error of estimate is 0.04 for this sample, what would be the sample size? \n" ); document.write( "------ \n" ); document.write( "ME = z*s/sqrt(n) \n" ); document.write( "0.04 = 1.96*25/sqrt(n) \n" ); document.write( "sqrt(n) = 1.96*25/0.04 = \n" ); document.write( "n = 35 \n" ); document.write( "==================================== \n" ); document.write( "b) given that the sample size is 400 with this same z(a/2) and s, what would be the Maxmum Error of estimate? \n" ); document.write( "ME = 1.96*25/sqrt(400) = 2.45 \n" ); document.write( "==================================== \n" ); document.write( "c) what happens to the maximum error of estimate as the sample size gets smaller? \n" ); document.write( "ME = z*s/sqrt(n) \n" ); document.write( "Notice that ME and n are inversely related. \n" ); document.write( "As n gets smaller, ME gets larger. \n" ); document.write( "----------------------------------------------- \n" ); document.write( "d) what effect does the answer to C above have to the size of the confidence interval? \n" ); document.write( "The size of the CI is ALWAYS 2*ME \n" ); document.write( "So, as n gets smaller, ME get larger, and CI get larger. \n" ); document.write( "That means, as the sample size gets smaller the CI has to \n" ); document.write( "be broader so we can have the same level of confidence that \n" ); document.write( "it contains the population parameter we are interested in. \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |