Let P, Q, R, S and T be five statements such that:
- If P is true, then both Q and S are true.
- If R and S are true, then T is false.
Which of the following can be concluded?
- If T is true, then at least one of P and R must be false.
- If Q is true, then P is true.
Select the correct answer using the code given below: