Not all roles available for this page.
Sign in to view assessments and invite other educators
Sign in using your existing Kendall Hunt account. If you don’t have one, create an educator account.
Take a piece of paper with length 8 inches and width 10 inches, cut it in half, and then stack the pieces. Repeat this process, each time cutting the pieces in half and stacking them.
Let
|
|
|
|---|---|
| 0 | 80 |
| 1 | 40 |
| 2 | 20 |
| 3 | 10 |
| 4 | 5 |
This sequence starts with
Write a recursive definition for
Kiran takes a piece of paper with length 8 inches and width 10 inches and cuts away 1 inch of the width. He keeps repeating this cut.
| 0 | 80 |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 |
A Sierpinski triangle can be created by starting with an equilateral triangle, breaking the triangle into 4 congruent equilateral triangles, and then removing the middle triangle. Starting from a single black equilateral triangle, here are the first four steps:
Here’s an arithmetic sequence
While defining a sequence recursively works to calculate the current term from the previous term, if we wanted to calculate, say,
Since we know that each term has an increasing number of fours, we could write the terms of
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 |
Looking carefully at the pattern in the table, we can say that for the
Geometric sequences behave the same way, but with repeated multiplication. The geometric sequence