document.write( "Question 625540: I need help figuring out this problem :
\n" );
document.write( "p^(~q) \n" );
document.write( "
Algebra.Com's Answer #393619 by Theo(13342)![]() ![]() You can put this solution on YOUR website! this is a truth table type of problem as far as i can tell. \n" ); document.write( "your truth table would look like this: \n" ); document.write( " \r\n" ); document.write( " p q ~q p^~q\r\n" ); document.write( " T T F F\r\n" ); document.write( " T F T T\r\n" ); document.write( " F T F F\r\n" ); document.write( " F F T F\r\n" ); document.write( " \n" ); document.write( "when q is true, ~q is false. \n" ); document.write( "p^~q is true only if both p and ~q are true, otherwise it is false.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |