U = {1,2,3,4,5}, A = {1,2,4}, B = {2,4,5} হলে (A∪ Bc) হবে__

A {1,3,4}

B {1,2,3}

C {1,3,5}

D {3,5}

Solution

Correct Answer: Option C

Given, 
U = {1,2,3,4,5}
A = {1,2,4}
B = {2,4,5}

A= U - A
    = {1,2,3,4,5} - {1,2,4}
    = {3,5}

B= U - B
    = {1,2,3,4,5} - {2,4,5}
    = {1,3}

Ac ∪ B= {3,5} ∪ {1,3}
           = {1,3,5}

Practice More Questions on Our App!

Download our app for free and access thousands of MCQ questions with detailed solutions