InterviewSolution
Saved Bookmarks
| 1. |
Using the following Tippet’s random number table.2952664139929792796959113170562441679524154513967203535613002693267074833408276235631089691379910560524611126107600881254233877627549143140590257002611188166446Draw a sample of 10 three-digit numbers which are even numbers. |
||||||||||||||||||||||||||||||||||||||||
|
Answer» There are many ways to select a sample of 10 3-digit even numbers. From the table, start from the first number and move along the column. Select the first three digits as the number. If it is an odd number, move to the next number. The selected sample is 416, 664, 952, 748, 524, 914, 154, 340, 140, 276.
|
|||||||||||||||||||||||||||||||||||||||||