Respuesta :
By using the binary operator of addition, the result of summing f(x) = 4 · x² + 7 · x - 3 and g(x) = 6 · x³ - 7 · x² - 5 is equal to (f + g)(x) = 6 · x³ - 3 · x² + 7 · x - 8.
How to apply operations between functions
Binary operators is a operator that connects two functions. There are five binary operators between two functions: (i) Addition, (ii) Subtraction, (iii) Multiplication, (iv) Division, (v) Composition.
In this question we must apply the addition between two quadratic functions. In addition, we know by algebra that the sum of a quadratic function and a cubic function is equal to a cubic function. Hence, the resulting expression is:
(f + g)(x) = f(x) + g(x)
(f + g)(x) = (4 · x² + 7 · x - 3) + (6 · x³ - 7 · x² - 5)
(f + g)(x) = 6 · x³ - 3 · x² + 7 · x - 8
By using the binary operator of addition, the result of summing f(x) = 4 · x² + 7 · x - 3 and g(x) = 6 · x³ - 7 · x² - 5 is equal to (f + g)(x) = 6 · x³ - 3 · x² + 7 · x - 8.
To learn more on functions: https://brainly.com/question/21145944
#SPJ1