Solveeit Logo

Question

Mathematics Question on Quadratic Equations

The roots of the quadratic equation x2+xp(p+1)=0x^2 + x – p (p + 1) = 0 are :

A

p, p + 1

B

– p, p + 1

C

– p, – (p + 1)

D

p, – ( p + 1)

Answer

p, – ( p + 1)

Explanation

Solution

The roots of a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 are given by:
x=b±b24ac2a.x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
Here, a=1a = 1, b=1b = 1, and c=p(p+1)c = -p(p + 1). Substituting:
x=1±1+4p(p+1)2.x = \frac{-1 \pm \sqrt{1 + 4p(p + 1)}}{2}.
This simplifies to:
x=p,x=(p+1).x = -p, \quad x = -(p + 1).