document.write( "Question 485406: Given p is true, q is true, and r is false, find the truth value of the statement ~q → (~p Λ r). \r
\n" );
document.write( "\n" );
document.write( "Will someone help me with this problem? \n" );
document.write( "
Algebra.Com's Answer #331975 by chessace(471)![]() ![]() You can put this solution on YOUR website! Using 1=True, 0=false, steps show evaluations under expressions (not repeated on following rows. \n" ); document.write( " ~q->(~p^r). \n" ); document.write( " *1****1*0 --- given \n" ); document.write( " 0****0*** --- eval ~ \n" ); document.write( " *******0* --- eval ^ \n" ); document.write( " ***1***** --- eval -> \n" ); document.write( " True \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |