document.write( "Question 925322: A company finds that one out of three employees will be late to work on a given day. If this company has 42 employees, find the probabilities that the following number of people will get to work on time. (Round your answers to 4 decimal places.)
\n" );
document.write( "(b) At least 24 workers but fewer than 34 workers. \n" );
document.write( "
Algebra.Com's Answer #561475 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(late) = 1/3, n = 42 \n" ); document.write( "Using a TI calculator 0r similarly a Casio fx-115 ES plus \n" ); document.write( "P(24 ≤ x < 34) = binomcdf(42, 1/3, 33) - binomcd(42, 1/3, 23) \n" ); document.write( " \n" ); document.write( " |