8. The number of ways to buy n dollars of tickets is represented by an, if only 1-dollar and 2-dolla
問題詳情
8. The number of ways to buy n dollars of tickets is represented by an, if only 1-dollar and 2-dollar bills can be used. What of the following can be therecurrence relation for our question? (initial condition: a0 =1;a1 = 1;) (A)