document.write( "Question 1166649: Find the domain, range, and intercepts of the following function:
\n" );
document.write( "ℎ(𝑥)=1+√(1−2𝑥) \n" );
document.write( "
Algebra.Com's Answer #791169 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The domain is all possible x-values for the function. \n" ); document.write( "Since the sqrt function takes only positive values, the function is defined for all \n" ); document.write( "values for which 1 - 2x > 0 -> x < 1/2 \n" ); document.write( "Domain: (-inf,1/2] \n" ); document.write( "The lowest y-value is 1, and the function can grow without bound \n" ); document.write( "Range: [1,inf) \n" ); document.write( " \n" ); document.write( " |