document.write( "Question 296644: Write the compound statement in symbols.
\n" ); document.write( "Let r = The food is good, p = I eat too much, q = I'll exercise.\r
\n" ); document.write( "\n" ); document.write( "If I exercise, then I won't eat too much.
\n" ); document.write( " (Points :3)
\n" ); document.write( " ~(p q)
\n" ); document.write( " q ~p
\n" ); document.write( " r p
\n" ); document.write( " p q
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #213744 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
If r = The food is good, p = I eat too much, q = I'll exercise.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then the statement \"If I exercise, then I won't eat too much.\" translates to: q -> ~p\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: p -> q stands for \"if p, then q\" and ~p means \"not p\"
\n" ); document.write( "
\n" );