document.write( "Question 879341: the mean and SD of a random sample of size 145 from a large population are 14.3 and 3.4, respectively. give an estimate of the maximum error for estimating u with 42% confidence \n" ); document.write( "
Algebra.Com's Answer #530755 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Sample of 145: m = 14.3 and SD = 3.4 \n" ); document.write( "(100%-42%)/2 = 29% \n" ); document.write( "invNorm(.29) = .5534 \n" ); document.write( "ME = .5534(3.4/(sqrt(145))= .16 (nearest one hundredth) \n" ); document.write( "CI: 14.3-ME < u < 14.3 + ME \n" ); document.write( " |