1.

If `M = { 1,2,3,4,5.6,7,8,9}` and `B = { 1,2,3,4,5.6,7,8,9}`, then `B cancelsub M`.

Answer» `M {1,2,3,4,5,6,7,8,9}`
`B = {1,2,3,4,5,6,7,8,9}`
Since, every elements of B is also in M.
`B sub M`


Discussion

No Comment Found

Related InterviewSolutions