#This is Series and i need help in these 2 questions for hw
69 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
also like plz send pic of calculation if u can
Note that the sum of first powers from 1 to n is n(n + 1)/2 and the sum of squares from 1 to n^2 is n(n + 1)(2n + 1)/6. You can prove by induction, by solving a recurrence relation, etc. Whatever you prefer.
As for the second one, you can analyze this sequence using differences. That will allow you to find its formula.
I've tried but i keep getting the wrong answer
Can you show what you did?
i asked chatgpt
Uh...
yea ik
Don't do that. Try doing it yourself.
We are evaluating the sum of k^2 + k. Where did the 1 come from?
Try it yourself. I mean, you just wrote an erroneous 1, so do it without it.
okayyy
The approach is correct, you just included 1 accidentally.
No. The approach is correct, but the answer isn't.
Your current answer isn't even one of the options, though...
uh i showed u?
What you showed is incorrect. Show the corrected solution.
oh like answer key?
No.
Your answer here is incorrect, and it's not even one of the options.
Yeah, if it's that, then that's correct. The general term is a(n) = n^2 + n + 1, and the sum is S(n) = (1/3)n(n^2 + 3n + 5).
What about the first, then?
What's the problem, though? It's the same as the second one, but with an even simpler term: a(n) = n^2 + n.
The approach is exactly the same.
What did you get?