Dark03
contestada

A theater needs to place seats in rows. The function, f(r) as shown below can be used to determine the number of seats in each row, where r is the row number.
f(1) = 8
f(r) = f(r – 1) + 3
Use the function to complete the table indicating the number of seats in each row for the first four rows of the theater.