Card: 2 / 19 |
A set is a collection of distinct objects, considered as an object in its own right. Sets are usually denoted by curly braces. For example, the set of even numbers can be written as {2, 4, 6, 8, ...}. |
Card: 4 / 19 |
The union of two sets A and B, denoted as A ∪ B, is the set of elements that are in A, in B, or in both. For example, if A = {1, 2, 3} and B = {3, 4, 5}, then A ∪ B = {1, 2, 3, 4, 5}. |
Card: 6 / 19 |
A set A is a subset of a set B, denoted A ⊆ B, if every element of A is also an element of B. For example, if A = {1, 2} and B = {1, 2, 3}, then A is a subset of B. |
Card: 8 / 19 |
The intersection of two sets A and B, denoted as A ∩ B, is the set of elements that are common to both A and B. For example, if A = {1, 2, 3} and B = {2, 3, 4}, then A ∩ B = {2, 3}. |
Card: 9 / 19 |
What is the largest planet in our Solar System?
Solution:
Jupiter is the largest planet in our Solar System, known for its massive size and distinctive bands of clouds. It has a diameter of about 86,881 miles (139,822 kilometers), making it more than 11 times wider than Earth. Jupiter is a gas giant, primarily composed of hydrogen and helium, and it also has a very strong magnetic field and dozens of moons, including the largest moon, Ganymede.
|
Card: 11 / 19 |
The union A ∪ B = {1, 2, 3, 4, 5} includes all unique elements from both sets. The intersection A ∩ B = {3} includes only the elements that are in both sets. |
Card: 12 / 19 |
If A = {x | x is an even integer} and B = {x | x is a positive integer}, what is A ∩ B? |
Card: 13 / 19 |
A ∩ B = {2, 4, 6, 8, ...} includes all positive even integers. This set consists of elements common to both sets. |
Card: 15 / 19 |
The number of subsets of a set with n elements is given by 2ⁿ. For example, if n = 3, the set has 2³ = 8 subsets. |
Card: 17 / 19 |
The power set of A contains all possible subsets of A, including the empty set and A itself. Since A has 3 elements, the power set has 2³ = 8 elements. |
Card: 19 / 19 |
A ∪ B = {1, 2, 3, 4, 5} has 5 elements. Therefore, the number of elements in A ∪ B is 5. |