Discrete Math Interview Preparation Guide
Download PDF

Discrete Math based Frequently Asked Questions by expert members with experience in Discrete Math. These questions and answers will help you strengthen your technical skills, prepare for the new job test and quickly revise the concepts

46 Discrete Math Questions and Answers:

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.