John C. answered 11/26/20
The Problem Solver
The sequence 8, 12, 16, ..., 64 seems to be an arithmetic progression with difference 4, so the general term will be tn = c + 4n. When n = 1, c + 4 = 8, so c = 4. When tn = 64, we have 4n = 64 - 4 = 60, so n = 15.
So the answers are A = 15, B = 4 + 4n
John C.
The line 56 = 4n - 1 is not correct - should be 4n - 4. Because of this, your bottom line is incorrect.11/26/20