Answer:

 

1.

Term #

1

2

3

4

5

6

7

8

Width

3 4 5 6 7 8 9 10

Length

6

8

10

12

14

16

18

20

 

 

 

2.      Width = n + 2, where n is the term of the rectangle. 

Using recursive notation, the width would be now plus one with the first Now being 3.

 

3.      Length = 2n + 4, where n is the term of the rectangle.  This is the width doubled or 2(n + 2).   

     Using recursive notation, the length would be Now plus 2 with the first Now being 6.