Problem |
Solution |
4) What number would you add to this list to make the median the same as the mode?
    75, 63 75, 20, 15, 70, 63, 21 |
1. Rearrange the numbers into numerical order:
    15, 20, 21, 63, 63, 70, 75, 75
2. The median of this set is 63.
3. Since there are 2 63s and 2 75s, in order to have a single mode you must add a 63. |
5) The mean of 4 numbers is 16. When the smallest number is removed, the mean of the remaining
3 numbers is 17. What number was removed? |
This is actually an algebra problem.
Call the smallest number N
Call the sum of the 3 larger numbers N3
1. Write an equation for "the mean of 4 numbers is 16" using the above variables: (N + N3)/4 = 16
2. Write an equation for "the mean of the remaining 3 numbers is 17" using the above variables = (N3)/3 = 17
3. Solve the second equation for N3 = 51
4. Using this value for N3,put it in the first equation and solve:
    (N + 51)/4 = 16
    N + 51 = 64
    N = 64 - 51 = 13
|
|