document.write( "Question 1140115: A previous study of nickels showed that the standard deviation of the weight of nickels is 150 milligrams. How many nickels does a coin counter manufacturer need to weigh so that she can be 98% confident that her sample mean is within 25 milligrams of the true average weight of a nickel? \n" ); document.write( "
Algebra.Com's Answer #760608 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
the error= z*sigma/sqrt(n)
\n" ); document.write( "so 25=2.33*150/sqrt(n)
\n" ); document.write( "25 sqrt(n)=349.5
\n" ); document.write( "sqrt(n)=13.98
\n" ); document.write( "n=195.44 or round to 196
\n" ); document.write( "
\n" );