788 views
2 votes
2 votes

Let s(w) denote the set of all the letters in w where w is an English word. Let us denote set equality, subset and union relations by =, ⊂ and ⋃ respectively. Which of the following is NOT true?

(a) s(ten) ⊂ s(twenty) 

(b) s(stored) = s(sorted)

(c) s(sixty) ⊂ (s(six) ⋃ s(twenty)

(d) None of these

Answer Given is (d) how?

1 Answer

Best answer
3 votes
3 votes

(a) { t, e, n } ⊂ { t, w, e, n, t, y }   //TRUE

(b) { s, t, o, r, e, d } = { s, o, r, t, e, d }    //TRUE

(c) { s, i, x, t, y } ⊂ { s, i, x, t, w, e, n, t, y }  //TRUE 

All are true..

selected by

Related questions

1 votes
1 votes
2 answers
1
pC asked Jun 19, 2016
762 views
QuestionWhich of the following is NOT True ?Statement 1 : A-( B-C )=(A-B) - (A-C)Statement 2 : A$\bigtriangleup$(B$\cup$C)= (A $\bigtriangleup$B)$\cup$(A$\bigtriangleup$...
0 votes
0 votes
1 answer
3
im.raj asked May 26, 2016
1,648 views
(a) The set of negative integers is countable.(b) The set of integers that are multiples of 7 is countable.(c) The set of even integers is countable.(d) The set of real n...
3 votes
3 votes
2 answers
4
pratikb asked Dec 23, 2014
2,592 views
If G is an infinite cyclic group then which of the following is not true?a) G has exactly 2 generators.b) G is isomorphic to (Z,+).c) Every proper sub group of G is fini...