document.write( "Question 213477: Consider the following function:
\n" );
document.write( "F(x): 1-x x<-1
\n" );
document.write( " x -1<=x<2
\n" );
document.write( " (x-2)^2 x>=2
\n" );
document.write( "Determine the values of lim f(x)
\n" );
document.write( " x-->a \n" );
document.write( "
Algebra.Com's Answer #161275 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Consider the following function: \n" ); document.write( "F(x): 1-x x<-1 \n" ); document.write( "x -1<=x<2 \n" ); document.write( "(x-2)^2 x>=2 \n" ); document.write( "Determine the values of lim f(x) \n" ); document.write( "x-->a \n" ); document.write( "===================== \n" ); document.write( "The limit of F(x) as x goes to a is: \n" ); document.write( "1-a if a<-1 \n" ); document.write( "a if -1\n" ); document.write( "(a-2)^2 if a>=2 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |