document.write( "Question 1071259: What is the equation for an exponential function that passes through the points (1,2) and (3,8)? \n" ); document.write( "
Algebra.Com's Answer #686199 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The general form of an exponential function is f(x) = y = c*a^x \n" ); document.write( "We can determine the values of the constants a and c by using the two given points. \n" ); document.write( "From (1,2) we get 2 = ca^1 = ca -> c = 2/a -> y = (2/a)*a^x \n" ); document.write( "From (3,8) we get 8 = (2/a)*a^3 -> a = 2; therefore c = 1 \n" ); document.write( "So the function is y = 2^x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |