document.write( "Question 1128098: A company wants to determine the level of interest among its employees for an annual summer picnic.The company wants to survey 200 employees.\r
\n" );
document.write( "\n" );
document.write( "What is the best way to randomly choose these 200 employees?\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a) Choose 50 people from 4 of the 7 divisions at the company.\r
\n" );
document.write( "\n" );
document.write( "b) Use employee identification numbers to randomly select 200 employees.\r
\n" );
document.write( "\n" );
document.write( "c) Select the first 200 employees to arrive at work Monday morning.\r
\n" );
document.write( "\n" );
document.write( "d) Survey the first 200 people to enter the company cafeteria. \n" );
document.write( "
Algebra.Com's Answer #744645 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! b, use employee id numbers\r \n" ); document.write( "\n" ); document.write( "a doesn't cover the other 3 divisions. If all in a division were selected, and the division were randomly chosen, that would be a cluster sample, but the choice isn't that.\r \n" ); document.write( "\n" ); document.write( "the first 200 employees to arrive excludes others without a valid reason, and the same for d. \n" ); document.write( " |