document.write( "Question 602875:  what is the domain of the function G(F(x))?
\n" );
document.write( "F(x)= 8-x, G(y)= sqrt(y)
\n" );
document.write( "G(F(x))= sqrt(8-x) \n" );
document.write( "
| Algebra.Com's Answer #380466 by flame8855(424)     You can put this solution on YOUR website! 8-x > or = 0 \n" ); document.write( "x< or = 8 \n" ); document.write( "domain is ]-inf. , 8] \n" ); document.write( " |