Saved Bookmarks
| 1. |
Write all the subsets of the set {−1, 0, 1}. |
|
Answer» Given set = {−1, 0, 1} Subsets of given set = ϕ, {–1}, {0}, {1}, {–1, 0}, {0, 1}, {1, –1}, {–1, 0, 1}. |
|