130k views
0 votes
Determine if the conditional statement is true or false given the following: p is false. q is false. Is -q -p true or false?

1 Answer

6 votes

Hello,

if p is false then ~p is true

if q is false then ~q is true

if ~p is true and ~q is true then ~q and ~p is true

User Qmorgan
by
5.1k points