document.write( "Question 332023: A hotel installs smoke detectors with adjustable sensitivity in all public guest rooms.
\n" );
document.write( "(a) State the null and alternative hypotheses.
\n" );
document.write( "(b) Define Type I and II error.
\n" );
document.write( "What are the consequences of each? \n" );
document.write( "
Algebra.Com's Answer #237978 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! You should set up the hypothesis such that type I errors are worse than type II errors \n" ); document.write( "---- \n" ); document.write( "Ho: Not all public guest rooms have smoke detectors with adjustable sensitivity \n" ); document.write( "Ha: All public guest rooms have smoke detectors with adjustable sensitivity \n" ); document.write( "---- \n" ); document.write( "Type I error: \n" ); document.write( "Probability(Reject Ho / when Ho is true) \n" ); document.write( "which means you conclude that all guest rooms have the detectors when in fact they all dont. \n" ); document.write( "Consequences: You assume a level of safety that does not exist, which could lead to fire damage, injury and lawsuits. \n" ); document.write( "------ \n" ); document.write( "Type II error: \n" ); document.write( "Probability(Accepting Ho / when Ho is false) \n" ); document.write( "which means you conclude that NOT all guest rooms have the detectors when in fact they all do. \n" ); document.write( "Consequences: You incur extra costs,by buying more detectors than you need \n" ); document.write( " |