1

Let be that it is below freezing. Let be that it is snowing.

(a)

  1. (one implies the other)

(b)

  1. It is not below freezing.
  2. If it is below freezing then it is snowing.
  3. It is below freezing or it is snowing or both.
  4. It is below freezing and it is snowing.
  5. If it is not below freezing then it is not snowing.
  6. It is below freezing if and only if it is snowing.
  7. It is not below freezing and it is not snowing.
  8. It is not below freezing or it is below freezing and snowing or both. (both would be a contradictory statement)
title:
Correct answers.

2

Let be that the system software is being upgraded. Let be that users can access the file system. Let be that users can save new files.

Hence:

title:
Correct answer.

3

Construct syntactic decomposition tree of:

*Done on paper.

4

Consider .

  • Construct a truth table.
interpretation
00110110
01110001
10001111
11010010

It is a contingency as it is neither:

  • a tautology as not all values are true
  • a contradiction as some values are true
title:
Correct answer.

5

  1. If there are winds from the south, then there is a spring thaw.
  2. If you bought the computer less than a year ago, then the warranty is good.
  3. If Lenny cheats then Lenny gets caught.
  4. If you pay a subscription fee then you can access the website. If you can access the website, then you have paid a subscription fee.
  5. If you have a valid password then you can log on to the server. If you can log on to the server then you must have a valid password.
  6. If the water is not too cold then Jan will go swimming.
  7. If you learn discrete mathematics then you will find a good job.

6

title:
Should be using $\lor$ not $\oplus$.
 
$$
	\begin{aligned}
		\neg P_4 \rightarrow \neg P_2 \lor P_3 \lor P_1
			&= \neg F \rightarrow \neg T \lor F \lor T \\
  		&= T \rightarrow (F \lor F) \lor T \\
  		&= T \rightarrow T \\
  		&= T
	\end{aligned}
$$
 
Find error above, not sure.

7

interpretation
001
011
101
110
interpretation
0001
0101
1001
1110

Hence they are logically equivalent.