There are 4 numbers in the population, and we are drawing a sample of size 2 with replacement. So, there are a total of 4 x 4 = 16 possible samples. They are:
{(0,0), (0,2), (0,4), (0,6), (2,0), (2,2), (2,4), (2,6), (4,0), (4,2), (4,4), (4,6), (6,0), (6,2),
Show more…