Write the compound statement in symbols.

Let r = The food is good, p = I eat too much, q = I'll exercise.

If the food is good and I eat too much, then I'll exercise.

R + P = Q

So it's like this?

(r ^ p) -> q

Sweet!!! Thanks Max!!

The compound statement can be written as:

(r ∧ p) → q

Yes! You got it right!