Random Sample Subset.
1. How many unique sets of size 2 can you get by sampling two items from a set of n items?
2. Assume that you want a method for sampling two items from a set of n items such that __________.
a) the order matters
b) the order does not matter
c) replacement is allowed
d) replacement is not allowed