Answer:
2.25
Explanation:
Put the ages in each list in order from smallest to largest.
Smith: 62, 63, 63, 64, 64, 65, 66, 66, 67, 68
Thompson: 75, 76, 76, 77, 78, 78, 79, 80, 80, 81
Find the mediant (number in the middle of the sorted list). There are 10 numbers in each list, so average the 5th and 6th numbers because they are nearest the middle.
Smith: (64 + 65)/2 = 64.5
Thompson: (78 + 78)/2 = 78
The difference between the medians is 78 - 64.5 = 13.5
The range (the difference between smallest and largest age) is 6 for each of the two lists.
13.5 = (multiplier)(6)
multiplier = 13.5 / 6 = 2.25