pyq/2023/csat/48

Let P, Q, R, S and T be five statements such that:

I. If P is true, then both Q and S are true.

II. If R and S are true, then T is false.

Which of the following can be concluded?

1. If T is true, then at least one of P and R must be false.

2. If Q is true, then P is true.

Select the correct answer using the code given below:

(A) 1 Only

(B) 2 Only

(C) Both 1 and 2

(D) Neither 1 nor 2