题目
Bn=(−1)n∗n+3 for all integers n ≥ 1. What is the 9th term of the sequence?
解析
数列通项公式为\( B_n = (-1)^n \times n + 3 \)
要求第9项,将\( n \)替换为9代入公式:
\[
\begin{align*}
B_9 &= (-1)^9 \times 9 + 3 \\
&= -1 \times 9 + 3 \\
&= -9 + 3 \\
&= -6
\end{align*}
\]
所以答案是B