Answer:
Rate of change = 2 & Initial value = -1
Use the equation
A= 2(wl +hl +hw)
Where
w is width
h is height
l is length
Answer:
d(4) = 64
Step-by-step explanation:
Using the recursive formula
d(n) = d(n - 1) + 17 with d(1) = 13, then
d(2) = d(1) + 17 = 13 + 17 = 30
d(3) = d(2) + 17 = 30 + 17 = 47
d(4) = d(3) + 17 = 47 + 17 = 64