InterviewSolution
Saved Bookmarks
| 1. |
Represent the following sets in descriptive form.(i) P = {January, June, July}(ii) Q = {7, 11, 13, 17, 19, 23, 29}(iii) R = {x : x ∈ N, x < 5}(iv) S = {x : x is a consonant in English alphabets} |
|
Answer» (i) P is the set of English Months beginning with J. (ii) Q is the set of all prime numbers between 5 and 31. (iii) R is the set of all natural numbers less than 5. (iv) S is the set of all English consonants. |
|