you are given two sets of data: x = [1, 4, 2, 10] and y = [64, 121, 16, 400]

a) How large is the set x?

b) What is the value of the element at index number 2 in set x?

clearly each set has 4 elements

index 2 means the 2nd element in the list ...