document.write( "Question 600036: Find the Domain of the following:
\n" );
document.write( "a) g(x) = 5^x
\n" );
document.write( "b) g(x) = In(x-4)
\n" );
document.write( "c) g(t) = log(t-2)
\n" );
document.write( "d) f(t) = 5.5e^t \n" );
document.write( "
Algebra.Com's Answer #380196 by dhartman0220(8)![]() ![]() ![]() You can put this solution on YOUR website! domain g(x)=5^x \n" ); document.write( "(-infinity, +infinity) \n" ); document.write( "domain g(x)=ln(x-4) \n" ); document.write( "(4 [less than] x [less than] infinity) \n" ); document.write( "domain g(t)=log(t-2) \n" ); document.write( "(2 [less than] t [less than] infinity) \n" ); document.write( "domain f(t)=5.5e^t \n" ); document.write( "(-infinity,+infinity) \n" ); document.write( " |