Hit and trial method -
If S4 is 5, then it will follow the second equation for S5 as 5 is not divisible by 4.
So, S5 = S4 + 3 = 5+3 = 8.
Since S5 = 8 is divisible by 4, it will follow equation 1 for S6.
S6 = S5 + 2 = 8 + 2 = 10.
10 is not in the options, hence, not correct.
If S4 is 8, then, for S5, it will follow equation 1 as 8 is divisible by 4.
So, S5 = S4 + 2 = 8+2 = 10.
Since S5 is not divisible by 4, it will follow equation 2 for S6.
S6 = S5 + 3 = 10 + 3 = 13.
S4 = 8, S6 = 13.
Bunuel
12 Days of Christmas 2024 - 2025 Competition with $40,000 of Prizes
A sequence of integers is defined using the following logic: If \(s_n\) is divisible by 4, then \(s_{n+1} = s_n + 2\). If \(s_n\) is not divisible by 4, then \(s_{n+1} = s_n + 3\).
Select values for \(s_4\) and \(s_6 \)that are jointly consistent with these conditions. Make only two selections, one in each column.