I tried writing out the first few powers of 3 to see if I could find any pattern in the last two digits:
$3^0=01$
$3^1=03$
$3^2=09$
$3^3=27$
$3^4=81$
$3^5=43$, etc.
However, I came up empty-handed, and I am unsure how to approach this.
Any ideas? Many thanks.