Problem 1 :
Given f(x) = -2x + 1, find f(-6)
Problem 2 :
Given g(x) = x2, find g(-3)
Problem 3 :
Given h(x) = -1/2x + 1/2, find h(4)
Problem 4 :
Given f(x) = -2x + 1, g(x) = x2, find f [g(2)]
Problem 5 :
Given h(x) = -1/2x + 1/2, g(x) = x2, find h [g(8)]
Problem 6 :
Given f(x) = -2x + 1, g(x) = x2, find (g ∘ f) (5)
Problem 7 :
Given g(x) = x2, and h(x) = -1/2x + 1/2, (g ∘ h) (7)
Problem 8 :
Given f(x) = -2x + 1, g(x) = x2, and h(x) = -1/2x + 1/2, find f [g(c)]
Problem 9 :
Given f(x) = -2x + 1, g(x) = x2, and h(x) = -1/2x + 1/2, find f [h(5)]
Problem 10 :
Given f(x) = -2x + 1 and h(x) = -1/2x + 1/2, h [f(r)]
Problem 11 :
Given f(x) = -2x + 1, g(x) = x2, and h(x) = -1/2x + 1/2, find h[g[f(3)]]
Problem 12 :
Given f(x) = -2x + 1, g(x) = x2, and h(x) = -1/2x + 1/2, find (f ∘ g ∘ h)(3)
1) f(-6) = 13 2) g(3) = 9 3) h(4) = -3/2 4) f [g(2)] = -7 5) h[g(8)] = -63/2 6) g [f(5)] = 81 |
7) g[h(7)] = 9 8) f [g(c)] = -2c2 + 1 9) f[h(5)] = 5 10) h[f(r)]=-(1/2)(-2r+1)+1/2 11) h[g[f(3)]] = -12 12) f[g[h(3)]] = -1 |
May 21, 24 08:51 PM
May 21, 24 08:51 AM
May 20, 24 10:45 PM