Respuesta :
[tex]t_n[/tex] are the Fibonacci numbers,
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, ...
Taken modulo 7, we get the sequence
0, 1, 1, 2, 3, 5, 1, 6, 0, 6, 6, 5, 4, 2, 6, 1, ...
that repeats with period 16 (this is known as the 7th Pisano period).
This is to say,
[tex]t_a\equiv t_{16n+5}\equiv t_5\equiv5\pmod7[/tex]
[tex]t_b\equiv t_{16n+10}\equiv t_{10}\equiv6\pmod7[/tex]
[tex]t_c\equiv t_{16n+15}\equiv t_{15}\equiv1\pmod7[/tex]
so that
[tex](t_a+t_b+t_c)\equiv(5+6+1)\equiv\boxed5\pmod7[/tex]