

InterviewSolution
Saved Bookmarks
1. |
Determine whether(t_n) is an arithmetic sequence if:t_n=an+b |
Answer» <html><body><p></p>Solution :`t_n=an+brArrt_(n+1)=a(n+1)+b` Now `t_(n+1)-t_a={a(n+1)+b}-{an+b}=a` (constant)<br/> `<a href="https://interviewquestions.tuteehub.com/tag/therefore-706901" style="font-weight:bold;" target="_blank" title="Click to know more about THEREFORE">THEREFORE</a>(t_n)` is an <a href="https://interviewquestions.tuteehub.com/tag/arithmetic-15417" style="font-weight:bold;" target="_blank" title="Click to know more about ARITHMETIC">ARITHMETIC</a> <a href="https://interviewquestions.tuteehub.com/tag/sequence-1201556" style="font-weight:bold;" target="_blank" title="Click to know more about SEQUENCE">SEQUENCE</a>.</body></html> | |