1.

Explain the procedure of selecting a random sample of 3 students out of 10 in your class, by using random number 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> :Here <a href="https://interviewquestions.tuteehub.com/tag/largest-1067604" style="font-weight:bold;" target="_blank" title="Click to know more about LARGEST">LARGEST</a> number is 10 and we have other 9 numbers i.e. one digit number. So we will consult one digit random numberand we will <a href="https://interviewquestions.tuteehub.com/tag/skip-631221" style="font-weight:bold;" target="_blank" title="Click to know more about SKIP">SKIP</a> the random number greater than 10 because there is no student number greater than 10. Thus the <a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a> selected students out of 10 are with <a href="https://interviewquestions.tuteehub.com/tag/serial-1201712" style="font-weight:bold;" target="_blank" title="Click to know more about SERIAL">SERIAL</a> number would be 5,9,2.</body></html>


Discussion

No Comment Found