First label each person from 01 to 15. It does not matter how the labels are listed.
Label | Name | Age | Label | Name | Age | Label | Name | Age |
1 | William | 37 | 6 | Michael | 41 | 11 | James | 28 |
2 | Jack | 39 | 7 | Kathy | 41 | 12 | Kate | 29 |
3 | Patty | 30 | 8 | Eileen | 22 | 13 | Mary | 40 |
4 | John | 45 | 9 | Joseph | 49 | 14 | Rene | 32 |
5 | Sophie | 46 | 10 | Julia | 34 | 15 | Anthony | 35 |
The SRS is constructed using the random number generator of the TI-83: randInt(1, 15, 5). My calculator's output was
{10 14 12 9 13}. So, my SRS consists of Julia, Rene, Kate, Joseph and Mary. The mean age of the sample is
(34 + 32 + 29 + 49 + 40)/5 = 36.8