Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Higher Maths Functions Help?
The question says; "Obtain the formula for i) f(g)x)) and ii) g(f(x)) when f(x) = 3x-1 and g(x) = 2x+5."
Can anyone tell me how to solve this question or tell me the steps I will need to take to solve this question?
3 Answers
- Anonymous9 years agoFavorite Answer
The notation itself suggests what must be done. Instead of sticking a number in the function, you stick a function in the function. I'll do the first one as an example.
f(x) = 3x - 1
g(x) = 2x + 5
f(g(x)) = 3(2x + 5) - 1
= 6x + 15 - 1
= 6x + 14
Source(s): General knowledge of math - NicholasLv 59 years ago
Think about this
Ill make an example:
f(x) = 2x
g(x) = 10x+4
g(f(x)) means plug in f(x) into g(x) like this
g(x) = 10x+4
g(f(x)) = 10(2x) + 4
g(f(x)) = 20x + 4
or F of G of X which is f(g(x))
plug in g(x) into f(x) this time
f(x) = 2x
f(g(x)) = 2(10x + 4)
f(g(x)) = 20x + 8
Source(s): Take the functions as a whole and plug them into each other - JamesLv 59 years ago
Compound formula.
Basically, you're substituting one formula in to another. fg(x) is shorthand for f(x) when the x = g(x). And the important thing to remember is work outwards, so if it's written fg(x), you use g(x), then f(x).
E.g. i) g(x) = 2x+5, so substitute that in to f(x): 3(2x+5) - 1
Which you can simplify to: gf(x) = 6x + 14
Try the second one for yourself.