Using the function f(x), we want to evaluate for the given value, 5(f(n)). There are two steps involved in this evaluation.
- We need to substitute n for each value of x.
- We need to multiply the entire equation by 3.
Let's first take care of the substitution. To do this, we need to substitute n for x in each instance of the x-variable.
f(x)=-5x+2⇒f(n)=-5n+2
Now we can multiply the function by 5.
f(n)=-5n+2
5(f(n))=5(-5n+2)
5(f(n))=-25n+10
We are finished and have found that 5(f(n))=-25n+10.
We have the function g(x)=3x2 and want to find -2(g(p)). We will do it in two steps. In the first step g(x) is evaluated for p. We will do that by substituting p for x in the function rule.
g(x)=3x2⇒g(p)=3p2
Next step is to multiply the function by -2.
g(p)=3p2
-2(g(p))=-2(3p2)
-2(g(p))=-6x2
Above we have shown that -2(g(p))=-6x2.