Trout Population = starting population*(1 + rate)^number of years
P = SP\times{(1+0.15)^n
500 = 225\times{(1+0.15)^n
1.15n=209
Now I'm not sure how you find n. It is somewhere between 5 and 6.
Continuing from zacismyname's analysis:
Take logs of both sides:
log(1.15n) = log(20/9)
Because log(an) = n*log(a) we can write
n*log(1.15) = log(20/9)
so
n = log(20/9)/log(1.15)
n=log10(209)log10(1.15)⇒n=5.7133414336383668
n ≈ 5.7 years
.