the ? says "find the next 2 terms of the sequence. 1. 3n+1 2. 4n-2 How do I figure out what the next terms are?

it appears to me that each consecutive term adds n-3 to the prior term.

To find the next terms of a sequence given by 3n+1 and 4n-2, you need to substitute the value of "n" with consecutive numbers and evaluate the respective expressions.

For the sequence 3n+1:
1. When n = 1, the term becomes 3(1) + 1 = 4.
2. When n = 2, the term becomes 3(2) + 1 = 7.

So, the next two terms of the sequence 3n+1 are 4 and 7.

For the sequence 4n-2:
1. When n = 1, the term becomes 4(1) - 2 = 2.
2. When n = 2, the term becomes 4(2) - 2 = 6.

Therefore, the next two terms of the sequence 4n-2 are 2 and 6.

By substituting consecutive values for "n" and evaluating the expressions, you can determine the next terms of any given sequence.