document.write( "Question 561607: Tutors: Can I get some help with this please...
\n" );
document.write( "Given p is true, q is true, and r is false, find the truth value of the statement ~p--> (qV ~r) \n" );
document.write( "
Algebra.Com's Answer #364312 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "~p -> (q V ~r)\r\n" ); document.write( " put T for p and q, F for r \r\n" ); document.write( "~T -> (T V ~F)\r\n" ); document.write( " change ~T to F and ~F to T\r\n" ); document.write( " F -> (T V T)\r\n" ); document.write( " change (T V T) to T (V is T except when F on both sides) \r\n" ); document.write( " F -> T\r\n" ); document.write( " (-> is T except when T on the left and F on the right) \r\n" ); document.write( " T\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |