Review of Logic Lesson

From WikiEducator
Jump to: navigation, search

Back to ABE Math Tutorials/Logic

Exercises

Here are some exercises to practice your fluency with logical operators.

Problem 1

Write statements using logical operators and different letters for the following conditions:


Problem 2

Draw the relevant truth tables, to show that [math]\neg p \vee q[/math] is or is not logically equivalent to [math]p \to q[/math].

ANSWER: These statements are logically equivalent. Here is the truth table for both:

[math]p \,\![/math] [math]q \,\![/math] [math]\neg p[/math] [math]\neg p \vee q[/math] [math]p \to q[/math]
T T F T T
T F F F F
F T T T T
F F T T T

Problem 3

Show that a conditional statement is logically equivalent to its contrapositive.

Problem 4

This problem also requires you to draw the relevant truth tables.

Which two statements are logically equivalent?