So, as I tried to solve this questions I used the following : $\newcommand{\aa}{\mathbf{a}}$ $\aa_1 =1,~~ \aa_2 = 1$ and we know that in Fibonacci sequence, $\aa_n = \aa_{n-1} +\aa_{n-2}. $ Hence, $\aa_3 = 2,~~ \aa_4 = 3,~~ \aa_5 = 5,~~ \aa_6 = 8$
We notice an Odd Odd Even pattern starting from $\aa_1$. Since we are assuming $100$ terms, we take $100/3$, which approximates to $33.333$ (do we round this off to 33?) Proceeding this way we know that there is one even in each of these $33$ terms. Thus, number of even terms = $33$.
So, odd terms $= 100 - 33 = 67$.
Is this the correct approach to this question?