Definitions
Functions, Series, and Sequences
Sets 1
Sets 2
Venn Diagrams
100

An unordered collection of distinct objects called elements or members.

Set

100

A rule that assigns each input exactly one output.

Function

100

Let A = {x | x is a positive even number ≤ 6}. 

Write A using roster notation.

A = {2, 4, 6}

100

True/False.

A = {1, 2, 3} is a subset of B = {1, 2, 3, 4}

True

100

How do you denote the number of elements in a set A?

|A|

200

What is the symbol for the empty set?

∅ or {}

200

A type of sequence where each term is decreased by a common difference.

Arithmetic Sequence

200

Given A = {4,5,6,2,5,2} and B = {8,4,2,5,6,1}, find A ∪ B.

A ∪ B = {1,2,4,5,6,8}

200

Let U = {1, 2, 3, 4, 5, 6}, A = {2, 4, 6}. 

What is the complement of A?

A̅ = {1,3,5}

200

What is the formula for the cardinality of the union of two sets A and B?

|A ∪ B| = |A| + |B| - |A ∩ B|

300

The set of all subsets of a given set.

Power Set

300

Find the 5th term of the geometric sequence: 2, 4, 8, ...

32

300

Given A = {1, 2, 3}, how many subsets does A have?

8 subsets

300

Given:
A = {1,5,8,3,4,2,7,9}
B = {5,4,2,7,4,0,2}

Find: A−B


A−B = {1,3,8,9}

300

In a survey of 100 students:
60 like football
45 like basketball
25 like both

a. How many students like only football?
b. How many like only basketball?
c. How many like either but not both?

a. 35
b. 20
c. 55

400

What is the difference between the roster method and the rule method?

Roster method lists all elements, while rule method describes properties that define the set.

400

BONUS QUESTION!

+400 points

400

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

Find the complement of A∪B

Complement of A∪B = {1,6}

400

Let U = {1–10}, A = {2, 4, 6, 8}, B = {3, 6, 9}.

Compute: (A−B) ∩ B

(A−B) ∩ B = ∅ or {}

400

In a group of 120 students, 60 like dogs, 70 like cats, and 40 like both. How many like either cats or dogs but not both?

50

500

What is the constant multiplied in geometric sequences?

Common Ratio

500

Find the linear relationship of the given data points.

x y 

1 2 

3 6 

4 8 

5 10

Y=2x

500

Given:
A = {0,1,2,3,4,5}
C = {0,2,4,6,8,10}

Find: A△C

A△C = {1,3,5,6,8,10}

500

Let:
U={0,1,2,3,4,5,6,7,8,9,10}
A={1,2,3,4,5}
B={4,5,6,7}
C={2,4,6,8}

Find (A−C) ∪ (B∩C).

(A−C) ∪ (B∩C) = {1,3,4,5,6}

500

In a survey of 100 first-year BSIT students, it was found that:
55 students use Facebook (F)
40 students use Instagram (I)
60 students use TikTok (T)
25 students use both Facebook and Instagram
30 students use both Instagram and TikTok
35 students use both Facebook and TikTok
15 students use all three platforms

a. How many students use only Facebook?
b. How many students use none of the three?
c. How many students use exactly two of the platforms?

a. 10
b. 20
c. 45