SOLUTION: Write the compound statement in symbols. Let r = The food is good, p = I eat too much, q = I'll exercise. If I exercise, then I won't eat too much. (Points :3) ~(p

Algebra ->  Subset -> SOLUTION: Write the compound statement in symbols. Let r = The food is good, p = I eat too much, q = I'll exercise. If I exercise, then I won't eat too much. (Points :3) ~(p      Log On


   



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

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
If r = The food is good, p = I eat too much, q = I'll exercise.


Then the statement "If I exercise, then I won't eat too much." translates to: q -> ~p

Note: p -> q stands for "if p, then q" and ~p means "not p"