You can
put this solution on YOUR website!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 if I eat too much, then I'll exercise.
. r^ (p -> q)
. (r ^ P) -> q)
. p -> (r ^ q)
. r -> (p ^ q)
Is the first one the correct answer?
------
No ; the 2nd one is the correct answer.
Cheers,
Stan H.