sidhu4u
Thanks for the quick response Bunuel. The answer is correct.
Great explanation, I'm just not able to digest how to attack such a problem in future. Also, the difficult part is how to identify the worst case scenario here? Why cant we take other different values instead of 8 values being 130 and the remaining 7 values at minimum?
We have: \(x_1\leq{x_2}\leq{x_3}\leq{x_4}\leq{x_5}\leq{x_6}\leq{x_7}\leq{x_8=130}\leq{x_9}\leq{x_{10}}\leq{x_{11}}\leq{x_{12}}\leq{x_{13}}\leq{x_{14}}\leq{x_{15}}\).
We are trying to make statement I false, which says:
At least one of the homes was sold for more than $165,000. More than 165 can be terms from \(x_9\) to \(x_{15}\). Basically worst case scenario here means minimizing the value of \(x_{15}\) (finding the least possible value of \(x_{15}\)). How can we do that?
First we should maximize the values from \(x_1\) to \(x_7\) (by increasing/maximizing these terms, the lowest terms, we are decreasing/minimizing the highest terms). Their max values can be \(130=x_8\) (as \(x_8\) is the median value and the terms from \(x_1\) to \(x_7\) can not be more than this value).
Next: to minimize \(x_{15}\) we should make terms from \(x_9\) to \(x_{15}\) be the same.
As in solution the least possible value of \(x_{15}\) is \(\approx{173}\), thus values less then 165 are not possible. So at least one home was sold for more than $165.
Hope it's clear.