- #1
Agent_J
- 13
- 0
combining functions - just another check :)
f(x) = 2/x
g(x) = x/x+2
fog = f(g(x))
= f(x/x+2)
=2/x/x+2
=2 * x+2/x
=2x+2/x
[Edit (by ahrkron): no changes; took back my edit (I meant to reply)... the post is now in its original form]
f(x) = 2/x
g(x) = x/x+2
fog = f(g(x))
= f(x/x+2)
=2/x/x+2
=2 * x+2/x
=2x+2/x
[Edit (by ahrkron): no changes; took back my edit (I meant to reply)... the post is now in its original form]
Last edited by a moderator: