
Thomas A. answered 01/25/21
Experienced Classroom Educator and Masters Student
One way of rewriting (f o g)(1) is f(g(1)). Start with the inside most function and work your way outwards. So start with g(1). g(1) = 3(1) = 3. Now we take that answer, and plug it into the outside function. So f(3) = 5(3) = 15. Thus (f o g)(1) = 15.