Saved Bookmarks
| 1. |
if U=(1, 2,3,4,5,6,7,8,9,10), C=(1, 3,5,7,9), D(3,6,9) then what is C'and D', and write the disjoint pairs |
|
Answer» Answer: C' = (2,4,6,8) and D' = (1,2,4,5,7,8) Step-by-step EXPLANATION: Given U= (1,2,3,4,5,6,7,8,9,10) C= (1,3,5,7,9) and D= (3,6,9) So, C' = U-C = (2,4,6,8) and D' = U-D = (1,2,4,5,7,8) |
|