document.write( "Question 46191: Please help me understand this one. Evaluate exponential function for given x value.\r
\n" );
document.write( "\n" );
document.write( "f(x) = 2^x , x=3.2 . Thanks. \n" );
document.write( "
Algebra.Com's Answer #30657 by Nate(3500) ![]() You can put this solution on YOUR website! f(x) = 2^x \n" ); document.write( "f(x) = 2^(3.2) \n" ); document.write( "f(x) = 2^(16/5) \n" ); document.write( "f(x) = 2*2*2*(2^(1/5)) \n" ); document.write( "f(x) = 8*(2^(1/5)) that means fifth root of two \n" ); document.write( "f(x) = 9.1895868.... \n" ); document.write( " |