3. What is Discrete Math?

Discrete mathematics is the study of mathematical structures that are fundamentally discrete rather than continuous.

6. The Cartesian Product B x A is equal to the Cartesian product A x B. Is it True or False?
a) True
b) False

b) False
Let A = {1, 2} and B = {a, b}. The Cartesian product A x B = {(1, a), (1, b), (2, a), (2, b)} and the Cartesian product B x A = {(a, 1), (a, 2), (b, 1), (b, 2)}. This is not equal to A x B.