Answer:
The quadratic equation with roots -3 and -6 and leading coefficient 2 is:
2x2 - 8x - 12 = 0
To derive this, we use the quadratic formula:
ax2 + bx + c = 0
With:
a = 2 (leading coefficient)
b = -4 (calculated from roots: b = -2(root1 + root2) = -2(-3 - 6) = -4)
c = -12 (calculated from discriminant: c = b2/4a = -42/8 = -12)
So the full equation is:
2x2 - 4x - 12 = 0
Which simplifies to:
2x2 - 8x - 12 = 0
This has the roots -3 and -6 as requested, with a leading coefficient of 2.
Explanation: