The pattern is as follows - 3, 8, 13, 18,...
Given, a series 3, 8, 13...
We have to find the next term of the pattern.
3, 8, 13... is a Fibonacci series.
In the Fibonacci series, the next number is the sum of the preceding two numbers.
Let's find the difference between the 2nd and the 1st term, we get 8 - 3 = 5.
Similarly, find the difference between the 3rd and 2nd terms.
Let's suppose the next term is Y, then according to the pattern,
Y - 13 = 5
Y = 13 + 5
or, Y = 18
To learn more about the Fibonacci series or patterns, visit: https://brainly.com/question/24151144
#SPJ9