document.write( "Question 31002: if f(x) = log5 x+ 4, then f-1(x)=
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #17736 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! if f(x) = log5 x+ 4, then f-1(x)= \n" ); document.write( "LET Y =F(X)=LOG5 (X) +4....TO FIND F^-1(X),WE HAVE TO FIND X IN TERMS OF Y.. \n" ); document.write( "LOG5 (X)=Y-4 \n" ); document.write( "X =5^(Y-4) = F^-1(X)=5^{F(X)-4} \n" ); document.write( " |