Asked by Patrick
                What are the first five terms for t(1)=5, t(n+1)=t(n)+3?
            
            
        Answers
                    Answered by
            mathhelper
            
    t(1)=5, t(n+1)=t(n)+3
t(1) = 5
t(2) = t(1) + 3 = 5+3 = 8
t(3) = t(2) + 3 = 8+3 = 11
....
....
carry on
    
t(1) = 5
t(2) = t(1) + 3 = 5+3 = 8
t(3) = t(2) + 3 = 8+3 = 11
....
....
carry on
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.