document.write( "Question 1192680: Find the minimum sample size n needed to estimate u for the given values of c, o, and E.
\n" ); document.write( "c=0.90
\n" ); document.write( "o=9.3
\n" ); document.write( "E=2
\n" ); document.write( "prelimary sample of 30 members--> n=___
\n" ); document.write( "

Algebra.Com's Answer #824605 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
error=t(0.95,df=?)*s/sqrt(n); I will use s here.
\n" ); document.write( "2=1.699*9.3/sqrt(n)
\n" ); document.write( "square both sides, multiply by n and divide by 4, the 2^2
\n" ); document.write( "n=15.80^2/4
\n" ); document.write( "=62.41, so use 63
\n" ); document.write( "t(0.95, df=62) is 1.670
\n" ); document.write( "2=1.67*9.3/sqrt(62)
\n" ); document.write( "the right side=1.956
\n" ); document.write( "try sample size 61 to see if that works. it does, with the quotient < 2.
\n" ); document.write( "n=60 gives error of 2.005, sho the minimum sample size is 61.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );