Subjects algebra

Nth Term Rule F018Da

Step-by-step solutions with LaTeX - clean, fast, and student-friendly.

Use the AI math solver

1. **State the problem:** Find a formula for the nth term $a_n$ of the sequence: 4, 7, 12, 19, 28, 39. 2. **Analyze the sequence:** Calculate the differences between consecutive terms: $$7-4=3, \quad 12-7=5, \quad 19-12=7, \quad 28-19=9, \quad 39-28=11$$ These first differences are: 3, 5, 7, 9, 11. 3. **Check second differences:** Calculate differences of the first differences: $$5-3=2, \quad 7-5=2, \quad 9-7=2, \quad 11-9=2$$ The second differences are constant and equal to 2. 4. **Interpretation:** Constant second differences indicate the sequence is quadratic, so $a_n$ has the form: $$a_n = An^2 + Bn + C$$ 5. **Use known terms to find $A$, $B$, and $C$:** Set up equations using $n=1,2,3$: $$a_1 = A(1)^2 + B(1) + C = A + B + C = 4$$ $$a_2 = 4A + 2B + C = 7$$ $$a_3 = 9A + 3B + C = 12$$ 6. **Solve the system:** Subtract first from second: $$\cancel{4A} + 2B + C - (\cancel{A} + B + C) = 7 - 4 \Rightarrow 3A + B = 3$$ Subtract second from third: $$9A + 3B + C - (4A + 2B + C) = 12 - 7 \Rightarrow 5A + B = 5$$ 7. **Subtract these two new equations:** $$(5A + B) - (3A + B) = 5 - 3 \Rightarrow 2A = 2 \Rightarrow A = 1$$ 8. **Find $B$:** $$3(1) + B = 3 \Rightarrow B = 0$$ 9. **Find $C$:** $$A + B + C = 4 \Rightarrow 1 + 0 + C = 4 \Rightarrow C = 3$$ 10. **Final formula:** $$a_n = n^2 + 3$$ 11. **Verification:** For $n=4$, $$a_4 = 4^2 + 3 = 16 + 3 = 19$$ which matches the sequence. **Answer:** $$\boxed{a_n = n^2 + 3}$$