document.write( "Question 1083253: A donut baker wants to ensure that the radius of its donuts is within +- 0.25cm. Based on past statistical studies, she knows that the donut’s radius has a standard deviation of 1.25cm. How many measurements should she take to ensure a 90% confidence in the radius of the donuts are within 0.25cm, rather than measure each and every donut that is baked? \n" ); document.write( "
Algebra.Com's Answer #697627 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The interval is +/-0.25 cm \n" ); document.write( "90%CI start with z and see if large enough not to use t \n" ); document.write( "1.645*1.25/sqrt(n)<=0.25 \n" ); document.write( "multiply by sqrt(n) \n" ); document.write( "2.05625 <=0.25n \n" ); document.write( "square both sides \n" ); document.write( "4.23<0.0625 n \n" ); document.write( "divide by 0.0625 \n" ); document.write( "67.65 which rounds up to 68. \n" ); document.write( "t for df=67, n=68, is 1.67 \n" ); document.write( "1.67*1.25/sqrt(68)=0.253, which is just a little high. \n" ); document.write( "1.668*1.25/sqrt(69)=0.251 \n" ); document.write( "use 70 \n" ); document.write( "1.667*1.25/sqrt(70)=0.2491 \n" ); document.write( "n=70 \n" ); document.write( " |