document.write( "Question 1152672: Fill in the truth table for ~p V q\r
\n" );
document.write( "\n" );
document.write( "p | q | ~ p | ~ p V q
\n" );
document.write( " _|__ |____ |_________
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #774745 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! \n" ); document.write( "p is some logical statement which is either true (T) or false (F) \n" ); document.write( "q is a similar story.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here are all the ways to have two combos of either T or F \n" ); document.write( "TT \n" ); document.write( "TF \n" ); document.write( "FT \n" ); document.write( "FF \n" ); document.write( "Note how the first column has TT then FF \n" ); document.write( "The second column alternates TFTF\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So this is how we form the columns for p and q \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we negate the first column of values. This means we flip from T to F and vice versa. This gets us the column of ~p truth values. \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we apply the disjunction operation to the columns of ~p and q \n" ); document.write( "The result of a disjunction is false only when both ~p and q are false; otherwise, the result is true\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is the fully filled out truth table \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( " |