document.write( "Question 76566: assume P = FALSE, Q = TRUE, and R = FALSE.
\n" );
document.write( "Determine the truth of the following statements.\r
\n" );
document.write( "\n" );
document.write( "Problem [q → ~ (r ∨ p)]↔ (p → ~ r )
\n" );
document.write( "A. True B. False\r
\n" );
document.write( "\n" );
document.write( "Problem (~ r ∨ ~ q) ∧ (~ p → r )
\n" );
document.write( "A. True B. False \n" );
document.write( "
Algebra.Com's Answer #54913 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! #1 \n" ); document.write( "[q → ~ (r ∨ p)]↔ (p → ~ r ) \n" ); document.write( "[TRUE → ~ (FALSE ∨ FALSE)]↔ (FALSE → ~ FALSE ) Input given truth values \n" ); document.write( "[TRUE → ~ (FALSE)]↔ (FALSE → TRUE ) Negate the far left truth value and evaluate the disjunction on the right \n" ); document.write( "[TRUE]↔ (TRUE)Evaluate the implications \n" ); document.write( "TRUE\r \n" ); document.write( "\n" ); document.write( "So the answer is A\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "#2 \n" ); document.write( "(~ r ∨ ~ q) ∧ (~ p → r ) \n" ); document.write( "(~ FALSE ∨ ~ TRUE) ∧ (~ FALSE → FALSE )Input given truth values \n" ); document.write( "(TRUE ∨ FALSE) ∧ (TRUE → FALSE )Negate \n" ); document.write( "(TRUE) ∧ (FALSE )Evaluate the disjunction and the implication \n" ); document.write( "FALSE\r \n" ); document.write( "\n" ); document.write( "So the answer is B \n" ); document.write( " |