Difference between revisions of "CSC212 Final Exam 2014"
Line 73: | Line 73: | ||
=Problem #8= | =Problem #8= | ||
<br /> | <br /> | ||
− | * Assume that we have this series: 1, 1, 1, 3, 5, 9, 17, 31, 57, etc. Each term is the sum of the previous 3. The 0<sup>th</sup> term is 1, the 1<sup>st</sup> is 1, the 2<sup>nd</sup> is 1, the 3<sup>rd</sup> is 3, etc. | + | * Assume that we have this series: 1, 1, 1, 3, 5, 9, 17, 31, 57, etc. Each term is the sum of the previous 3, except for the first three terms, which are all equal to 1. When identifying them, we start with the first term being the 0<sup>th</sup> one. In other words, The 0<sup>th</sup> term is 1, the 1<sup>st</sup> is 1, the 2<sup>nd</sup> is 1, the 3<sup>rd</sup> is 3, etc. |
* The 73rd term is 9088947301592921387. True or False? | * The 73rd term is 9088947301592921387. True or False? | ||
− | * The 70th term is | + | * The 70th term is 1460714212526492817. True or False? |
<br /> | <br /> |