document.write( "Question 23334: For the Function: y=1/x-1 Give the y values for x=2,-1,0,1,2,3
\n" );
document.write( "Use the points to draw a smooth curve graph.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thanks you!!! \n" );
document.write( "
Algebra.Com's Answer #12114 by philberg99(10)![]() ![]() ![]() You can put this solution on YOUR website! If it asks you for a y value for a given x value, all you have to do is plug it in.\r \n" ); document.write( "\n" ); document.write( "So for \n" ); document.write( "\n" ); document.write( "when x = -2, y = 1/(-2-1) = 1/(-3) = -1/3 \n" ); document.write( "when x = -1, y = 1/(-1-1) = 1/(-2) = -1/2 \n" ); document.write( "when x = 0, y = 1/(0-1) = 1/(-1) = -1 \n" ); document.write( "when x = 1, y = 1/(1-1) = 1/0 <--undefined. Cannot divide by zero. \n" ); document.write( "when x = 2, y = 1/(2-1) = 1/1 = 1 \n" ); document.write( "when x = 3, y = 1/(3-1) = 1/2 \n" ); document.write( " |