Five different integers in a list have a median of and a range of . What is the smallest possible integer
in the list?
, 2024
Pick one
Solution
Consider the following list of integers, ordered from smallest to
largest, and having a median of :
.
Since is the smallest integer in
the list and is the largest, and
the list has a range of , then
is more than .
Since and differ by , then to find the smallest possible
value of , we can find the
smallest possible value of and
subtract .
The integers in the list are
different from one another, and so the smallest possible value of is 11 ( must be greater than the median ), and the smallest possible value of
is thus .
Since is more than , then the smallest possible integer in
the list is .
(We note that , where
is greater than and less than , is such a list.)
Want a route through all this instead of an archive? The track
puts 2,444 problems in a working order, from Junior Challenge level to the IMO shortlist.