You can put this solution on YOUR website! solve the equation
6^(x-1)-3=9
---------------
6^(x-1) = 12
(x-1)*log(6) = log(12)
x-1 = log(12)/log(6)
x = 1 + log(12)/log(6)
You can stop here, or
----------------
x = (log(6) + log(12))/log(6)
x = log(72)/log(6)
or,
--------
x =~ 2.387