Terminology
Real Numbers
Sets
Statements
Truth Tables
100

A collection of objects which can be letters, numbers, or words.

Set

100

The most commonly used type of real number is called what?

Natural Numbers or Counting Numbers

100

What is the set operation that says that everything in the first set is also in the other set, but the sets cannot be exactly the same. Also write its symbol.

Proper Subset

100

Determine is the given sentences are statements? yes or no

a) 13+5 = 17

b) Turn the light off in the kitchen.

c) The Houston Texans are an undefeated team.

a) Yes, it is a false statement.

b) No, this is a command.

c) Yes, it is a false statement.

100

What is used to summarize possible truth values for statements? 

A truth table

200

The number of elements (objects) in a set often denoted as n(set).

Cardinal Number

200

What is the difference between the natural numbers and the whole numbers?

The whole numbers include the number zero.

200

a) What is the formula to find the number of subsets?

b) What is the formula to find the number of proper subsets?

a) 2n

b) 2n - 1

200

Negate the following statement:

The most commonly sold ice cream flavor at Baskin Robbins is chocolate.

The most commonly sold ice cream flavor at Baskin Robbins is not chocolate.

200

When is the conditional statement p → q false?


When the first statement is TRUE and the second statement is FALSE.

300

A type of set where the number of elements can be counted; there is a definite end point.

Finite Set

300

Using the roster method write the set R of odd natural numbers between 2 and 16. List all elements of the set.


R = {3,5,7,9,11,13,15}

300

Given the sets below, identify them as equal, equivalent, both, or neither.

T = {a, t, p, o}

S = { p, o, a, t, o}

Both

300

What 4 things are not considered a statement? Must name all 4 in any order.

questions, commands, exclamations, opinions

300

Determine the overall truth value of the compound statements below:

a) An octopus has eight legs, and a bird can fly.

b) If a bird can fly then an octopus does not have eight legs.

c) A bird can fly, or an octopus does not have eight legs.

a) True

b) False

c) True

400

Sets that have the same number of elements are said to be what type of sets?

Equivalent Sets

400

Using the roster method write the set B which is the set of integers greater than or equal to -5. List at least the first 6 elements of the set.

B = {-5, -4, -3, -2, -1, 0,...}

400

Given the sets below, write T intersection S:

U = {1, 6, 8, 14, 21, 22, 28, 80, 96, 99}

T = {1, 8, 14, 21, 22, 80, 99}

S = {6, 28, 96}

The Empty Set

400

Consider the statements p and q:

p = There are monkeys at the zoo.

q = There are tigers at the zoo.

Write the following using symbolic notation:

a) If there are tigers at the zoo then there are no monkeys at the zoo.

b) There are monkeys at the zoo or there are tigers at the zoo.


a) q → -p

b) p V q

400

Construct a truth table for the following using p and q as statements.

-p V q

column p: TTFF

column q: TFTF

column -p: FFTT (this column is optional)

SOLUTION column -p V q: TFTT

500

When the elements of a set cannot be clearly determined, how do we classify the set?

Not Well-Defined

500

Write the set of even whole numbers 0 to 23. List all elements of the set.

{2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22}

500

Given the sets below, write the complement of set B:

U = {1, 6, 8, 14, 21, 22, 28, 80, 96, 99}

A = {1, 8, 14, 21, 22, 80, 99}

B = {1, 8, 21, 22, 96}

{6, 14, 28, 80, 99}


500

Given the following statements:

p = You live in Dallas.

q = You live in Texas

Identify each statement below as the converse, inverse, or contrapositive.

a) If you do not live in Texas then you do not live in Dallas.

b) If you live in Texas then you live in Dallas.

c) If you do not live in Dallas then you do not live in Texas.

a) Contrapositive

b) Converse

c) Inverse

500

Construct a truth table for the following using p and q as statements.

(p ∧ q) → p

column p: TTFF

column q: TFTF

column (p ∧ q): TFFF

SOLUTION column (p ∧ q) → p: TTTT