document.write( "Question 260705: Write the statement in symbols using the p and q given below. Then construct a truth table for the symbolic statement.\r
\n" );
document.write( "\n" );
document.write( "p=I eat too much
\n" );
document.write( "q=I'll exercise\r
\n" );
document.write( "\n" );
document.write( "I'll excercise if I don't eat too much. \n" );
document.write( "
Algebra.Com's Answer #192049 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! here is the statement: \n" ); document.write( "I'll excercise if I don't eat too much. \n" ); document.write( "turn this around so that we start with if, we get \n" ); document.write( "\"if I don't each too much, then I'll exercise\" \n" ); document.write( "This is represented symbolically as \n" ); document.write( "~p -> q \n" ); document.write( "truth table: \n" ); document.write( "p . . . . . . .~p . . . . . . .q . . . . . . . ~p-> q \n" ); document.write( "T . . . . . . .F . . . . . . . . T . . . . . . . .T \n" ); document.write( "T . . . . . . F . . . . . . . . .F . . . . . . . . .T \n" ); document.write( "F . . . . . . .T . . . . . . . .T . . . . . . . . .T \n" ); document.write( "F. . . . . . . T . . . . . . . F . . . . . . . . .F \n" ); document.write( " |