 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | If `n(A)=8` and `n(B)=6` and the sets A and B are disjoint, then find `n(AcupB)`. | 
| Answer» Given, `n(A)=B` and `n(B)=6,A` and B are disjoint `rArr AcapB=phirArrn(AcapB)=0`. `therefore n(AcupB)=n(A)+n(B)-n(AcapB)=8+6-0=14`. | |