The sequence of real numbers a1,a2,a3,… satisfies an+1=4an+1 for natural number n and a4=85. The value of n such that an is divisible by 5 is ....
Explanation
Given the recursive formula an+1=4an+1 and a4=85.
We want to find the divisibility pattern of an by 5. Let's calculate the first few terms modulo 5.
First, let's find a3,a2, and a1:
a4=85⟹a4≡0(mod5)
a4=4a3+1⟹85=4a3+1⟹84=4a3⟹a3=21
a3=21⟹a3≡1(mod5)
Continue backwards to a2:
a3=4a2+1⟹21=4a2+1⟹20=4a2⟹a2=5
a2=5⟹a2≡0(mod5)
Continue backwards to a1:
a2=4a1+1⟹5=4a1+1⟹4=4a1⟹a1=1
a1=1⟹a1≡1(mod5)
The pattern of remainders when an is divided by 5 is:
- a1≡1
- a2≡0 (divisible by 5)
- a3≡1
- a4≡0 (divisible by 5)
It appears that an is divisible by 5 if and only if n is an even number.
Let's check the available options:
- 1 (Odd)
- 29 (Odd)
- 73 (Odd)
- 364 (Even)
- 473 (Odd)
The only even number among the choices is 364.
Thus, the value of n such that an is divisible by 5 is 364.