document.write( "Question 46857: identify the exponential function of the form f(x)=a(2^x)+b graph points provided
\n" );
document.write( "are (2,1) and (0,-2) and the lines runs horizontal to y=-3\r
\n" );
document.write( "\n" );
document.write( "a. f(x)=3(2^x)
\n" );
document.write( "b. f(x)=2^x-3
\n" );
document.write( "c. f(x)=2(2^x)-4
\n" );
document.write( "d. f(x)=2^x-2\r
\n" );
document.write( "\n" );
document.write( "the only one that makes sense to me is D
\n" );
document.write( "so that when x=0, y=-2 which is point given on the line. \n" );
document.write( "
Algebra.Com's Answer #31035 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = a(2^x) + b \n" ); document.write( "f(x) = a(2^x) - 3 use P(0,-2) \n" ); document.write( "-2 = a - 3 \n" ); document.write( "1 = a \n" ); document.write( "f(x) = (2^x) - 3 \n" ); document.write( " |