Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22186b28fbe4652

Jump to content

Talk:Function composition/Archive

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

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 ??