5. Combination of 2 or 3 or 4 series
1. Find next 3 numbers in the sequence `16,4,14,12,12,36,10`
I.`:.` The next number for given series `16,14,12,10,8` is `6`
II.4 | | 12 | | 36 | | 108 | | 324 | | `xx`3 | | `xx`3 | | `xx`3 | | `xx`3 |
`:.` The next number for given series `4,12,36,108` is `324`
The given sequence 16,4,14,12,12,36,10 is a combination of 2 series
I. `16,14,12,10`
II. `4,12,36`
Next possible number in the given sequence I. `16,14,12,10` are `8,6`
Next possible number in the given sequence II. `4,12,36` are `108,324`
`:.` The next 3 number for given series `16,4,14,12,12,36,10` are `108,8,324`
Solution-1
2. Find next 3 numbers in the sequence `0,4,6,3,7,9,6,10,12`
The given sequence 0,4,6,3,7,9,6,10,12 is a combination of 3 series
I. `0,3,6`
II. `4,7,10`
III. `6,9,12`
Next possible number in the given sequence I. `0,3,6` are `9`
Next possible number in the given sequence II. `4,7,10` are `13`
Next possible number in the given sequence III. `6,9,12` are `15`
`:.` The next 3 number for given series `0,4,6,3,7,9,6,10,12` are `9,13,15`
Solution-1
3. Find next 3 numbers in the sequence `0,31,32,63,1,30,33,62,2,29,34,61`
The given sequence 0,31,32,63,1,30,33,62,2,29,34,61 is a combination of 4 series
I. `0,1,2`
II. `31,30,29`
III. `32,33,34`
IV. `63,62,61`
Next possible number in the given sequence I. `0,1,2` are `3`
Next possible number in the given sequence II. `31,30,29` are `28`
Next possible number in the given sequence III. `32,33,34` are `35`
Next possible number in the given sequence IV. `63,62,61` are `60`
`:.` The next 3 number for given series `0,31,32,63,1,30,33,62,2,29,34,61` are `3,28,35`
Solution-1
This material is intended as a summary. Use your textbook for detail explanation. Any bug, improvement, feedback then
|