64.3k views
5 votes
Given the following functions f(x) and g(x), solve (f + g)(3) and select the correct answer below: (1 point)

f(x) = 2x + 21

g(x) = x − 24


−27

−21

6

48

User Cree
by
8.1k points

2 Answers

0 votes
6, The 3 is substituted into both functions and then added to each other. substituting 3 into f(x) gives 27, and substituting 3 into g(x) gives -21. Subtracting 21 from 27 gives 6. (27 + (-21) = (27 - 21) = 6
User SUNDARRAJAN K
by
8.4k points
1 vote

Answer: Hello!

here we got two functions, f(x) = 2x + 21, and g(x) = x -24, and we want to solve (f+g)(3).

the notation (f + g)(x) refers to the addition of both functions evaluated in the point x.

(f + g)(x) = f(x) + g(x) = (2x + 21) + (x - 24) = (2x + x) + (21 - 24) = 3x - 3

then, when x = 3 we have (f + g)(x) = 3*3 - 3 = 9 - 3 = 6

so the correct answer is the third one.

is the same as replacing x by 3 in both functions, and after that do the sum between them.

User Rodrigo Lopez
by
7.6k points