Math Problem Statement

Define the function formula for each of the following given the function definitions for f , g , and h .

f ( x )

√ x + 5 g ( x )

3 x − 6

h ( x )

5 x f ( g ( x ) )

sqrt(3x-6+5) Correct

g ( f ( x ) )

3√x + 9 Incorrect
3 √ x + 9 syntax ok. warning: [use function notation - use sqrt(x) instead of sqrtx].

h ( f ( x ) )

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Function Composition
Algebra
Radicals

Formulas

f(x) = √x + 5
g(x) = 3x - 6
h(x) = 5x
f(g(x)) = √(3x - 6) + 5
g(f(x)) = 3√x + 9
h(f(x)) = 5√x + 25

Theorems

Function composition rules
Properties of square roots

Suitable Grade Level

Grades 9-12