Write 2 Examples Of Sets Using The Listing And The Rule Method.
Write 2 examples of sets using the listing and the rule method.
Answer:
A = {x | x is a vowel in the English Alphabet}
A = {a, e, i , o , u}
B = {x | x is a primary color}
B = {red, blue, yellow}
C = {x | x is a letter from the word honesty}
C = {h, o, n, e, s, t, y}
D = {x | x ≥ 6, x ∈ N}
D = {6, 7, 8, 9, 10,...}
E = {x | x ≥ 12}
E = {12, 13, 14, 15, 16,...}
Comments
Post a Comment