设指函数f(x)=a的x次方经过点(2,9),求f(-1).

问题描述:

设指函数f(x)=a的x次方经过点(2,9),求f(-1).

f(x)=a^x
经过点(2,9)
9=a^2
a=3 or -3
f(-1)=1/3 or -1/3