Sagot :
Answer:
Given sequence 5,19,33,47,_
/* By observing the sequence, we can find the following pattern */
First term = 5
Second term = 5 + 14 = 19
Third term = 19 + 14 = 33
Fourth term = 33 + 14 = 47
Next term = 47 + 14 = 61
Therefore.,
Required term = 61