document.write( "Question 181592: How would you plot on a graph the following:
\n" );
document.write( "f(x) = 5^x \n" );
document.write( "
Algebra.Com's Answer #136189 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How would you plot on a graph the following: \n" ); document.write( "f(x) = 5^x \n" ); document.write( "---- \n" ); document.write( "Plot three or four points and draw a curve thru them. \n" ); document.write( "If x=0, y = 5^0 = 1; Point (0,1) \n" ); document.write( "If x=1, y = 5^1 = 5; Point (1,5) \n" ); document.write( "If x=-1, y = 5^(-1) = 1/5 : Point (-1,1/5) \n" ); document.write( "============================================= \n" ); document.write( " \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |