Explanation:
The equation that has the components of 0=x²-9x-20 inserted correctly into the quadratic formula is:
x= (-(-9) ± √((-9)² - 4(1)(-20))) / 2(1)
This is because the quadratic formula states that for an equation in the form ax² + bx + c = 0, the solutions for x are given by x = (-b ± sqrt(b² - 4ac)) / 2a. In this case, a = 1, b = -9, and c = -20. Therefore, the correct way to insert these components into the quadratic formula is as shown above. The other equations provided either have incorrect operations (such as squaring a negative value), or square-rooting a value that should not be square-rooted, resulting in an incorrect answer.
I hope this help.