Answer:
Investigating the sequence it can be deduced that the next in the sequence is 34791112
Explanation:
What is sequence?
Sequence refers to arrangement of list of numbers following a specific pattern.
Once the pattern of arranging a sequence is established other numbers in the sequence can be generated.
How to generate the next number in the sequence
the given data from the question include:
2,2,5,12,62,749,46450
The pattern in the sequence is
third term * 2nd term + first term
third term = 5
2nd term = 2
first term = 2
5 * 2 + 2 = 12
similarly using same pattern gives
12 * 5 + 2 = 62
62 * 12 + 5 = 749
749 * 62 + 12 = 46450
46450 * 749 + 62 = ?
? = 34791112
THANKS