we used an algorithm that computes the median of 5 and showed that it works in a worst-case linear time. 1. repeat the problem using the median of 3 and argue that it does not work in linear time. 2. repeat the problem using the median of 7 and show that it works in a linear time. 1