document.write( "Question 310538: Given p is true, q is false, and r is true, find the truth value of the statement (~p ^ q) ↔ ~r.\r
\n" );
document.write( "\n" );
document.write( "Show step by step work. Use keyboard shortcuts of --> for ->, <--> for ↔, V for V, and ^ for ^ , if needed. \n" );
document.write( "
Algebra.Com's Answer #222087 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! p : TRUE \n" ); document.write( "q : FALSE \n" ); document.write( "r : TRUE \n" ); document.write( "~p : FALSE \n" ); document.write( "~r : TRUE \n" ); document.write( "(~p ^ q): FALSE \n" ); document.write( "(~p ^ q) ↔ ~r : FALSE \n" ); document.write( " |