211k views
1 vote
Use the Table to evaluate each expression.

x | 1 2 3 4 5 6
f | 3 1 4 2 2 5
g | 6 3 2 1 2 3

a). f(g(1))
b). g(f(1))
c). f(f(1))
d). g(g(1))
e). (gof)(3)
f). (fog)(6)

Explain the concept and show step-by-step solution.

User Amarachi
by
7.9k points

2 Answers

0 votes

Using the values from table:

f(g(1)) = f(3) = 4

g(f(1)) = g(1) = 3

f(f(1)) = f(1) = 1

g(g(1)) = g(3) = 2

(gf)(3) = g(f(3)) = g(4) = 6

(f o g)(6) = f(g(6)) = f(1) = 1

This question uses the concept of f(g(x)) in which the value of a given function is substituted into a second function.

a) f(g(1))

First we evaluate g(1) using the table

g(1) = 6

Now we plug the value of g(1) into the original equation f(g(1))

= f(6); using the table:

= 5

We apply the same method to the remaining ones:

b). g(f(1))

Value of f(1) we get from the table

f(1) = 3

g(3) = 3

c). f(f(1))

Value of f (1) we get from the table

f(1) = 3

f(3) = 4

d). g(g(1))

Value of g (1) we get from the table

g(1) = 6

g(6) = 3

e). (gof)(3)

= g(f(3))

Value of f (3) we get from the table

f(3) = 4

g(4) = 1

f). (fog)(6)

=f(g(6))

Value of g (6) we get from the table

g(6) = 3

f(3) = 4

Use the Table to evaluate each expression. x | 1 2 3 4 5 6 f | 3 1 4 2 2 5 g | 6 3 2 1 2 3 a-example-1
User Anthney
by
8.4k points
6 votes
This question uses the concept of f(g(x)) in which the value of a given function is substituted into a second function.
a) f(g(1))
First we evaluate g(1) using the table
g(1) = 6
Now we plug the value of g(1) into the original equation f(g(1))
= f(6); using the table:
= 5
We apply the same method to the remaining ones:
b). g(f(1))
f(1) = 3
g(3) = 3

c). f(f(1))
f(1) = 3
f(3) = 4

d). g(g(1))
g(1) = 6
g(6) = 3

e). (gof)(3)
= g(f(3))
= f(3) = 4
g(4) = 1

f). (fog)(6)
=f(g(6))
g(6) = 3
f(3) = 4
User Banncee
by
8.9k points