odpoveď: # -4x ^ 2 - 11x + 13 # vysvetlenie: pridať # (- x ^ 2 + 9) + (- 3x ^ 2-11x + 4) # 1) Zrušte zátvorky # -X ^ 2 + 9-3X ^ 2-11x + 4 # 2) Zbierajte podobné výrazy # -x ^ 2 - 3x ^ 2 - 11x + 9 + 4 # 3) Kombinujte podobné výrazy # -x ^ 2 - 3x ^ 2 - 11x + 9 + 4 # #COLOR (biely) (…) # #COLOR (biely) (.) # #COLOR (biely) (………………….) # #COLOR (biely) (..) ## -4x ^ 2 - 11x # #color (biela) (..) + 13 # odpoveď: # -4x ^ 2 - 11x + 13 #