Discreet Math

profiledunpel1
DiscreetMathweek1.docx

Let the following statements be given.

p

 = 

"You are in Seoul."

q

 = 

"You are in Kwangju."

r

 = 

"You are in South Korea."

Translate the following statement into symbols of formal logic.

If you are not in South Korea, then you are not in Seoul or Kwangju.

¬r → ¬(pq)

r → ¬(pq)

    

¬p → ¬q

¬r → ¬(pq)

r → ¬(pq)

https://www.webassign.net/tipler6/eBook.gif

2. –/3 points HunterDM2 1.1.010a. My Notes

Question Part

Points

Submissions Used

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

–/0.15

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

0/5

Total

–/3

 

Use truth tables to establish the following equivalence. Show that

¬(pq)

is logically equivalent to

¬p ∧ ¬q.

This equivalence is one of De Morgan's laws, after the nineteenth-century logician Augustus De Morgan.

p

q

¬p

¬q

pq

¬(pq)

¬p ∧ ¬q

T

T

(No Response)

(No Response)

(No Response)

(No Response)

(No Response)

T

F

(No Response)

(No Response)

(No Response)

(No Response)

(No Response)

F

T

(No Response)

(No Response)

(No Response)

(No Response)

(No Response)

F

F

(No Response)

(No Response)

(No Response)

(No Response)

(No Response)

https://www.webassign.net/tipler6/eBook.gif

3. –/3 points HunterDM2 1.3.006b. My Notes

Question Part

Points

Submissions Used

1

–/3

0/5

Total

–/3

 

The domain of the following predicates is the set of all plants.

P(x)

 = 

"x is poisonous."

Q(x)

 = 

"Jeff has eaten x."

Translate the following statement into predicate logic.

Jeff has never eaten a poisonous plant.

(∀x)(Q(x) → P(x))

(∀x)(P(x) → ¬Q(x))

    

(∃x)(¬Q(x) → P(x))

(∃x)(¬P(x) ∧ ¬Q(x))

(∃x)(P(x) → Q(x))

https://www.webassign.net/tipler6/eBook.gif

4. –/3 points HunterDM2 1.2.008. My Notes

Question Part

Points

Submissions Used

1

–/3

0/5

Total

–/3

 

Which derivation rule justifies the following argument?

If n is a multiple of 4, then n is even. However, n is not even. Therefore, n is not a multiple of 4.

double negation modus ponens     simplification De Morgan's Laws modus tollens

https://www.webassign.net/tipler6/eBook.gif

5. –/3 points HunterDM2 1.2.018. My Notes

Write a proof sequence for the following assertion. Justify one of the steps in your proof using the result of Example 1.8.

¬(a ∧ ¬b)

¬b

https://www.webassign.net/wastatic/wacache5334c4a18952ef5542c15d10e954ba8f/watex/img/rightbrace2.gif

 right double arrow implies ¬a

(No Response)

This answer has not been graded yet.

https://www.webassign.net/tipler6/eBook.gif

6. –/3 points HunterDM2 1.2.024. My Notes

Use a truth table to show that

p → q

¬p

https://www.webassign.net/wastatic/wacache5334c4a18952ef5542c15d10e954ba8f/watex/img/rightbrace2.gif

 https://www.webassign.net/hunterdm2/impliesq.gif ¬q

is not a tautology. (This example shows that substitution isn't valid for inference rules, in general. Substituting the weaker statement, q, for the stronger statement, p, in the expression "¬p" doesn't work.)

p

q

pq

¬p

(pq) ∧ ¬p

¬q

((pq) ∧ ¬p) → ¬q

T

T

(No Response)

(No Response)

(No Response)

(No Response)

(No Response)

T

F

(No Response)

(No Response)

(No Response)

(No Response)

(No Response)

F

T

(No Response)

(No Response)

(No Response)

(No Response)

(No Response)

F

F

(No Response)

(No Response)

(No Response)

(No Response)

(No Response)

https://www.webassign.net/tipler6/eBook.gif

7. –/3 points HunterDM2 1.1.026. My Notes

Often a complicated expression in formal logic can be simplified. For example, consider the statement

S = (pq) ∨ (p ∧ ¬q).

(a) Construct a truth table for S.

p

q

pq

¬q

p ∧ ¬q

S

T

T

(No Response)

(No Response)

(No Response)

(No Response)

T

F

(No Response)

(No Response)

(No Response)

(No Response)

F

T

(No Response)

(No Response)

(No Response)

(No Response)

F

F

(No Response)

(No Response)

(No Response)

(No Response)

(b) Find a simpler expression that is logically equivalent to S.

p pq     ¬(pq) q ¬(p ∨ ¬q)

https://www.webassign.net/tipler6/eBook.gif

8. –/3 points HunterDM2 1.3.022aiii. My Notes

Question Part

Points

Submissions Used

1

–/3

0/5

Total

–/3

 

Let the following predicates be given. The domain is all cars.

F(x)

 = 

"x is fast."

S(x)

 = 

"x is a sports car."

E(x)

 = 

"x is expensive."

A(x, y)

 = 

"x is safer than y."

Write the following statement in predicate logic.

Every fast sports car is expensive.

(∀x)((F(x) ∧ S(x)) → E(x))

(∀x)(F(x) ∧ S(x))

    

(∀x)((F(x) ∨ S(x)) → E(x))

(∃x)((E(x) ∧ S(x)) → F(x))

(∀x)((E(x) ∨ S(x)) → ¬F(x))

https://www.webassign.net/tipler6/eBook.gif

9. –/3 points HunterDM2 1.3.004a. My Notes

Question Part

Points

Submissions Used

1

–/3

0/5

Total

–/3

 

Let the following predicates be given. The domain is all mammals.

L(x)

 = 

"x is a lion."

F(x)

 = 

"x is fuzzy."

Translate the following statement into predicate logic.

All lions are fuzzy.

(∀x)(F(x) → ¬L(x))

(∀x)(F(x) → L(x))

    

(∀x)(¬L(x) → F(x))

(∃x)(L(x) ∧ F(x))

(∀x)(L(x) → F(x))

https://www.webassign.net/tipler6/eBook.gif

10. –/3 points HunterDM2 1.3.002d. My Notes

Question Part

Points

Submissions Used

1

–/3

0/5

Total

–/3

 

In the domain of all penguins, let D(x) be the predicate "x is dangerous." Translate the following quantified statement into simple, everyday English.

(∃xD(x)

No penguins are dangerous. Some penguins are dangerous.     Some penguins are dangerous while other penguins are not dangerous. Some penguins are not dangerous. All penguins are dangerous.

https://www.webassign.net/tipler6/eBook.gif