document.write( "Question 1148543: Find the exponential function
\n" );
document.write( "f(x)=Ca^x
\n" );
document.write( " whose graph goes through the points
\n" );
document.write( "(0,2)and (3,16). \n" );
document.write( "
Algebra.Com's Answer #769886 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Using the two given points in the general form of the equation.... \n" ); document.write( "(1) 2 = Ca^0 = C*1 = C; so C=2. Then \n" ); document.write( "(2) 16 = Ca^3 = 2a^3; so a^3 = 8; a = 2. \n" ); document.write( "ANSWER: C=2; a=2; f(x) = 2(2^x) \n" ); document.write( " \n" ); document.write( " |