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.

This one is simple. You try, I'll be glad to check.

Is this correct?

(r ^ p) V q

Not quite.

(r ^ p) ? q

What is the symbol for if...then?

(r ^ p) -> p ??

The compound statement can be written in symbols as follows:

(P → Q) → R