SOLUTION: What is the next number of this series 0,1,5,32,48,?
Algebra
->
Sequences-and-series
-> SOLUTION: What is the next number of this series 0,1,5,32,48,?
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 1083236
:
What is the next number of this series 0,1,5,32,48,?
Answer by
natolino_2017(77)
(
Show Source
):
You can
put this solution on YOUR website!
By simple inspection, the series would be.
a1 = 0.
a(n+1) = a(n) + n^2.
a(6) = a(5)+ (5^2) = 48 + 25 = 73.
@natolino_