document.write( "Question 50264: Need some help with this one.\r
\n" );
document.write( "\n" );
document.write( "Find an exponential function of the form f(x)=ba^x +c with y- intercept 2, horizontal asymptote y = -2, that passes through the point P(1,4).\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #33387 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = ba^x + c \n" ); document.write( "y = ba^x - 2 \n" ); document.write( "y = ba^x - 2 P(0,2) \n" ); document.write( "2 = ba^0 - 2 \n" ); document.write( "2 = b - 2 \n" ); document.write( "4 = b \n" ); document.write( "plug.: \n" ); document.write( "y = 4*a^x - 2 P(1,4) \n" ); document.write( "4 = 4*a - 2 \n" ); document.write( "6 = 4a \n" ); document.write( "3/2 = a \n" ); document.write( "plug.: \n" ); document.write( "f(x) = 4(3/2)^x - 2 \n" ); document.write( " |