

InterviewSolution
Saved Bookmarks
1. |
Let R and S be the sets defined as follows:R = {x ∈ Z | x is divisible by 2}S = {y ∈ Z | y is divisible by 3}then, R ∩ S = φ |
Answer» False Since 6 is divisible by both 3 and 2. Thus, R ∩ S ≠ φ |
|