I have made this question before but haven't been able to confirm and I'm not sure yet about my answer 😔 can someone help please?
In an athletic competition, the following conditions were given:
a. The competition was exciting if and only if one of the following two events occurred: either the "Blue" team won most of the medals, or the "Red" team did not participate.
b. The "Red" team participated if and only if the "Green" team did not win most of the medals.
Based on this information, answer the following questions:
- Was the competition exciting?
- Did the "Blue" team win most of the medals?
Here's what I did:
propositions
p: The competition was exciting
q: The "Blue" team won most of the medals
r: The "Red" team participated
s: The "Green" team won most of the medals
a. Can be written as (p↔(q∨~r))
b. can be written as (r↔~s)
I can join both this way (p↔(q∨~r))∧(r↔~s) , correct?
Then, can I make the questions in this way?
1.(p↔(q∨~r))∧(r↔~s)→p
2.(p↔(q∨~r))∧(r↔~s)→q
I just would like to confirm if the translation of 1. and 2. makes sense