document.write( "Question 484428: fill in the heading of the following truth table using any of p,q,~,->,?,V,and ^.
\n" );
document.write( "P Q _______
\n" );
document.write( "---------------
\n" );
document.write( "T T T
\n" );
document.write( "T F F
\n" );
document.write( "F T F
\n" );
document.write( "F F T
\n" );
document.write( "Can someone help me? \n" );
document.write( "
Algebra.Com's Answer #331469 by chessace(471)![]() ![]() You can put this solution on YOUR website! First note that the function is \"=\" (it's true when P & Q same, false otherwise) \n" ); document.write( "The 2nd and 3rd rows remind one of the difference of ^ and V, \n" ); document.write( "So (P V Q) -> (P ^ Q) is a good start. \n" ); document.write( "Check it out (should work). \n" ); document.write( " \n" ); document.write( " |