Question 618050
Let p = 1 and q =2.


q^2 < p --> 2^2 < 1, not true


2p > p --> 2 > 1, true


(q+1)^2 > p^2 --> 9 > 1, true


(p+2)^2 < q^3 --> 9 < 8, not true


statements (ii) and (iii) are true.