Number Series FOR Placement
Meta Description: Master Number Series questions for campus placements with 20 solved examples, pattern recognition tips, and shortcuts. Essential for TCS, Infosys, Wipro, and all major companies.
Introduction
Number Series is one of the most important topics in logical reasoning and quantitative aptitude sections of campus placement exams. Companies like TCS, Infosys, Wipro, Cognizant, Accenture, and Amazon frequently include 3-5 questions on number series patterns to test candidates' analytical thinking and pattern recognition abilities.
This topic is crucial because:
- High Frequency: Appears in 95% of aptitude tests
- Time Efficient: Can be solved in 20-30 seconds once pattern is identified
- No Complex Math: Requires logic rather than heavy calculations
- Interview Relevance: Demonstrates analytical thinking skills
At PapersAdda, we've analyzed thousands of placement papers to identify the most common pattern types and compiled this comprehensive guide.
Common Number Series Patterns
1. Arithmetic Series (Constant difference)
2. Geometric Series (Constant ratio)
3. Mixed Series (Combination of operations)
4. Square/Cube Series
5. Prime Number Series
6. Alternating Series
7. Fibonacci Series
8. Multi-level Series (Difference of differences)
20 Practice Questions with Detailed Solutions
Question 1
Find the next number: 2, 6, 12, 20, 30, ?
Solution: Pattern: n(n+1) or adding consecutive even numbers 2 = 1×2, 6 = 2×3, 12 = 3×4, 20 = 4×5, 30 = 5×6 Next: 6×7 = 42
Question 2
Find the next number: 1, 4, 9, 16, 25, ?
Solution: Pattern: Perfect squares 1², 2², 3², 4², 5² Next: 6² = 36
Question 3
Find the next number: 3, 7, 15, 31, 63, ?
Solution: Pattern: Multiply by 2 and add 1 3×2+1=7, 7×2+1=15, 15×2+1=31, 31×2+1=63 Next: 63×2+1 = 127
Question 4
Find the next number: 1, 1, 2, 3, 5, 8, 13, ?
Solution: Pattern: Fibonacci series (sum of previous two) 1+1=2, 1+2=3, 2+3=5, 3+5=8, 5+8=13 Next: 8+13 = 21
Question 5
Find the next number: 2, 5, 11, 23, 47, ?
Solution: Pattern: Multiply by 2 and add 1 2×2+1=5, 5×2+1=11, 11×2+1=23, 23×2+1=47 Next: 47×2+1 = 95
Question 6
Find the next number: 64, 32, 16, 8, 4, ?
Solution: Pattern: Divide by 2 (Geometric series with ratio 1/2) 64÷2=32, 32÷2=16, 16÷2=8, 8÷2=4 Next: 4÷2 = 2
Question 7
Find the next number: 5, 11, 23, 47, 95, ?
Solution: Pattern: Multiply by 2 and add 1 5×2+1=11, 11×2+1=23, 23×2+1=47, 47×2+1=95 Next: 95×2+1 = 191
Question 8
Find the next number: 1, 8, 27, 64, 125, ?
Solution: Pattern: Perfect cubes 1³, 2³, 3³, 4³, 5³ Next: 6³ = 216
Question 9
Find the next number: 2, 6, 18, 54, 162, ?
Solution: Pattern: Multiply by 3 (Geometric series) 2×3=6, 6×3=18, 18×3=54, 54×3=162 Next: 162×3 = 486
Question 10
Find the next number: 121, 144, 169, 196, 225, ?
Solution: Pattern: Perfect squares starting from 11 11²=121, 12²=144, 13²=169, 14²=196, 15²=225 Next: 16² = 256
Question 11
Find the next number: 1, 3, 7, 15, 31, 63, ?
Solution: Pattern: 2^n - 1 2¹-1=1, 2²-1=3, 2³-1=7, 2⁴-1=15, 2⁵-1=31, 2⁶-1=63 Next: 2⁷-1 = 127
Question 12
Find the next number: 4, 9, 25, 49, 121, ?
Solution: Pattern: Squares of prime numbers 2²=4, 3²=9, 5²=25, 7²=49, 11²=121 Next prime is 13: 13² = 169
Question 13
Find the next number: 20, 30, 42, 56, 72, ?
Solution: Pattern: n(n+1) starting from n=4 4×5=20, 5×6=30, 6×7=42, 7×8=56, 8×9=72 Next: 9×10 = 90
Question 14
Find the next number: 1, 2, 6, 24, 120, ?
Solution: Pattern: Factorial (n!) 1!=1, 2!=2, 3!=6, 4!=24, 5!=120 Next: 6! = 720
Question 15
Find the next number: 5, 12, 26, 54, 110, ?
Solution: Pattern: Multiply by 2 and add 2 5×2+2=12, 12×2+2=26, 26×2+2=54, 54×2+2=110 Next: 110×2+2 = 222
Question 16
Find the next number: 2, 3, 5, 7, 11, 13, ?
Solution: Pattern: Prime numbers Next prime after 13 is 17
Question 17
Find the next number: 1, 4, 10, 19, 31, ?
Solution: Pattern: Differences are 3, 6, 9, 12 (multiples of 3) 1+3=4, 4+6=10, 10+9=19, 19+12=31 Next difference: 15, so 31+15 = 46
Question 18
Find the next number: 100, 50, 52, 26, 28, 14, ?
Solution: Pattern: ÷2, +2, ÷2, +2, ÷2, +2 100÷2=50, 50+2=52, 52÷2=26, 26+2=28, 28÷2=14 Next: 14+2 = 16
Question 19
Find the next number: 0, 2, 6, 12, 20, 30, ?
Solution: Pattern: n(n-1) or n²-n 0×1=0, 1×2=2, 2×3=6, 3×4=12, 4×5=20, 5×6=30 Next: 6×7 = 42
Question 20
Find the next number: 3, 8, 15, 24, 35, ?
Solution: Pattern: n²-1 starting from n=2 2²-1=3, 3²-1=8, 4²-1=15, 5²-1=24, 6²-1=35 Next: 7²-1 = 48
Tips & Tricks for Number Series
1. First Check Basic Patterns
Always start with simple differences or ratios before looking for complex patterns.
2. Calculate First and Second Differences
If simple difference doesn't work, calculate difference of differences: Series: 2, 5, 10, 17, 26 1st diff: 3, 5, 7, 9 2nd diff: 2, 2, 2 (constant)
3. Look for Alternating Patterns
Some series have different rules for odd and even positions: Example: 1, 4, 2, 8, 3, 12 (Odd: +1, Even: +4)
4. Memorize Squares and Cubes
Know squares up to 30 and cubes up to 15 for quick recognition.
5. Prime Number Recognition
Remember prime numbers up to 100: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29...
6. Factorial Values
Remember: 1!=1, 2!=2, 3!=6, 4!=24, 5!=120, 6!=720
7. Common Multipliers
Watch for ×2+1, ×2-1, ×3+1 patterns which are very common.
Common Mistakes to Avoid
❌ Mistake 1: Overcomplicating Simple Patterns
Don't look for complex formulas when a simple difference or ratio explains the series.
❌ Mistake 2: Ignoring Negative Numbers
Some series decrease; don't assume all series are increasing.
❌ Mistake 3: Missing Alternating Patterns
If no single pattern fits, check if odd and even positions follow different rules.
❌ Mistake 4: Calculation Errors
Double-check your arithmetic when calculating differences.
❌ Mistake 5: Giving Up Too Early
Some patterns require calculating second or third level differences.
❌ Mistake 6: Not Using Options**
In multiple-choice questions, test the options if you can't find the pattern.
You May Also Like
Conclusion
Number Series questions are excellent opportunities to score quick points in placement exams. With practice, you'll develop an intuition for recognizing patterns quickly. Remember to:
- Start with the simplest pattern first
- Calculate differences systematically
- Memorize common number sequences
- Practice daily to improve pattern recognition speed
Boost your placement preparation with PapersAdda! Access thousands of number series questions, full-length mock tests, and company-specific preparation materials for TCS, Infosys, Wipro, Accenture, and more.
[Start practicing at PapersAdda.com today!]
Keywords: Number series questions, placement aptitude, pattern recognition, logical reasoning, series completion, TCS placement, campus recruitment, number patterns
Frequently Asked Questions
What is the salary range for candidates selected through Number Series and Logical Reasoning in campus placements?
Salary depends mainly on the company, role, and overall performance across all sections (Aptitude, coding/technical, and interviews). For many Indian campus drives, candidates who clear the aptitude and reasoning rounds typically fall within the standard entry-level CTC bands offered by companies like TCS, Infosys, and Wipro, with final offers varying based on interview performance and profile fit.
Who is eligible to attempt Number Series questions in placement exams?
Number Series is generally open to all undergraduate candidates because it tests fundamentals of pattern recognition rather than advanced math. Any student preparing for campus placements can practice it, regardless of branch, as long as they can handle basic arithmetic operations and number properties.
How difficult are Number Series questions in placement exams?
Most placement exams include a mix of easy-to-moderate Number Series questions, with a few that require deeper pattern logic. Difficulty increases when the series involves alternating operations, mixed arithmetic + geometric steps, or multi-step transformations.
What are the best preparation tips for Number Series to score consistently?
Start by mastering common patterns like differences, ratios, alternating operations, and digit-based changes (e.g., sum/product of digits). Practice timed sets daily, maintain a notebook of pattern types you’ve seen, and learn shortcuts like checking second differences or testing hypotheses quickly rather than solving from scratch.
How many interview rounds typically include aptitude or reasoning, and where does Number Series fit?
In many campus drives, aptitude/reasoning is part of the written test or online assessment, which is often the first screening stage. If you clear that, subsequent rounds (technical/coding and sometimes HR) focus more on programming, communication, and domain basics rather than Number Series.
What common topics appear alongside Number Series in placement exams?
Number Series is usually grouped with other logical reasoning and quantitative aptitude topics such as arithmetic sequences, number properties, simplification, time-speed-distance, percentage, averages, and data interpretation. You should expect questions that test both pattern recognition and quick calculation accuracy.
How can I apply or register for campus placements that test Number Series?
Typically, you apply through your college’s placement cell or the company’s official campus recruitment portal. After registration, you’ll receive details for the online test; ensure you complete the aptitude section practice (including Number Series) before the test window.
What is the selection rate for candidates based on aptitude performance like Number Series?
There isn’t a single fixed selection rate because it varies by company, batch size, and the difficulty of the overall test. However, strong aptitude performance (including Number Series accuracy and speed) improves your chances of clearing the initial screening, which is often the biggest filter in campus recruitment.
Explore this topic cluster
More resources in Topics & Practice
Use the category hub to browse similar questions, exam patterns, salary guides, and preparation resources related to this topic.
Paid contributor programme
Sat this this year? Share your story, earn ₹500.
First-person experience reports help future candidates prep smarter. We pay verified contributors ₹500 via UPI per accepted story — with byline.
Submit your story →Ready to practice?
Take a free timed mock test
Put what you learned into practice. Our mock tests match the 2026 pattern with timer, navigator, reveal, and score breakdown. No signup.
Start Free Mock Test →