Multiple choice

Statement : P * T,T $ K,K # D

Conclusions 1 : D % P 2 : P * K

P $ Q means P is not smaller than Q.
P * Q means P is not greater than or equal to Q. 
P @ Q means P is not greater than Q.
P # Q means P is not greater than or smaller than Q. 
P % Q means P is not greater than or equal to Q.

  1. Conclusion 1 is true

  2. Conclusion 2 is true<o:p></o:p>

  3. Either conclusion 1 or conclusion 2 is true<o:p></o:p>

  4. Neither conclusion 1 nor conclusion 2 is true<o:p></o:p>

  5. Both conclusions 1 and 2 are true

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Yes this correct choice. 

P $ Q means P is not smaller than Q   i.e $  equal to > =

 P * Q means P is not greater than or equal to Q.  i.e * equal to > 

P @ Q means P is not greater than Q . i.e @ equal to <= 

P # Q means P is not greater than or smaller than Q . i.e # equal to = 

P % Q means P is not greater than or equal to Q .  i.e % equal to < 

Statement : P * T,T $ K,K # D . i.e P > T, T >= K , K = D P > T >= K = D ---- conclusion 

Conclusions 1 : D % P i.e D < P which true .                         2 : P * K . i. e P > K which is true . 

So, both conclusion will follow.