Cartesian Products Quiz: Build and Analyze Ordered Pair Sets

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 11119 | Total Attempts: 9,762,531
| Attempts: 24 | Questions: 20 | Updated: May 21, 2026
Please wait...
Question 1 / 21
🏆 Rank #--
0 %
0/100
Score 0/100

1) Which identity correctly characterizes the intersection (A × B) ∩ (A × C)?

Explanation

An ordered pair (a,b) is in both A×B and A×C exactly when a belongs to A and the same b belongs to both B and C. This means the only possible second coordinates are those in B∩C, giving the intersection A×(B∩C).

Submit
Please wait...
About This Quiz
Cartesian Products Quiz: Build and Analyze Ordered Pair Sets - Quiz

Cartesian products let you pair elements in surprisingly flexible ways, and this cartesian products quiz gives you a hands-on look at how they work. You’ll build ordered pairs, analyze how sets combine, and see how these products appear in coordinate geometry, relations, and even computer science. The questions help you... see morenotice patterns, explore visual interpretations, and understand why Cartesian products matter far beyond simple set definitions. It’s a friendly, curious introduction that makes the idea click naturally.
see less

2)

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2) The set {(a,a): a ∈ A} is always a subset of A × A.

Explanation

Each element is an ordered pair (a,a) with the first and second coordinates identical and both drawn from A. This guarantees every such pair belongs to A×A, since A×A contains all possible ordered pairs whose coordinates come from A.

Submit

3) If A={1,2,3} and B={a,b}, what is |A × B|?

Explanation

The size of a product equals |A|·|B| = 3·2 = 6. Every choice of a first coordinate from A can be paired independently with every choice of a second coordinate from B, producing exactly 3×2 distinct ordered pairs.

Submit

4) Which formula describes |A×B×C| for finite nonempty A,B,C?

Explanation

Cartesian product cardinalities multiply across each factor. When sets are combined by repeated Cartesian products, each choice in one coordinate multiplies the total number of possible choices overall, producing the product of all individual sizes.

Submit

5) If f: A → B is a function, its graph Γ(f) equals:

Explanation

Graphs of functions consist of ordered pairs (a,f(a)) with the first coordinate coming from the domain A, ensuring each input is paired with exactly one output. This structure distinguishes graphs from arbitrary subsets of A×B.

Submit

6) Which set equals (A×B) ∖ (A×C)?

Explanation

Pairs removed are those whose second coordinate lies in C; therefore the remaining ordered pairs are precisely those with the first coordinate in A and the second coordinate in B∖C. Removing pairs by restricting only the second slot leaves the first slot unaffected.

Submit

7) Which element belongs to (A×B)×C?

Explanation

By definition, (A×B)×C consists of ordered pairs whose first component is itself an ordered pair drawn from A×B. Elements therefore appear in nested form ((a,b),c), reflecting the iterative construction of Cartesian products.

Submit

8) If A × B ⊆ A × C and A is nonempty, what must hold between B and C?

Explanation

If A ≠ ∅ and A×B ⊆ A×C, then every b in B must also lie in C. Otherwise, some (a,b) would appear in A×B but fail to appear in A×C, contradicting the inclusion. Because A is nonempty, there is at least one a to pair with every b, forcing B ⊆ C.

Submit

9) The equality (A×B) ∪ (C×D) = (A ∪ C) × (B ∪ D) always holds.

Explanation

Union on the right contains mixed pairs like (a,d) or (c,b), which may not lie in the union of the original rectangles A×B and C×D. Because the cross terms do not necessarily belong to either product individually, the union of the components does not equal the product of the unions.

Submit

10) If (a,b) = (c,d), what follows?

Explanation

Equality of ordered pairs requires equality of their first components and equality of their second components. No two pairs are considered equal unless both coordinates match exactly, which preserves the meaning of order in Cartesian products.

Submit

11) If A×B has k elements and |A| = m > 0, what is |B|?

Explanation

