Math, asked by mfathimajumana, 6 months ago

find the number of subsets and the number of proper subsets
w = {red,blue,yellow}

Answers

Answered by parineeta2015
6

Subsets = 2^3 = 8

Proper subsets = 2^3 - 1 = 7

Step-by-step explanation:

S1 = ( red )

S2 = ( blue )

S3 = ( yellow )

S4 = ( red, blue)

S5 = ( red, yellow )

S6 = ( blue, yellow )

S7 = ( red, blue, yellow )

S8 = ( )

Similar questions