document.write( "Question 290304: How to graph the following logarithms (logx)+5, logx-5, logx, (logx)-5, logx+5 \n" ); document.write( "
Algebra.Com's Answer #210096 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
Start with the graph of y = log(x):
\n" ); document.write( "\"graph%28400%2C+400%2C+-1%2C+9%2C+-7%2C+3%2C+log%2810%2C+x%29+%29\"
\n" ); document.write( "and...
  • for log(x) + 5, move it up five units
  • for log(x-5), move it right five units
  • for log(x) - 5, move it down five units
  • for log(x + 5), move it left five units
\n" ); document.write( "
\n" );