Three different integers in a list have a mean (average)
of and a range of . What is the smallest possible integer
in the list?
, 2024
Pick one
Solution
Solution 1:
In this solution, we work backward from each of the given choices.
Since we are asked to find the smallest possible integer in the list, we
begin with the smallest of the five choices, .
If the smallest integer in the list is , then the largest integer in the list
is (since the three
integers have a range of ).
If the three integers have a mean of , then they have a sum of . Two of the integers are
and , and so the third (the middle) integer
is .
Since is greater than , this is not possible (the range of
these three integers is ,
not ).
If the smallest integer in the list is (the next smallest answer given), then
the largest integer in the list is .
If two of the integers are and
, then the third (the middle)
integer is .
Since is greater than , this is not possible (the range of
these three integers is ,
not ).
If the smallest integer in the list is (the next smallest answer given), then
the largest integer in the list is .
If two of the integers are and
, then the third (the middle)
integer is .
We may confirm that the three integers , , indeed have a range of and a mean of .
We have shown that is the
smallest of the five choices to satisfy the given conditions, and so
is the smallest possible integer
in the list.
Solution 2:
Assume that the list of
integers, ordered from smallest to largest, is .
Since is the smallest integer in
the list and is the largest, and
the list has a range of , then
is more than or .
The three integers have a mean of , and so or .
Substituting , the previous
equation becomes or
.
To find the smallest possible value of , we determine the largest possible
value of , recalling that and and so .
Since is even for all possible
values of , and is even, then must be even (since ).
We begin by choosing an arbitrary value of and using this value to determine and .
If , then and so and .
In this case, the three integers are , , .
We continue to increase the value of in order to determine the smallest
possible value for .
If , then and so and .
In this case, the three integers are .
If , then and so and .
In this case, the three integers are , which is not possible since
.
Continuing to increase the value of will continue to give values of that are less than .
Decreasing the value of will give
values of that are greater than
.
Therefore, the smallest possible integer in the list is .