The first three terms of a sequence are $3,7,11$. What is the first term to exceed 200?
Here's what I've done so far:
Common difference: $T_2-T_1 = 7-3=4.$
$200 + 4=204$
Therefore $204$ is the first term to exceed $200$. But when I substitute: $204=3+(n-1)4$
$204=3+4n-4$
$204=-1+4n$
$204+1=4n$
$205/4=n$
$n=51.25$
It doesn't seem right! What am I doing wrong?
We've already derived the (correct) formula $$T_n := 3 + 4 (n - 1)$$ for the $n$th term of the sequence, and we want to find the smallest $n$ for which $T_n > 200$. Substituting our formula and rearranging gives the (equivalent) inequality $$n > \tfrac{201}{4}.$$ What is the smallest integer $n$ that satisfies this?