document.write( "Question 1164875: Find the equation for an exponential function that passes through the pair of points given below. (Round all coefficients to 4 decimal places when necessary.) HINT [See Example 2.]
\n" );
document.write( "Through (2, 18) and (4, 162)\r
\n" );
document.write( "\n" );
document.write( "f(x) =
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #789299 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! f(x)=ab^x \n" ); document.write( "18=ab^2 \n" ); document.write( "162=ab^4 \n" ); document.write( "so b^2=18/a \n" ); document.write( "and therefore b^4=324/a^2 \n" ); document.write( "162 = 324/a \n" ); document.write( "a=2\r \n" ); document.write( "\n" ); document.write( "if a=2 then 18=2b^2 and b^2=9 and b=3 \n" ); document.write( "check with a=4 and 162=2*81=162 checks\r \n" ); document.write( "\n" ); document.write( "the equation is f(x)=2*3^x \n" ); document.write( " |