

InterviewSolution
Saved Bookmarks
1. |
If `A={4, 8, 12, 16, 20}` `B={8, 16, 24, 32, 40}`, then write the correct symbols `(in, notin)` in the following blanks. (i) 40____A (ii) 8_____B (iii) 44____A |
Answer» (i) `40 notin A` (ii) `8 in B` (iii) `44 notin A` |
|