asked 180k views
3 votes
A={1,4,5,8) B = { 2, 8, 9) C = {3,5,8) Be (C-A) = { Ex: 3,6 }

asked
User Deathfry
by
7.9k points

1 Answer

7 votes
The set (C-A) is {3, 6}.

To obtain this set, we first subtract the elements in A from the elements in C, which gives us {3, 0, 3}. Then, we remove any duplicates and sort the remaining elements in ascending order to get {3, 6}.
answered
User KevinResoL
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.