| 1. |
What is the standard form of "p if q?"
|
|
|
|
|
|
a)
|
if p, then q
|
|
b)
|
if q, then p
|
|
c)
|
if not -p, then not -q
|
|
d)
|
if not -p, then q
|
|
e)
|
if p then q and if q then p
|
|
|
|
|
|
|
| 2. |
What is the standard form of "p only if q?"
|
|
|
|
|
|
a)
|
if p, then q
|
|
b)
|
if q, then p
|
|
c)
|
if not -p, then not -q
|
|
d)
|
if not -p, then q
|
|
e)
|
if p then q and if q then p
|
|
|
|
|
|
|
| 3. |
What is the standard form of "p if and only if q?"
|
|
|
|
|
|
a)
|
if p, then q
|
|
b)
|
if q, then p
|
|
c)
|
if not -p, then not -q
|
|
d)
|
if not -p, then q
|
|
e)
|
if p then q and if q then p
|
|
|
|
|
|
|
| 4. |
What is the standard form of "p unless q?"
|
|
|
|
|
|
a)
|
if p, then q
|
|
b)
|
if q, then p
|
|
c)
|
if not -p, then not -q
|
|
d)
|
if not -p, then q
|
|
e)
|
if p then q and if q then p
|
|
|
|
|
|
|