You can put this solution on YOUR website!
Can be written as:
If the two roots are -a and -b, then (x + a)*(x + b) = 0
x^2 + (a+b) x + ab = 0.
Comparing it with your equation,
a + b = 11
a * b = 30
One way to find out a and b is through trial and error, by looking at all factors of 30 that sum up to 11. We get the combination of 6 and 5.
So the equation can be written as
or
Roots are -6 and -5.
You can also solve it using the standard quadratic solver.