Multiply the results: \((fg)(4) = f(4) \times g(4)\).
Verified video answer for a similar problem:
This video solution was recommended by our tutors as helpful for the problem above
Video duration:
5m
Play a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Function Composition
Function composition involves combining two functions to create a new function. The notation (ƒg)(x) means to apply g first and then apply f to the result. In this case, you first evaluate g(4) and then use that output as the input for f.
Evaluating a function means substituting a specific value into the function's formula. For example, to evaluate g(4) for the function g(x) = -2x + 6, you replace x with 4, resulting in g(4) = -2(4) + 6. This step is crucial for finding the output of the composed function.
A quadratic function is a polynomial function of degree two, typically expressed in the form f(x) = ax^2 + bx + c. In this case, f(x) = x^2 + 3 is a quadratic function where a = 1, b = 0, and c = 3. Understanding the properties of quadratic functions helps in evaluating them accurately after composition.