document.write( "Question 976392: A business employs 125 staff, each of whom has a number from 1 to 125 assigned to them. Three are chosen to participate in a survey. A calculator generates the following three random numbers:
\n" ); document.write( "0.051
\n" ); document.write( "0.847
\n" ); document.write( "0.219
\n" ); document.write( "Find the employee numbers of the people who will be chosen to participate in the survey.
\n" ); document.write( "

Algebra.Com's Answer #597970 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
We can multiply each of the random numbers by 125\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0.051*125 = 6.375 which rounds to 6
\n" ); document.write( "0.847*125 = 105.875 which rounds to 106
\n" ); document.write( "0.219*125 = 27.375 which rounds to 27\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So employees with ID numbers 6, 206 and 27 are chosen.
\n" ); document.write( "
\n" );