n=2:
There are n^2=4 trees in total
Botanist studies (2n + 1)=5 trees everyday
Last day=First day=4 trees remaining
n=4:
There are n^2=16 trees in total
Botanist studies 2n+1=9 trees everyday
Last day=7
n=6:
There are n^2=36 trees in total
Botanist studies 2n+1=13 trees everyday
Last day=36-(13trees x 2days)=10 (10 is the remainder when 36 is divided by 13);
Note that (13trees x 3days) is bigger than 36
n=8:
There are n^2=64 trees in total
Botanist studies 2n+1=17 trees everyday
Last day=64-(17trees x 3days)=13 (13 is the remainder when 64 is divided by 17);
Note that (17trees x 4days) is bigger than 64
n=10:
There are n^2=100 trees in total
Botanist studies 2n+1=21 trees everyday
Last day=100-(21trees x 4days)=16 (16 is the remainder when 100 is divided by 21);
Note that (21trees x 5days) is bigger than 100
...
Last days = {4, 7, 10, 13, 16, ... } = {4, (4+3), (4+3*2), (4+3*3), (4+3*4), ... } =
= 4 + {0, 3, (3*2), (3*3), (3*4), ... } = 4 + 3*{0, 1, 2, 3, 4, ... } = 4+3n
A. 13 = 4+3*3 -- OK -- NOT THE ANSWER
B. 28 = 4+3*8 -- OK -- NOT THE ANSWER
C. 17 CANNOT BE WRITTEN AS 4+3n -- THIS IS THE ANSWER
D. 31
E. 79