How do I solve a system of sets ?

  • Context:
  • Thread starter Thread starter fatineouahbi
  • Start date Start date
  • Tags Tags
    Sets System
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
fatineouahbi
Messages
10
Reaction score
0
Let A,B and C be three elements of P(E)
1. Solve in P(E) the following equation : AUX=B
2. Let's suppose that C ⊂ A ⊂ B , solve in P(E) the following system : AUX=B and A⋂X=C


I've already answered the first question , it's X = (B\A) U Y such that Y∈P(A)
As for the second , I thought maybe X=C but I don't think it's right ?
 
Physics news on Phys.org
It's not $X = C$, but $Y = C$ (following your general solution $X = (B\setminus A) \cup Y$). Check to see that this works.
 
Euge said:
It's not $X = C$, but $Y = C$ (following your general solution $X = (B\setminus A) \cup Y$). Check to see that this works.

Okay,thanks a lot !