Final answer:
To find g(n)*h(n), substitute the values of g(n) and h(n) into the expression and simplify.
Step-by-step explanation:
To find g(n)*h(n), we need to substitute the values of g(n) and h(n) into the expression.
Given that g(n) = 4n-4 and h(n) = 2n+1, we can substitute these values into the expression as follows:
g(n)*h(n) = (4n-4)*(2n+1)
To simplify this expression, we can use the distributive property of multiplication:
g(n)*h(n) = 8n^2 - 8n + 4n - 4
Now, we can combine like terms:
g(n)*h(n) = 8n^2 - 4n - 4