SOLUTION: Good morning,
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 exerci
Algebra ->
Conjunction
-> SOLUTION: Good morning,
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 exerci
Log On
Question 627259: Good morning,
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? Found 2 solutions by solver91311, stanbon:Answer by solver91311(24713) (Show Source):
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.