ajit257
The average (arithmetic mean) of the 5 positive integers k, m, r, s, and t is 16, and k < m < r < s < t. If t is 40, what is the greatest possible value of the median of the 5 integers?
A. 16
B. 18
C. 19
D. 20
E. 22
Please could someone explain why we cant take the smallest value as 0.
Note that k, m, r, s, and t are positive integers, thus neither of them can be zero.Given: \(0<k<m<r<s<t=40\) and \(average=\frac{k+m+r+s+40}{5}=16\). Question: \(median_{max}=?\) As median of 5 (odd) numbers is the middle number (when arranged in ascending or descending order) then the question basically asks to find the value of \(r_{max}\).
\(average=\frac{k+m+r+s+40}{5}=16\) --> \(k+m+r+s+40=16*5=80\) --> \(k+m+r+s=40\). Now, we want to maximize \(r\):
General rule for such kind of problems:
to maximize one quantity, minimize the others;
to minimize one quantity, maximize the others.So to maximize \(r\) we should minimize \(k\) and \(m\), as \(k\) and \(m\) must be
distinct positive integers then the least values for them are 1 and 2 respectively --> \(1+2+r+s=40\) --> \(r+s=37\) --> \(r_{max}=18\) and \(s=19\) (as \(r\) and \(s\) also must be
distinct positive integers and \(r<s\)). So, \(r_{max}=18\)
Answer: B.
Hope it's clear.
, the question said positive integers, didn't really mention positive disctinct integers. Why are we assuming that, and not thinking that the integers can be 1+1+x+x+40. If we assume this then the largest medium is 19, not 18.