1.

A = {1, 2, 3,4, 5}, B = {5, 6, 7} write AUB .

Answer»

A = {1, 2, 3, 4, 5}, B = {5,6,7} 

∴ AUB = {1,2,3,4,5,6,7}



Discussion

No Comment Found

Related InterviewSolutions