Concept:A quadratic equation has equal roots when its discriminant is zero: b2−4ac=0.Explanation:Compare Px2+(P+1)x+P=0 with ax2+bx+c=0.So, a=P, b=P+1, and c=P.Set the discriminant to zero:(P+1)2−4(P)(P)=0.Expand: P2+2P+1−4P2=0.Simplify: −3P2+2P+1=0.Multiply by −1: 3P2−2P−1=0.Factorise the quadratic:3P2−3P+P−1=03P(P−1)+1(P−1)=0(3P+1)(P−1)=0.Therefore, 3P+1=0 or P−1=0.P=−31 or P=1.Answer:P=1 or P=−31Option B.