53,155 views
8 votes
8 votes
Let f(x) =5x-1, h(x)= -x+5.
Find (h of)(3).
(hof)(3)

User MJL
by
2.8k points

1 Answer

12 votes
12 votes

(h ◦ f)(x) is the composition of h(x) with f(x),

(h ◦ f)(x) = h(f(x))

which we can compute by simplying replacing in h(x) every instance of x with f(x) itself:

(h ◦ f)(x) = h(f(x))

(h ◦ f)(x) = h(5x - 1)

(h ◦ f)(x) = -(5x - 1) + 5

(h ◦ f)(x) = -5x + 1 + 5

(h ◦ f)(x) = -5x + 6

Then

(h ◦ f)(3) = -5 • 3 + 6

(h ◦ f)(3) = -15 + 6

(h ◦ f)(3) = -9

User Mikepj
by
2.7k points