Symbolic Representation
"AND" / "OR"
DeMorgan's Laws / Double Negation
Negation
Commutative, Associative, Order of Operations
100

What is the symbol for "OR" and what is the symbol for "AND"

OR : v

AND : ^

100

Yes or No: both statements in an "AND" statement must be true

Yes
100

~(~p) = ?

p

100

What is the symbol for negation

~

100

What does commutative mean and what operators are commutative?

you can change the order of the operators in the problem and it will not affect the answer

AND and OR are both commutative

200

List the 6 symbolic representations covered in the lecture

Name, variable, negation, AND, OR, exclusive OR

200

Explain what and inclusive "OR" statement is and explain what an exclusive "OR" statement is

inclusive : at least one statement is true, both could be true

exclusive : exactly one statement is true

200

What are DeMorgan's Laws

1. ~ (p ^ q) = (~p) v (~q)

2. ~ (p v q) = (~p) ^ (~q)

200

Define what a negation statement is

The opposite of the truth value

200

What does associative mean and what operators are associative?

the way in which operators are grouped in a problem does not change the answer

AND and OR are both associative

300

Put the following statement into symbolic form : 

Michael went to Target, and he studied for his exam.

(show all work)

p = Michael went to Target

q = Michael studied for his exam

p ^ q

300

What is another word that could be used in place of AND

But

300

Negate the following statement in (use English not symbols) : 

Tony cooked dinner, but he did not make pasta.


Tony did not cook dinner, or he did make pasta.

300

Can a negation be used in every possible scenario

Yes

300

What are the order of operations

1. Negation

2. AND

3. OR

(if there is a tie work left to right)

400

Explain what the Comma BUT Rule is

A comma followed by "but" separates the compound sentence into two parts as if parentheses surrounded both halves

400

What is the word that is placed with "or" in an exclusive formal "OR" mathematical statement

either

400

Neither p nor q means what

~p ^ ~q

400

Give an example of a negation 

John went to the park

Negation: John did not go to the park

400

add parentheses where appropriate to p v q ^ r  

p v (q ^ r)

500

Put the following statement into symbolic form : 

Jackie brushed, or teeth or she showered, but she did not make her bed.

(show all work)

p = Jackie brushed her teeth

q = Jackie showered

r = Jackie made her bed

(p V q) ^ ~ r

500

"AND" is a ______ operation on statements

binary

500

By DeMorgan's Laws, what does ~p ^ ~q equal

~ (p v q)

500

Negate this statement: All vegetarians eat carrots

Some vegetarians eat carrots

500

Write the following statement symbolically :

Erin went to her math class or she read a book, but she did not do her homework. 

p = Erin went to her math class

q = Erin read a book

r = Erin did not do her homework

(p v q) ^ r

M
e
n
u