Question 1070716
Your sample size is 10 area codes from the population of 25 CA area codes
:
You need to determine if you are to sample with replacement or without replacement, that is
:
If a population element can be selected more than one time, we are sampling with replacement. When a population element can be selected only one time, we are sampling without replacement.
: 
You have a random digit table
:
The population size is 25, which is between 10 and 100, so we can use two digit labels for this population.
:
Then start at line 122 in your table and write the random digits in groups of two. Use these groups of two to select the 10 CA area codes from your population list of 25.
;
Note discard a group of two digits that is not in the range 01 to 25 inclusive
: