¿Cómo resuelves x ^ 2 - 3x - 18 = 0?

¿Cómo resuelves x ^ 2 - 3x - 18 = 0?
Anonim

Responder:

# x_1 = 6 # y # x_2 = -3 #

Explicación:

Tienes una ecuación como esta: # ax ^ 2 + bx + c = 0 #

Luego puedes usar la fórmula para resolver ecuaciones cuadráticas:

#x = (- b + -sqrt (b ^ 2-4ac)) / (2a) #

entonces tenemos: #x = - (- 3) (+ -) sqrt ((- 3) ^ 2-4 * 1 * (- 18)) / (2 * 1) #

# x = (3 + -sqrt (9 + 72)) / 2 = (3 + -9) / 2 #

# x_1 = (3 + 9) / 2 = 6 #

# x_2 = (3-9) / 2 = -3 #