Number Series – Revision Notes (≈1 300 words)
Tailored for JKSSB Social Forestry Worker – Basic Reasoning Section
1. Why Number Series Matter
- Scoring Potential: 3‑5 questions per paper, each worth 1–2 marks.
- Skill Tested: Logical thinking, pattern‑recognition, quick mental calculation.
- Time Saver: Once you recognise the underlying rule, the answer is almost instantaneous.
2. Core Concept Checklist
| Concept | What to Look For | Typical Formula / Rule | Quick‑Check Tip |
|---|---|---|---|
| Arithmetic Progression (AP) | Constant difference between consecutive terms | \(a_{n}=a_{1}+(n-1)d\) | Subtract any two neighbours → if same, it’s AP |
| Geometric Progression (GP) | Constant ratio between consecutive terms | \(a_{n}=a_{1}\cdot r^{\,n-1}\) | Divide any term by its predecessor → if same, it’s GP |
| Difference of Differences (2nd‑order AP) | First differences form an AP | Compute \(Δ_1 = a_{n+1}-a_{n}\); then \(Δ_2 = Δ_{1, n+1}-Δ_{1,n}\) constant | If second‑difference constant → quadratic pattern |
| Square / Cube Series | Terms are \(n^2\) or \(n^3\) (or shifted) | \(a_n = n^2\) or \(n^3\) (± constant) | Check if √ or ∛ of term is integer (or near‑integer) |
| Prime / Composite Series | Terms follow prime numbers, or composites, or skip‑primes | List of primes: 2,3,5,7,11… | If all terms are odd >2 and not divisible by 3,5,7… suspect primes |
| Fibonacci‑type | Each term = sum of two preceding terms | \(a_n = a_{n-1}+a_{n-2}\) | Look for additive relation spanning two steps |
| Alternating / Mixed | Two (or more) sub‑sequences interleaved | Separate odd‑position and even‑position terms | Write series in two rows; each row often follows a simple rule |
| Factorial / Power Series | Terms involve \(n!\) or \(a^n\) | \(a_n = n!\) or \(a^n\) (± constant) | Rapid growth (>10×) hints at factorial or exponent |
| Letter‑Number Hybrid | Digits represent positions of letters (A=1, B=2…) | Convert letter ↔ number, then apply any of the above | Useful when series contains letters mixed with numbers |
Mnemonic to remember the order of checks:
“A GP D S P F A L” → Arithmetic, Geometric, Difference‑of‑Differences, Square/Cube, Prime/Composite, Factorial, Alternating, Letter‑Number
3. Step‑by‑Step Solving Strategy (≈30‑second routine)
- Glance – Note the first 4‑5 terms.
- Calculate First Differences (\(Δ_1\)).
- If constant → AP.
- If not, go to step 3. 3. Calculate Ratio (\(r = a_{n+1}/a_n\)).
- If constant → GP.
- If not, go to step 4.
- Second Differences (\(Δ_2\)).
- If constant → Quadratic (n², n³, or shifted).
- If not, go to step 5.
- Test for Squares / Cubes – take √ or ∛ of each term.
- If results are integers (or follow a simple AP) → Square/Cube series.
- If not, go to step 6.
- Prime / Composite Check – Are all terms prime? Are they all odd >2?
- If yes → Prime series (maybe with a constant add/subtract).
- If not, go to step 7.
- Fibonacci Test – Does each term ≈ sum of two previous?
- If yes → Fibonacci‑type.
- If not, go to step 8.
- Separate Odd/Even Positions – Write two subsequences.
- If each subsequence fits any of the above → Alternating/Mixed.
- If still unclear, consider Factorial, Letter‑Number, or custom patterns.
Tip: If the series grows very fast ( >10× between terms), jump straight to factorial/exponential checks.
4. Common Patterns with Examples & Shortcuts
4.1 Arithmetic Progression (AP)
- Rule: \(a_n = a_1 + (n-1)d\)
- Example: 7, 13, 19, 25, ? → \(d = 6\) → next = 31
- Shortcut: Difference between any two consecutive terms = answer‑increment.
4.2 Geometric Progression (GP)
- Rule: \(a_n = a_1·r^{n-1}\)
- Example: 3, 9, 27, 81, ? → \(r = 3\) → next = 243
- Shortcut: Multiply last term by the common ratio (found by dividing any term by its predecessor).
4.3 Difference of Differences (Quadratic)
- Rule: Second difference constant → term follows \(an^2+bn+c\).
- Example: 2, 6, 12, 20, 30, ?
- \(Δ_1\): 4, 6, 8, 10 → \(Δ_2\): 2,2,2 (constant) → quadratic.
- Solve: \(a_n = n^2 + n\) → for n=6 → 36+6=42.
- Shortcut: When \(Δ_2\) is constant, the next term = last term + last \(Δ_1\) + \(Δ_2\).
4.4 Square / Cube Series
- Square: \(a_n = n^2\) (or \(n^2 ± k\))
- Example: 1,4,9,16,25 → next = 36 (6²).
- Cube: \(a_n = n^3\) (or \(n^3 ± k\))
- Example: 1,8,27,64,125 → next = 216 (6³).
- Shifted Squares: Subtract/add a constant after squaring.
- Example: 3,7,13,21,31 → these are \(n^2+2\) (1²+2=3, 2²+2=6? actually 2²+2=6 not 7) → check: \(n^2+n+1\) gives 3,7,13,21,31 → next = 43 (6²+6+1).
4.5 Prime / Composite Series
- Pure Prime: 2,3,5,7,11,13 → next = 17.
- Prime + Constant: 5,8,11,14,17 → each prime +3? Actually 2+3=5, 3+3=6? Not correct. Better example: 5,7,11,13,17 → these are primes skipping every other prime → pattern: add 2,4,2,4… → next = 19 (+2).
- Composite Series: 4,6,8,9,10,12,14,15… (all non‑primes).
4.6 Fibonacci‑type
- Rule: \(a_n = a_{n-1}+a_{n-2}\)
- Example: 0,1,1,2,3,5,8,13 → next = 21.
- Variation: Multiply before adding (e.g., \(a_n = a_{n-1}+2·a_{n-2}\)).
4.7 Alternating / Mixed Series
- Method: Split into two subsequences.
- Example: 2, 5, 3, 6, 4, 7, ?
- Odd positions: 2,3,4,? → AP (+1) → next odd =5.
- Even positions:5,6,7,? → AP (+1) → next even =8.
- Since the missing term is at position 7 (odd) → answer =5.
4.8 Factorial / Exponential
- Factorial: 1,2,6,24,120 → next =720 (6!).
- Exponential (base 2): 2,4,8,16,32 → next =64.
- Combined: 1,2,6,24,120,720 → factorial; if each term is divided by its position you get 1,1,2,6,24,120 → still factorial.
4.9 Letter‑Number Hybrid – Convert letters to numbers (A=1…Z=26) then apply any of the above.
- Example: A, C, F, J, ? → 1,3,6,10,? → these are triangular numbers \(n(n+1)/2\) → next =15 → O.
5. Quick Reference Tables
Table 1: Pattern‑Identification Flowchart (Symbols)
| Step | Observation | Action |
|---|---|---|
| 1 | \(a_{n+1}-a_n = d\) (same) | AP → answer = last term + d |
| 2 | \(a_{n+1}/a_n = r\) (same) | GP → answer = last term × r |
| 3 | \(Δ_2 = (a_{n+2}-a_{n+1})-(a_{n+1}-a_n)\) constant | Quadratic → use \(Δ_1\) + \(Δ_2\) |
| 4 | √ or ∛ of terms yields integers (or follows AP) | Square / Cube |
| 5 | All terms are prime (or follow prime‑skip rule) | Prime |
| 6 | Each term ≈ sum of two previous | Fibonacci |
| 7 | Odd/even positions each follow a simple rule | Alternating |
| 8 | Growth >10× per step or terms look like 1,2,6,24… | Factorial / Exponential |
| 9 | Contains letters → convert to numbers → repeat steps | Letter‑Number |
Table 2: Common Constants & Their Sources
| Constant | Appears in | Example Series |
|---|---|---|
| 2 | Adding/subtracting, doubling | 2,4,6,8… (AP, d=2) |
| 3 | Tripling, GP ratio | 3,9,27… (GP, r=3) |
| 4 | Squares of even numbers | 4,16,36,64… ( (2n)² ) |
| 5 | Prime skipping pattern | 5,11,17,23… ( +6 ) |
| 6 | Difference of differences in quadratic | 2,6,12,20… (Δ₂=2) |
| 7 | Often appears in mixed series | 1,8,15,22… (AP d=7) |
| 8 | Cube of 2, power of 2³ | 8,64,512… ( (2n)³ ) |
| 9 | Square of 3, triple‑square | 9,36,81… ( (3n)² ) |
| 10 | Base‑10 shift | 10,20,30… (AP d=10) |
| 12 | Factorial step (3!) | 6,24,120… ( n! for n≥3 ) |
| 15 | Triangular numbers | 1,3,6,10,15… |
| 16 | Power of 2⁴, 4² | 16,256,4096… (2^{4n}) |
| 24 | 4! | 24,120,720… ( (n+3)! ) |
| 25 | 5² | 25,100,225… ( (5n)² ) |
| 27 | 3³ | 27,216,729… ( (3n)³ ) |
| 30 | 5×6, LCM of 2,3,5 | 30,60,90… (AP d=30) |
| 36 | 6², triangular×2 | 36,144,324… ( (6n)² ) |
| 64 | 4³, 2⁶, 8² | 64,512,4096… ( (4n)³ ) |
| 120 | 5! | 120,720,5040… ( (n+4)! ) |
Memorise: 2,3,5,7 are the first four primes; 4,9,16,25 are squares; 8,27,64,125 are cubes; 6,24,120,720 are factorials.
6. Mnemonics & Memory Aids
| Mnemonic | What It Helps Recall | How to Use |
|---|---|---|
| “A GP D S P F A L” (see Section 2) | Order of pattern checks | Scan series; if first test fails, move to next letter. |
| “SQUARE‑CUBE‑FACTORIAL” (SCF) | Rapid‑growth families | If term > 100 after 3 steps, think SCF. |
| “PRIME‑ODD‑SKIP” | Prime‑based series | If all terms odd >2, test prime or prime‑skip. |
| “FIB‑ADD‑TWO” | Fibonacci‑type | If each term ≈ sum of two predecessors, think Fibonacci. |
| “ODD‑EVEN SPLIT” | Alternating series | Write terms in two rows; each row often AP/GP. |
| “LETTER‑TO‑NUMBER” | Hybrid series | Convert A→1, B→2… then re‑apply any of the above. |
| “ΔΔ = CONSTANT → QUADRATIC” | Second‑difference constant | Quick check: compute two‑level differences. |
| “RATIO = SAME → GP” | Geometric progression | Divide consecutive terms; if identical, GP. |
| “DIFF = SAME → AP” | Arithmetic progression | Subtract consecutive terms; if identical, AP. |
| “SQUARE‑ROOT = INTEGER → SQUARE” | Square series | Take √; if integer (or follows AP), square pattern. |
| “CUBE‑ROOT = INTEGER → CUBE” | Cube series | Same as above with ∛. |
| “FACTORIAL GROWTH = SUPER‑FAST” | Factorial/exponential | If ratio between terms keeps increasing (e.g., 2,6,24,120…), think factorial. |
7. Practice Problems (with Solutions) – “Do‑It‑Now”
Instructions: Solve each in ≤30 seconds using the flowchart. Answers are given after each set for self‑check.
Set 1 – Easy (AP/GP)
- 5, 9, 13, 17, ?
- 3, 12, 48, 192, ?
- 10, 20, 40, 80, ?
Answers
- \(d=4\) → 21
- \(r=4\) → 768
- \(r=2\) → 160
Set 2 – Quadratic (Δ₂ constant)
- 1, 4, 9, 16, 25, ?
- 2, 7, 14, 23, 34, ?
- 0, 3, 8, 15, 24, ?
Answers
- Squares: \(6^2=36\)
- Compute Δ₁: 5,7,9,11 → Δ₂: 2,2,2 → next Δ₁ = 13 → 34+13 = 47
- Δ₁: 3,5,7,9 → Δ₂:2,2,2 → next Δ₁=11 → 24+11=35
Set 3 – Prime / Composite
- 2, 5, 11, 17, 23, ?
- 4, 6, 8, 9, 10, 12, 14, 15, ?
Answers
- These are primes skipping every other prime: 2(+3)=5,5(+6)=11,11(+6)=17,17(+6)=23 → next +6 = 29
- List of composite numbers (non‑primes) in order → after 15 comes 16
Set 4 – Fibonacci‑type
- 1, 1, 2, 3, 5, 8, 13, ?
- 2, 3, 5, 8, 13, 21, ?
Answers
- Next = 21
- Next = 34 (standard Fibonacci)
Set 5 – Alternating / Mixed
- 1, 4, 2, 5, 3, 6, ?
- 10, 7, 12, 9, 14, 11, ?
Answers
- Odd positions: 1,2,3,? → AP +1 → 4 → answer = 4 (since term 7 is odd).
- Split: Odd:10,12,14,? → AP +2 → 16 ; Even:7,9,11,? → AP +2 → 13. Missing term is at position 7 (odd) → answer = 16.
Set 6 – Factorial / Exponential
- 1, 2, 6, 24, 120, ?
- 2, 4, 8, 16, 32, ?
- 3, 9, 27, 81, ?
Answers
- 720 (6!) 14. 64 (2⁶)
- 243 (3⁵)
Set 7 – Letter‑Number Hybrid
- A, D, G, J, ?
- B, E, H, K, ?
Answers 16. Convert: 1,4,7,10 → AP +3 → next =13 → M
- 2,5,8,11 → AP +3 → next =14 → N
8. Exam‑Day Tips
| Situation | Action |
|---|---|
| You see a series of 4‑5 terms | Immediately write down the first differences. |
| Differences look irregular | Check ratios; if still irregular, go to second differences. |
| Numbers are huge ( > 1000 after 3 steps) | Think factorial, exponential, or power series. |
| Series contains letters | Convert to numbers first – treat as a pure number series. |
| Time is running low | Pick the most “obvious” pattern (AP, GP, squares). If it fits, answer; otherwise, guess based on the simplest rule (e.g., add constant). |
| Negative numbers or fractions | Same rules apply; differences or ratios can be negative or fractional. |
| Repeating pattern (e.g., 1,2,1,2,…) | This is an alternating series of two constants – identify the two sub‑sequences. |
| Multiple plausible patterns | Choose the one that uses the simplest rule (fewest operations, lowest order). Exam setters favor the simplest logic. |
9. Summary Cheat Sheet (One‑Page View)
AP : a[n] = a1 + (n-1)d → constant Δ
GP : a[n] = a1 * r^(n-1) → constant ratio
Δ2 : constant → quadratic (n^2, n^3, etc.)
SQ : √ term integer (or √ follows AP)
CB : ∛ term integer (or ∛ follows AP)
PRIME: all terms prime (or prime‑skip)
FIB : a[n] = a[n-1] + a[n-2]
ALT : split odd/even positions → each AP/GP/etc.
FACT : rapid growth, ratios increase (2,6,24,120…)
EXP : constant ratio >1 (2,4,8,16…)
L/N : convert letters → numbers → apply any above
Key Checks (in order):
Δ → ratio → Δ₂ → √/∛ → prime → Fib → odd/even split → factorial/expo → letter conversion.
Final Thought Mastering number series is less about memorising endless formulas and more about training your eyes to spot constant differences, ratios, or second‑differences. Practice the flow‑chart on a handful of series each day, and the patterns will become second nature during the JKSSB Social Forestry Worker exam. Good luck! —
Prepared for quick revision – no fluff, just the tools you need to crack any number‑series question.