88,180 views
4 votes
4 votes
If I have 3 integers that are greater than -5, and less than or equal to 3. The median is -1, no Mode and range is 5, the mean is 0. Give the set of 3 numbers.

User Whysoserious
by
3.0k points

1 Answer

0 votes
0 votes

Answer:

{-2, -1 , 3}

Explanation:

When we have a set like:

{x₁, x₂, x₃}

The mode is the value that appears the most, so if there is no mode, then each value appears just one time.

The median is the middle value, here we know that the median is -1, then we can rewrite the set as:

{x₁, -1 , x₃}

The mean is computed as:

Mean = (x₁ + x₂ + x₃)/3

in this case we know that the mean is 0, then:

0 = (x₁ + x₂ + x₃)/3

then the numerator must be zero, so:

0 = (x₁ + x₂ + x₃)

replacing the value of x₂ = -1 we get:

0 = (x₁ - 1 + x₃)

where:

-5 < x₁ < -1 < x₃ ≤ 3

Now we can select the values of x₁ and x₃ such that the sum is equal to zero, and it meets the wanted restrictions.

here we can choose x₃ to be equal to 3 (the maximum allowed value), I do this because I noticed that the other values that are larger than -1 will not work (just with quick math).

then:

0 = x₁ - 1 + 3

Now we can solve this for x₁

0 = x₁ + 2

-2 = x₁

Then the set is:

{-2, -1 , 3}

User Jim Rubenstein
by
3.4k points