Description
Problems
==
1. (4 points) Write the truth table for the proposition below:
¬p → q V r
2. (3 points) To see the impact of precedence, write the truth table for:
¬(p → q) V r
3. (4 points) Write the truth table for:
(p → q) ∧ (q → r)
4. (5 points) Write a truth table for the following circuit:
![Image](Picture1.png)
5. (11 points) Consider the two propositions below. Are they equivalent?
Justify your answer with appropriate truth tables and a short supporting
comment. Comments in Logika, like C, begin with //.
(p → q)→ r
p → (q → r)
6. (3 points) Using two variables p and q, write a logical proposition and
truth table for a Tuatology.
What to submit
==
Commit and push your project containing the solutions to your github
repository (see videos) before the deadline. A good practice is to commit/push
whenever meaningful progress is made (like you finish a question
or fix a bug).