Question 673831
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi, 
IF you mean: {{{1/(x+1) }}},{{{1/(x-2) + 1}}}, {{{2/x - 3}}} & {{{ 1/(x+5) + 2}}}
Those graphs can be arrived at by 'Shifting' the Green'parent graph' of {{{1/x}}}
{{{1/(x+1) }}} Blue  ||Shift green one to the left
{{{drawing(300,300,   -6, 6, -6, 6,   grid(1),
graph( 300, 300, -6, 6, -6, 6,0,1/x,1/(x+1) ))}}}
{{{1/(x-2) + 1}}}Blue  ||Shift green one Up and 2 to the right
{{{drawing(300,300,   -6, 6, -6, 6,   grid(1),
graph( 300, 300, -6, 6, -6, 6,0,1/x,1/(x-2) + 1 ))}}}
{{{2/x - 3}}} Blue   
{{{drawing(300,300,   -6, 6, -6, 6,   grid(1),
graph( 300, 300, -6, 6, -6, 6,0,1/x,2/x - 3))}}}
{{{ 1/(x+5) + 2}}}Blue ||Shift green 2 Up and 5 to the left
{{{drawing(300,300,   -6, 6, -6, 6,   grid(1),
graph( 300, 300, -6, 6, -6, 6,0,1/x,1/(x+5) + 2))}}}