Since |A×B| = |A|·|B|, solving for the unknown cardinality reduces to dividing the product cardinality by the known factor. Thus |B| = k/m whenever the total size is k and |A| is m.

Submit

12) A × {b} is best described as:

Explanation

A×{b} fixes the second slot to the single element b, while the first coordinate runs freely through A. The product therefore forms a vertical “slice” in A×B containing one point above each element of A.

Submit

13) If A×B ⊆ C×D, what must be true?

Explanation

Nothing is guaranteed because A×B may be empty (for example, if A = ∅), causing the inclusion to hold vacuously. In such cases, the relationship tells us nothing about how A relates to C or how B relates to D, since the product contains no pairs to impose constraints.

Submit

14) If A×B and C×D are disjoint, what must hold?

Explanation

For no (a,b) to appear in both products A×B and C×D, either the first coordinates must never overlap (A∩C = ∅) or the second coordinates must never overlap (B∩D = ∅). If either intersection is empty, then no pair can simultaneously satisfy both membership conditions.

Submit

15) For any sets A,B,C, does A×(B∪C) = (A×B) ∪ (A×C) hold?

Explanation

Distributing over unions holds for Cartesian products because a pair (a,x) belongs to A×(B∪C) exactly when a is in A and x is in B or in C, which is the same condition that makes (a,x) appear in the union (A×B) ∪ (A×C). Thus both sides describe the same set of ordered pairs.

Submit

16) If ∅ × A = A × ∅, which must be true?

Explanation

Both ∅×A and A×∅ are always empty because forming an ordered pair requires choosing one element from each factor. If either factor contributes no elements, no ordered pairs can be formed, so both products are equal and empty for all A.

Submit

17) There is always a bijection between A and A×{0} when A is nonempty.

Explanation

Map each a in A to (a,0). This provides a one-to-one correspondence from A onto A×{0}, pairing each element with the fixed second coordinate 0. Every pair in A×{0} appears exactly once through this mapping.

Submit

18) If A×B is finite and nonempty, which is guaranteed?

Explanation

A×B being finite forces both A and B to be finite, because if either factor were infinite while the other remained nonempty, the Cartesian product would automatically become infinite. Finite cardinality can only result when both sets contribute a finite number of elements.

Submit

19) Which of the following are elements of 𝒫(A) × 𝒫(B)?

Explanation

Elements of the power-set product are ordered pairs (X,Y) where X is a subset of A and Y is a subset of B. The pair ({1},{a}) satisfies this requirement, whereas the other options fail to pair subsets in the correct manner.

Submit

20) A m ∅ equals what?

Explanation

A×∅ contains no ordered pairs because forming any pair requires choosing one element from each factor. Since ∅ has no elements, no second coordinate can ever be chosen, making every pair impossible regardless of how many elements A contains. Options A, B, and C all suggest a nonempty result which is incorrect.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which identity correctly characterizes the intersection (A × B) ∩...
The set {(a,a): a ∈ A} is always a subset of A × A.
If A={1,2,3} and B={a,b}, what is |A × B|?
Which formula describes |A×B×C| for finite nonempty A,B,C?
If f: A → B is a function, its graph Γ(f) equals:
Which set equals (A×B) ∖ (A×C)?
Which element belongs to (A×B)×C?
If A × B ⊆ A × C and A is nonempty, what must hold between B and...
The equality (A×B) ∪ (C×D) = (A ∪ C) × (B ∪ D) always holds.
If (a,b) = (c,d), what follows?
If A×B has k elements and |A| = m > 0, what is |B|?
A × {b} is best described as:
If A×B ⊆ C×D, what must be true?
If A×B and C×D are disjoint, what must hold?
For any sets A,B,C, does A×(B∪C) = (A×B) ∪ (A×C) hold?
If ∅ × A = A × ∅, which must be true?
There is always a bijection between A and A×{0} when A is nonempty.
If A×B is finite and nonempty, which is guaranteed?
Which of the following are elements of 𝒫(A) × 𝒫(B)?
A m ∅ equals what?
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!