Let X be a random variable representing the number of "heads" obtained from tossing a coin 4 times.
a) Calculate the probability distribution as a list separated by commas in order.
List of f(x):
For example: 1/16, 4/16, 6/16, 4/16, 1/16
b) Calculate the cumulative distribution as a list separated by commas in order.
List of F(x):
For example: 1/16, 5/16, 11/16, 15/16, 16/16