Antworten:
# x_1 = 6 / (- 6) = - 1 #
# x_2 = 4 / (- 6) = - 2/3 #
Erläuterung:
Die quadratische Formel gibt an, ob Sie eine quadratische Form haben # ax ^ 2 + bx + c = 0 #sind die Lösungen:
#x = (- b + -sqrt (b ^ 2-4ac)) / (2a) #
In diesem Fall, # a = -3 #, # b = -5 # und # c = -2 #. Wir können dies in die quadratische Formel einfügen, um zu erhalten:
#x = (- (- 5) + - sqrt ((- 5) ^ 2-4 * -3 * -2)) / (2 * -3) #
# x = (5 + - qrt (25-24)) / (- 6) = (5 + -1) / (- 6) #
# x_1 = 6 / (- 6) = - 1 #
# x_2 = 4 / (- 6) = - 2/3 #