document.write( "Question 152551: How do I find the domain of g(t)=log(t+2) and g(x)=ln(x-4) \n" ); document.write( "
Algebra.Com's Answer #112127 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The domain is all x where the function is defined.
\n" ); document.write( "The log and natural log functions are only defined when the argument is greater than 0.
\n" ); document.write( "For g(t),
\n" ); document.write( "\"t%2B2%3E0\"
\n" ); document.write( "\"t%3E-2\"
\n" ); document.write( "The domain is t>-2.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "For g(x),
\n" ); document.write( "\"x-4%3E0\"
\n" ); document.write( "\"x%3E4\"
\n" ); document.write( "The domain is x>4.
\n" ); document.write( "
\n" );