Write any two sets by using listing method and rule method
Answers
Roster form or tabular form: In this, elements of the setare listed within the pair of brackets { } and are separated by commas. For example: ...
Set builder form:
HOPE ITS HELPS❣️
Answer:
- listing method: a ={2,4,6,8}
rule method: a = {x : x is even number less than 10 }
2. listing method: a = {0,1}
rule method: a= {x:x>2, x is a whole number }
EXPLANATION:
Listing Methods :
Listing technique is a technique to list all the elements (numbers) within the set, separating every part by the comma and intromission the complete set with the curling braces
for example:
a = { 1,2,3,4}
Rule method:
In kind technique, all the elements of the set, should possess one property to become the member of that set. during this rule technique, the component of the set is delineate by employing a image ‘x’ or the other variable followed by a colon ':' so we have a tendency to write the property possessed by the weather of the set and enclose the total description in braces '()'. Here 'colon' stands for ‘such that’ and braces indicate ‘set of all'.
for example:
a = { x: x < 10, x is a whole number}
(#SPJ2)