The goal is to add as few integers as possible to the set to create a new set having the given values. If there is more than one possibility then the range should be minimized.
a. mean=8, median=10, mode=11
b. mean=8, median=11, mode=10
c. mean=10, median=8, mode=11
d. mean=10, median=11, mode=8
e. mean=11, median=8, mode=10
f. mean=11, median=10, mode=8
Notes: Mean refers to the arithmetic mean. There should be a single mode (no ties).