document.write( "Question 31282: For the function y =
\n" );
document.write( " 1
\n" );
document.write( "————
\n" );
document.write( " x - 1
\n" );
document.write( "Give the y values for x = -2, -1, 0, 1, 2, 3\r
\n" );
document.write( "\n" );
document.write( "Im not sure if i did this right \r
\n" );
document.write( "\n" );
document.write( "x -2, -1, 0, 1, 2, 3
\n" );
document.write( "y -1.5, -2, ?, 0, -.5, -.6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #17941 by troyapplehelen(46)![]() ![]() ![]() You can put this solution on YOUR website! y=1/(x-1), x=-2, y=1/(-2-1) which y=1/-3 (-0.333..) \n" ); document.write( " x=-1, y=1/(-1-1) which y=1/-2 (-0.5) \n" ); document.write( " x=0, y=1/(0-1) which y=1/-1 (-1) \n" ); document.write( " x=1, y=1/(1-1) which y=1/0 (undefined) \n" ); document.write( " x=2, y=1/(2-1) which y=1/1 (1) \n" ); document.write( " x=3, y=1/(3-1) which y=1/2 (0.5) \n" ); document.write( " |