document.write( "Question 37865: Graph the following equation, label any intercepts. y = ln(x - 1) + 2 \n" ); document.write( "
Algebra.Com's Answer #23368 by fractalier(6550) You can put this solution on YOUR website! This is the standard y = ln x graph, shifted one point to the right and two points up. \n" ); document.write( "To find out where it crosses the x-axis, set y = 0 and solve for x: \n" ); document.write( "0 = ln(x - 1) + 2 \n" ); document.write( "-2 = ln(x - 1) \n" ); document.write( "e^(-2) = x - 1 \n" ); document.write( "x = 1 + e^(-2) \n" ); document.write( "The graph never touches the y-axis since x can never be zero here... \n" ); document.write( " |