

Discrete mathematics
Presentation
•
Computers
•
University
•
Practice Problem
•
Medium
raphael bianco
Used 5+ times
FREE Resource
73 Slides • 16 Questions
1
2
3
4
5
6
7
8
9
10
Open Ended
Give another example the implementation discrete mathematics in informatics
11
12
13
14
Poll
As a customer of a well-known minimarket, you get a lucky draw coupon.
The lucky draw coupon can be exchanged for one of 4 alternative prizes.
If the convenience store's customers are 5000 people, what should you do
with the lucky draw coupons you have?
1) Entered into the lottery a luxury car (1 unit available)
2) An automatic motorbike will be entered into the draw (10 units available)
3) Entered into the drawing credit voucher worth IDR 100,000 (100 units
available)
4) Exchange directly for a beautiful plate (unlimited number)
15
16
17
18
19
20
21
22
23
24
Multiple Choice
For example
A = food set ➔
{ s = soup, g = gado-gado, n = fried rice, m = boiled noodles }
B = set of drinks ➔
{ c = coca-cola, t = tea, d = dawet ice }
How many food and drink combinations can be made from the
two sets above?
4
6
8
12
25
26
27
Null Set
The set with the number of members = 0 is called the empty set (null set) Notation : ∅ or { }.
Example:
(i) E = { x | x < x }, then n(E) = 0
(ii) P = { Indonesians who have been to the moon }, then n(P) = 0
(iii) A = {x | x is the root of the quadratic equation x2 + 1 = 0 }, n(A) = 0
•the set {{ }} can also be written as { }
•the set {{ }, {{ }}} can also be written as {∅ , {∅}}
•{∅} is not the empty set because it contains one element, namely th
empty set.
28
29
30
Multiple Choice
Given a set of engineering students consisting of computer science students (300), civil engineering (400), electrical engineering (400), architecture (150), mechanical engineering (200), and industrial engineering (150),
how many members are there in the engineering student set?
1
6
1600
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Multiple Choice
Let A = {1, 2, 3} and B = {1, 2, 3, 4, 5}.
Determine all possible sets C such that A < C and C < B,
that is, A is a proper subset of C and C is a
proper subset of B.
{1,2,3,4} and {1,2,3,5}
{1,2,3,4} or {1,2,3,5}
{1,2,3,4},{1,2,3,5}
45
Multiple Select
Let A={a,b} and B={a,b,c,d}.
Determine all possible sets C such that A⊂C⊂B, meaning that A is a proper subset of C and C is a proper subset of B.
{a,b,c}
{a,b,d}
{a,b,c,d}
{b,c,d}
46
47
48
49
50
51
Power set
(power set) of set A is a set
whose elements are all subsets of A,
including the empty set and the set A itself.
• Notation : P(A) or 2A
• If |A| = m, then |P(A)| = 2m.
Example:
➢ If A = { 1, 2 }, then P(A) = { ∅, { 1 }, { 2 }, { 1, 2 }}
➢ The power set of the empty set is P(∅) = {∅}, and the power set of the set {∅} is P({∅}) = {∅, {∅}}.
52
Multiple Select
If A= {1,2,3}, Which one is not the member P(A)...
1,2,3
{1,2,3}
{2,3}
3
53
Multiple Select
If C={x,y,z} which of the following is not an element of P(C)?
{x,y}
x
{z}
∅
54
55
Thank You
"Empty your cup so it can be filled; be empty so you can be full"-Bruce Lee
56
57
58
59
60
61
Multiple Choice
State the notation for the following statements:
A = the set of all domestically made cars
B = set of all imported cars
C = the set of all cars made before 1990
D = the set of all cars whose sales value is less than IDR 100 million
E = set of all cars belonging to a particular university student
Student cars produced domestically or imported from abroad
(E∩A)∩(E∩B)
(E∩A)∪(E∩B)
(E∩A)
(E∩B)
62
Multiple Choice
State the notation for the following statements:
A = the set of all domestically made cars
B = set of all imported cars
C = the set of all cars made before 1990
D = the set of all cars whose sales value is less than IDR 100 million
E = set of all cars belonging to a particular university student
Domestic production cars made before the year 1990 with a
sale value of less than Rp. 100 million
C∩D∩B
C̅∩D̅∩A
A∩C∩D
A∩C∪D
63
Multiple Choice
State the notation for the following statements:
A = the set of all domestically made cars
B = set of all imported cars
C = the set of all cars made before 1990
D = the set of all cars whose sales value is less than IDR 100 million
E = set of all cars belonging to a particular university student
Imported cars made after 1990 which have a sale value
more than IDR 100 million
C̅∩D̅∩B
C̅∪D̅∩B
C̅∩D∩B
C̅∩D∪B
64
65
66
67
68
Multiple Choice
Express set notation for the following statements.
U = student association
P = the set of students whose UTS test scores are above 80
Q = the set of students whose final exam scores are above 80
A student gets an A if both the UTS and UAS scores are above 80, a B if one exam is above 80, and a C if both exams are under 80.
(i) "All students who get an A"
P∩Q
U∪P∩Q
U∩P∪Q
U∩P
69
Multiple Choice
Express set notation for the following statements.
U = student association
P = the set of students whose UTS test scores are above 80
Q = the set of students whose final exam scores are above 80
A student gets an A if both the UTS and UAS scores are above 80, a B if one exam is above 80, and a C if both exams are under 80.
(ii) “All students who get grade B”
U∩P∩Q
P∩Q
P⊕Q
U∩P
70
Multiple Choice
Express set notation for the following statements.
U = student association
P = the set of students whose UTS test scores are above 80
Q = the set of students whose final exam scores are above 80
A student gets an A if both the UTS and UAS scores are above 80, a B if one exam is above 80, and a C if both exams are under 80.
(iii) “All students who get a grade of C”
P∩Q̅
U-(P∩Q)
P∩Q̅
U-(P∪Q)
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Multiple Choice
Dual of (A ∩ B) ∪ (A ∩ B̅) = A
(A ∪ B) ∩ (A ∪ B̅) = B
(A ∪ B) ∩ (A ∪ B̅) = A
(A ∪ B) ∩ (A ∪ B) = A
(A̅ ∪ B̅) ∩ (A̅ ∪ B) = A̅
85
86
87
88
Open Ended
IF SET MEMBER IS D, E, F, G, what is the value of :
|D ∪ E ∪ F ∪ G|
89
Show answer
Auto Play
Slide 1 / 89
SLIDE
Similar Resources on Wayground
82 questions
Tema 1: Financiera
Presentation
•
University
81 questions
INTRODUCCIÓN AL APRENDIZAJE AUTOMÁTICO
Presentation
•
University
80 questions
Aislamiento y propagación de microorganismos
Presentation
•
University
80 questions
SẢN XUẤT THUỐC 2
Presentation
•
University
88 questions
Lo Basico - Spanish Final
Presentation
•
University
85 questions
Present Tenses
Presentation
•
University
83 questions
말하기2 1과 자기소개1
Presentation
•
University
83 questions
Probability Lesson 1
Presentation
•
University
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations
Quiz
•
6th - 8th Grade
10 questions
HCS SCI 03 Summer School Assessment 2
Quiz
•
3rd Grade
11 questions
Home Scope
Quiz
•
7th - 8th Grade
12 questions
2026 TAP Technology in the Classroom
Presentation
•
Professional Development
15 questions
HCS SCI 05 Summer School Assessment 2 Review
Quiz
•
5th Grade
15 questions
HCS SCI 04 Summer School Review 2
Quiz
•
4th Grade
59 questions
Geometry Unit 3 Review
Quiz
•
9th - 12th Grade
14 questions
FAST ELA READING SMAPLE TEST MATERIALS
Passage
•
3rd Grade