Antworten: # 9x ^ 2 + 5x - 4 # Erläuterung: Schritt 1) Entfernen Sie Begriffe aus Klammern Schritt 2) Kombinieren Sie gleiche Begriffe # (2x ^ 2 + x - 1) + (7x ^ 2 + 4x - 3) => # # 2x ^ 2 + x - 1 + 7x ^ 2 + 4x - 3 => # # 2x ^ 2 + 7x ^ 2 + x + 4x - 1 - 3 => # # (2 + 7) x ^ 2 + (1 + 4) x - 4 => # # 9x ^ 2 + 5x - 4 #