document.write( "Question 949873: How do I find the point where the graph intersects with the x-axis for the problem: f(x) = √(t+4) - 1\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #579931 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! f(x) =y= √(t+4) - 1 \n" ); document.write( "Where it intersects the x axis y=0 \n" ); document.write( "√(t+4)-1=0 \n" ); document.write( "√(t+4)=1 \n" ); document.write( "t+4=1 \n" ); document.write( "t=-3 \n" ); document.write( "It intersects the x-axis at t=-3. \n" ); document.write( " |