The Second Smallest Term

Given a set S S consisting of more than two distinct real numbers, which of the following represents the second smallest element?

Here, min ( S ) \min(S) returns the smallest element of the set S S ; while max ( S ) \max(S) returns the greatest element of the set S S .

S { min ( S ) } S \setminus \{ \min(S) \} S { max ( S ) } S \setminus \{ \max(S) \} min ( S { min ( S ) } ) \min(S \setminus \{ \min(S)\}) ( S { min ( S ) } ) ( S { max ( S ) } ) (S \setminus \{ \min(S) \} ) \cap (S \setminus \{ \max(S) \} )

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Pranshu Gaba
May 3, 2016

Let a a be the second smallest elements of set S S .

Note that if we delete the smallest element, min ( S ) \min (S) , from set S S , then a a would become the smallest element of the set.

Set S S , with min ( S ) \min (S) deleted, is denoted as S { min ( S ) } S \setminus \{\min (S) \} in set notation.

The element a a is the smallest element of set S { min ( S ) } S \setminus \{\min (S) \} , therefore a = min ( S { min ( S ) } ) a = \min (S \setminus \{\min (S) \} ) _\square

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...