

InterviewSolution
Saved Bookmarks
1. |
Write each given set in the Set- Builder Form :(i) {2, 4, 6, 8, 10}(ii) {2, 3, 5, 7, 11}(iii) {January, June, July}(iv) {a, e, i, o, u}(v) {Tuesday, Thursday}(vi) {1,4,9, 16, 25}(vii) {5,10,15,20,25,30} |
Answer» (i) {x : x is an even natural number less than 12} (ii) {x : x is a prime number less than 12} (iii) {x : x is a months of the year whose name starts with letter J} (iv) {x : x is a vowel in English alphabets} (v) {x : x is a day of the week whose name starts with letter T} (vi) {x: x is a perfect square natural number upto 25} (vii) {x : x is a natural number upto 30 and divisible by 5}. |
|