Recurrence Relationshard
0:00.0

A pool is filled by a pipe whose flow rate follows a recurrence: the volume added at minute nn is vn=vn1+vn2v_n = v_{n-1} + v_{n-2}, where v1=1,v2=1v_1=1, v_2=1 (Fibonacci sequence). If the pool capacity is v10v_{10}, calculate the total volume after 10 minutes.