Jump to content

Talk:Function composition/Archive

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Gurch (talk | contribs) at 13:13, 9 July 2006 ({{talkarchive}} using AWB). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


This is an archive of an inactive discussion and should not be edited.


Hi, I'm trying to figure this out, I am not sure about my answer.

Given Funtions f(x) = Square root of x and g(x) = x2 + 18x + 81

a, Determine(fog)(x) and simplify

(fog)(x) = Square root of x^2 +18x +81

        = square root of (x+9)^2
        = x+9

b, Find the Domain of (fog)(x)

   ???????

Is answer to a correct and if so how do i find its domain ??