document.write( "Question 1036454: If p is false and q is true, determine the truth value of the following:
\n" );
document.write( " a) ~(p ^ q)
\n" );
document.write( " b) p v ~q
\n" );
document.write( " c) ~(p → q)
\n" );
document.write( " d) ~p → q
\n" );
document.write( " e) p ↔ ~q\r
\n" );
document.write( "\n" );
document.write( "-------
\n" );
document.write( "Use truth tables to determine if p → q is identical (equivalent) to ~p v q. \n" );
document.write( "
Algebra.Com's Answer #651121 by Aldorozos(172)![]() ![]() ![]() You can put this solution on YOUR website! Check the following: \n" ); document.write( "https://www.google.com/search?q=(p+%5E+q)+truth+table&biw=1280&bih=683&tbm=isch&tbo=u&source=univ&sa=X&ved=0ahUKEwiWhJbln4LNAhVBSFIKHV31A34QsAQIGw#imgrc=_\r \n" ); document.write( "\n" ); document.write( "a) ~(F) = True \n" ); document.write( "b FVF = False \n" ); document.write( "c ~T = False \n" ); document.write( "d T arrow T = True \n" ); document.write( "e F T = False \n" ); document.write( " |