document.write( "Question 99151: calculate the antilog of 2.75 \n" ); document.write( "
Algebra.Com's Answer #72195 by Adam(64)\"\" \"About 
You can put this solution on YOUR website!
inverse function to logarthmic is function exponentional I usually start with that \"y+=+a%5Ex\", where a is base of exponential after inverting I get \"x+=+a%5Ey\" which is just logarithm in implicit form and can be rewritten as \"log%28a%29x=y\", supposing a = 10 antilog of 2.5 = \"10%5E2.75\" which is around 562.3413 \n" ); document.write( "
\n" );