MathIsimple

Discrete Mathematics & Graph Theory

Explore sets, logic, counting principles, and graph theory. Learn fundamental discrete structures and their applications in computer science, optimization, and problem-solving.

12th Grade
Discrete Math
~90 min
🎮 Interactive Activity: Set Operations Calculator

Perform set operations!

Given:

A = {1, 2, 3}
B = {2, 3, 4}

Find: A B

🎮 Interactive Activity: Combinatorics Calculator

Calculate permutations or combinations!

Given:

n = 5
k = 3

Find: C(5, 3)

1. Set Theory Fundamentals

Understanding Sets

A set is a well-defined collection of distinct objects. Sets are fundamental to discrete mathematics and form the foundation for many mathematical structures.

Set Notation

Roster notation: A = {1, 2, 3} (list elements)

Set-builder: A = xmidxtextisanintegerand0<x<4\\{x \\mid x \\text{ is an integer and } 0 < x < 4\\}

Cardinality: |A| = number of elements in A

Empty set: ∅ = {} (set with no elements)

Example: Set Operations

Given: A = {1, 2, 3}, B = {3, 4, 5}

Union: A ∪ B = {1, 2, 3, 4, 5} (all elements)

Intersection: A ∩ B = {3} (common elements)

Difference: A - B = {1, 2} (in A but not in B)

2. Set Operations and Properties
3. Propositional Logic
4. Counting Principles
5. Graph Theory Basics
6. Trees and Special Graphs
7. Real-World Applications
Frequently Asked Questions

Practice Time!

Practice Quiz
10
Questions
0
Correct
0%
Score
1
What is the union of sets A = {1, 2, 3} and B = {3, 4, 5}?
2
What is the intersection of sets A = {1, 2, 3} and B = {3, 4, 5}?
3
How many ways can you arrange 5 books on a shelf?
4
What is C(5, 2) (combination of 5 choose 2)?
5
In a graph, what is the degree of a vertex?
6
What is De Morgan's Law for sets?
7
What is the formula for permutations P(n, k)?
8
What is a connected graph?
9
What is the principle of inclusion-exclusion?
10
What is a tree in graph theory?