Concept:
In a Fibonacci sequence, each term is the sum of the two preceding terms:
\[
F_n = F_{n-1} + F_{n-2}
\]
Step 1: Use the given terms.
\[
F_{13} = 144,\quad F_{14} = 233
\]
Step 2: Find the \( 15^{\text{th}} \) term.
\[
F_{15} = F_{14} + F_{13} = 233 + 144 = 377
\]
Thus, the \( 15^{\text{th}} \) term is 377.