1.

If `A = {1,2,3}, B = {3,4} , C = {4,5,6}`, then number of elements in the set `(AxxB)nn(BxxC)` is equal toA. 1B. 2C. 3D. 0

Answer» Correct Answer - A
If `A = {1,2,3}`, ……….
`AxxB= {(1,3), (1,4), (2,3), (2,4), (3,3), (3,4)}`
`BxxC= {(3,4), (3,5), (3,6), (4,4), (4,5), (4,6)}`
`(AxxB)nn(BxxC)= {(3,4)}`


Discussion

No Comment Found

Related InterviewSolutions