document.write( "Question 203957: Hi all, Hopefully someone can show me how to do the following.
\n" );
document.write( "Given g(x) = sqrt(x - 1), find the following:
\n" );
document.write( "(a) the domain of g;
\n" );
document.write( "(b) the range of g.
\n" );
document.write( "Thanks again. -nick. \n" );
document.write( "
Algebra.Com's Answer #153882 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given g(x) = sqrt(x - 1), find the following: \n" ); document.write( "(a) the domain of g; \n" ); document.write( "x-1 cannot be negative: \n" ); document.write( "x-1 >= 0 \n" ); document.write( "x >= 1 \n" ); document.write( "Domain: All Real Numbers that are greater than or equal to 1 \n" ); document.write( "==================================== \n" ); document.write( "(b) the range of g. \n" ); document.write( "sqrt(x-1) can never be negative \n" ); document.write( "Range is All Real Numbers greater than or equal to zero. \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |