Random Sampling
 
 
	Simple Random Sampling: (Simplest Form)
- Objective: To select n units out of N such that each NCn has an equal chance of being selected. 
 
- Procedure: Use a table of random numbers, a computer random number generator, or a mechanical device to select   the sample.