Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

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