For the following sequence, which description shows the relationship between a term and n, its position in the sequence? 3,5,7,9,11.... A-Multiply by 2 and then subtract1 B-Multiply n by2 an then add1 C-Multiply n by 1 I believe it is b
2 answers
did I pick the right one?
The sequence is determined by
term(n) = 2n + 1
which matches b) , so, yes you are right.
term(n) = 2n + 1
which matches b) , so, yes you are right.