document.write( "Question 1204988: Find the exponential function f(x) = a^x that passes through the point (2,25) and has a y-intercept of 1.\r
\n" );
document.write( "\n" );
document.write( "Find y = ? \n" );
document.write( "
Algebra.Com's Answer #841566 by Theo(13342) You can put this solution on YOUR website! let y = f(x). \n" ); document.write( "your equation becomes y = a^x. \n" ); document.write( "if it passes through the point (2,25), then you get 25 = a^2 \n" ); document.write( "solve for a to get a = 5. \n" ); document.write( "your equation becomes y = 5^x \n" ); document.write( "then x = 2, you get y = 25. \n" ); document.write( "that's the point (2,25) \n" ); document.write( "the y-intercept is the value of y when the value of x is 0. \n" ); document.write( "y = 5^x becomes y = 5^0 which becomes y = 1 because x^0 is always equal to 1. \n" ); document.write( " \n" ); document.write( " |