document.write( "Question 442165: Tell whether the set represents an exponetial functin.
\n" );
document.write( "X Y
\n" );
document.write( "0 4
\n" );
document.write( "1 12
\n" );
document.write( "2 36
\n" );
document.write( "3 108
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #304970 by ilana(307)![]() ![]() ![]() You can put this solution on YOUR website! Look at how the y values change. If each is a constant multiple of the previous, then it is an exponential function. \n" ); document.write( "4*3=12 \n" ); document.write( "12*3=36 \n" ); document.write( "36*3=108 \n" ); document.write( "Each value is the previous times 3, so it is an exponential function. \n" ); document.write( " |