1. Number Series example ( Enter your problem )
  1. Number series using difference table
  2. Multiplication type series
  3. Mixed type series (*a+b)
  4. Square, Cube, Power series
  5. Combination of 2 or 3 or 4 series
  6. Previous 2 or 3 terms addition, multiplicaiton series
  7. Prime numbers series
  8. Prime numbers addition, multiplicaiton series
  9. 2 or 3 digits group series
  10. `n^3-n^2` type series
  11. Reverse of the square, cube, prime type series
  12. Each number digits are `a^2b^2` format
  13. Special series-1
  14. Special series-2
  15. `x^2,x^3` alternate type series
  16. 3 or 4 term repeat series
  17. Number Pattern series
  18. Multiplication by `1/2,1/3` type series
  19. `a/b` pattern series
  20. Special series-3
Other related methods
  1. Number Series
  2. Alphabate series
  3. Missing Letter Series

2. Multiplication type series
(Next example)

1. Number series using difference table





Number Series :
For given sequence, you have to find next numbers of that sequence.

How to solve :
First You have to identify the pattern of current sequence.
Most of sequence can be solved easily by taking differences of consecutive two numbers.

Some series may be
  • Even, Odd series
  • Difference is common number (Arithemetic progression)
  • Multiplication by common number (Geometric progression)
  • Prime series
  • Square series
  • Cube series
  • Some Power series
  • Fibonacci series
  • Factorial series
  • Rotate each digit
  • and many more...

Some of the examples
Difference is common number

1. Find next number in the sequence `1,3,5,7,9`

13579 11 
`+`2`+`2`+`2`+`2 `+`2 


`:.` The next number for given series `1,3,5,7,9` is `11`

Solution-1
General polynomial is `2x-1`



2. Find next number in the sequence `2,4,6,8`

2468 10 
`+`2`+`2`+`2 `+`2 


`:.` The next number for given series `2,4,6,8` is `10`

Solution-1
General polynomial is `2x`



3. Find next number in the sequence `7,12,19,28,39`

712192839 52 
`+`5`+`7`+`9`+`11 `+`13 
`+`2`+`2`+`2 `+`2 


`:.` The next number for given series `7,12,19,28,39` is `52`

Solution-1
General polynomial is `x^2+2x+4`



4. Find next number in the sequence `8,15,24,39,64`

815243964 103 
`+`7`+`9`+`15`+`25 `+`39 
`+`2`+`6`+`10 `+`14 
`+`4`+`4 `+`4 


`:.` The next number for given series `8,15,24,39,64` is `103`

Solution-1
General polynomial is `0.6667x^3-3x^2+11.3333x-1`




This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here



2. Multiplication type series
(Next example)





Share this solution or page with your friends.


 
Copyright © 2023. All rights reserved. Terms, Privacy
 
 

.