Here is a growing pattern of squares:
Step 1
Step 2
Step 3
Select all the definitions that represent the number of squares in Step n.
f(n) = 3n+ 5 for n > 1
f(n)=3+8(n-1) for n > 1
f(1) = 8, f(n)=3+ f(n-1) for n > 2
f(1) = 8. f(n) = 8 + f(n-1)for n > 2
f(n)=8+3 (n-1) for n > 1
f(n)=3+ 8n for n > 1

Here is a growing pattern of squares Step 1 Step 2 Step 3 Select all the definitions that represent the number of squares in Step n fn 3n 5 for n gt 1 fn38n1 fo class=