

InterviewSolution
Saved Bookmarks
1. |
Express the following statements using symbols.i) The elements ‘x’ does not belong to ‘A’. ii) ‘d’ is an element of the set ‘B’. iii) ‘1’ belongs to the set of Natural numbers N. iv) ‘8′ does not belong to the set of prime numbers P. |
Answer» i) x ∉ A ii) d ∈ B iii) 1 ∈ N iv) 8 ∉ P |
|