document.write( "Question 179373This question is from textbook
\n" );
document.write( ": Determine the truth value of the statement: not q if and only if [not r and (p or q)] when p is false, q is true, and r is true. HUH??? \n" );
document.write( "
Algebra.Com's Answer #134285 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! ~q↔ ~r^(p v q) \n" ); document.write( ": \n" ); document.write( "~T↔ ~T ^ (F v T) \n" ); document.write( ": \n" ); document.write( "F ↔ F ^ T \n" ); document.write( ": \n" ); document.write( "F ↔ F \n" ); document.write( ": \n" ); document.write( "so this is a valid statement \n" ); document.write( ": \n" ); document.write( "F or T is True \n" ); document.write( "F and T is False \n" ); document.write( " \n" ); document.write( " |