27.3k views
4 votes
Which expression defines function h?

Which expression defines function h?-example-1

1 Answer

3 votes

Answer:


h(x) = ((f)/(g))(x)

Explanation:

Given


f(x) = 3x^3 + 9x^2 -12x


g(x) = x - 1


h(x) = 3x^2 + 12x

Required

What defines h(x)

Looking at the degree of f(x), g(x) and h(x), we have:


h(x) = ((f)/(g))(x)

See proof


h(x) = ((f)/(g))(x)

This gives:


h(x) = (f(x))/(g(x))


h(x) = (3x^3 + 9x^2 -12x)/(x - 1)

Factorize


h(x) = ((3x^2 + 12x)(x - 1))/(x - 1)\\


h(x) = 3x^2 + 12x

User Liuyong
by
3.9k points