Asked by Tim S
                what is the interval for the following set of numbers  3,4,6,7,8,3,2,1
            
            
        Answers
                    Answered by
            MathMate
            
    [1..4]∪[6,8]
or
[1..8]-{5}
equivalent to:
{x∈ℤ | 1≤x≤4 ∪ 6≤x≤8}
    
or
[1..8]-{5}
equivalent to:
{x∈ℤ | 1≤x≤4 ∪ 6≤x≤8}
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.