document.write( "Question 352537: How do I graph the exponential function by making a table of coordinates: f(x) = (3/4)^x \n" ); document.write( "
Algebra.Com's Answer #251916 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Try plotting three points on the curve.
\n" ); document.write( "When \"x+=+-1\", \"+f%28-1%29+=+%283%2F4%29%5E-1\", or \"f%28-1%29+=+4%2F3\".
\n" ); document.write( "When \"x+=+0\", \"f%280%29+=+%283%2F4%29%5E0\", or \"f%280%29+=+1\".
\n" ); document.write( "When \"x+=+1\", \"+f%281%29+=+%283%2F4%29%5E1\", or \"f%281%29+=+3%2F4\".
\n" ); document.write( "Plotting these points would suggest that the graph is asymptotic with the positive x-axis. The graph decreases from left to right.
\n" ); document.write( "
\n" );