Asked by john
                find the fith term (a5) of the sequence with the first term a1=10 and for whic each succwssive term is three tenths of the previous
            
            
        Answers
                    Answered by
            Damon
            
    A1 = 10
A2 = .3*10
A3 = .3^2 * 10
A4 = .3^3 * 10
An = .3(n-1) * 10
A5 = .3^4 * 10
    
A2 = .3*10
A3 = .3^2 * 10
A4 = .3^3 * 10
An = .3(n-1) * 10
A5 = .3^4 * 10
                                                    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.