Write the following sets using rule method. We know that in rule method, we do not write the list of elements but write the general element using variable followed by a vertical line or colon and write the property of the variable.
i. A = {1,4,9,16,25,36,49,64,81,100}
ii. B = {6,12,18,24,30,36,42,48}
iii. C = {S, M, I, L, E}
iv. D = {Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday}
i. A = {x| x is a perfect square number from 1 to 101}
ii. B = {y| y is a multiple of 6 and is less than 50}
iii. C = {z| z is a letter of the world ‘SMILE’.}
iv. D = {p | p is a day of the week}
Couldn't generate an explanation.
Generated by AI. May contain inaccuracies — always verify with your textbook.