

InterviewSolution
Saved Bookmarks
1. |
Explain the procedure of selecting a random sample of 3 student out of the 10 in your class, by using random number of tables. |
Answer» <html><body><p></p><a href="https://interviewquestions.tuteehub.com/tag/solution-25781" style="font-weight:bold;" target="_blank" title="Click to know more about SOLUTION">SOLUTION</a> :1. Assign a particular number between 1 to <a href="https://interviewquestions.tuteehub.com/tag/10-261113" style="font-weight:bold;" target="_blank" title="Click to know more about 10">10</a> to all the students.2.Select a number randomly.3. Consult the 2 digit random number, 2 numbers successive to <a href="https://interviewquestions.tuteehub.com/tag/selected-3017558" style="font-weight:bold;" target="_blank" title="Click to know more about SELECTED">SELECTED</a> random number <a href="https://interviewquestions.tuteehub.com/tag/either-7265046" style="font-weight:bold;" target="_blank" title="Click to know more about EITHER">EITHER</a> horizontally or vertically are the remaining 2 students.</body></html> | |