Antworten:
# (x, y) = (2,6), (- 3, -4) #
Erläuterung:
Wir haben das Problem
# x ^ 2 + 3x-4 = 2x + 2 #
# x ^ 2 + x-6 = 0 #
Verwenden Sie die quadratische Formel:
#x_ {1,2} -1 / 2pm sqrt (1/4 + 24/4) #
so
# x_1 = 2 #und # y_1 = 6 #
# x_2 = -3 # und # y_2 = -4 #