Answer:
(a) if n is prime, then n is odd or n is 2
(b) if n is prime and n is not odd, then n is 2
(c) if n is prime and n is not 2, then n is odd
Step-by-step explanation:
a) p → q ∨ r
b) p ∧ ∼q → r
c) p ∧ ∼r → q
Lets show that (a) implies (b) and (c). (a) says that if property p is true, then either q or r is true, thus, if p is true we have:
Now, lets prove that (b) implies (a)
(c) implies (a) can be proven with similar argument, changing (b) for (c), q for r and r for q.
With this we prove that the 3 properties are equivalent.
For the rest of the exercise, we have
Translating this, we obtain (a), (b) and (c)
(a) if n is prime, then n is odd or n is 2
(b) if n is prime and n is not odd, then n is 2
(c) if n is prime and n is not 2, then n is odd