Number Series
Introduction to Number Series
Number series questions are a common feature in competitive exams like the IBPS Clerk. They test your ability to identify patterns and predict the next number in a given sequence. These questions require logical reasoning, observation skills, and a good understanding of basic mathematical operations. A number series is simply a sequence of numbers that follow a particular rule or pattern. Your task is to decipher this rule and apply it to find the missing number or the next number in the series.
Types of Patterns in Number Series
Number series can involve various types of patterns. Recognizing these patterns is the key to solving these problems efficiently. Here are some of the most common types:
1. Arithmetic Progression (AP)
In an arithmetic progression, the difference between consecutive terms is constant. This constant difference is called the common difference. Example: 2, 5, 8, 11, 14, ... (Common difference is +3)
2. Geometric Progression (GP)
In a geometric progression, the ratio between consecutive terms is constant. This constant ratio is called the common ratio. Example: 3, 6, 12, 24, 48, ... (Common ratio is ×2)
3. Squares and Cubes
The series might be based on the squares or cubes of consecutive numbers, or numbers related to them. Example (Squares): 1, 4, 9, 16, 25, ... (n2 where n = 1, 2, 3, 4, 5, ...) Example (Cubes): 1, 8, 27, 64, 125, ... (n3 where n = 1, 2, 3, 4, 5, ...) Example (Squares + Constant): 2, 5, 10, 17, 26, ... (n2 + 1) Example (Squares - Constant): 0, 3, 8, 15, 24, ... (n2 - 1)
4. Prime Numbers
The series might consist of prime numbers in ascending or descending order. Example: 2, 3, 5, 7, 11, 13, ...
5. Alternating Patterns
Sometimes, two different patterns are interleaved within the same series. For instance, one pattern might apply to odd-positioned terms, and another to even-positioned terms. Example: 1, 10, 3, 20, 5, 30, ... (Odd terms: 1, 3, 5, ... increase by 2; Even terms: 10, 20, 30, ... increase by 10)
6. Difference of Differences (Second Order Difference)
If the first differences between terms are not constant, check the differences between these differences. This is particularly useful for quadratic patterns. Example: 3, 7, 13, 21, 31, ... First differences: 4, 6, 8, 10, ... Second differences: 2, 2, 2, ... (Constant second difference indicates a quadratic pattern)
7. Combination Patterns
Many series involve a combination of operations like addition, subtraction, multiplication, division, squares, cubes, etc. Example: 5, 7, 10, 15, 22, ... Differences: 2, 3, 5, 7, ... (This sequence of differences itself seems to be prime numbers)
How to Solve Number Series Questions
Follow these steps to approach number series problems systematically:
- Observe the Series: Look at the numbers. Are they increasing, decreasing, or alternating? Are there any obvious patterns like squares, cubes, or prime numbers?
- Calculate Differences: Find the difference between consecutive terms. If the differences are constant, it's an arithmetic progression.
- Calculate Ratios: If the differences don't reveal a clear pattern, try dividing consecutive terms to find a common ratio. If it's constant, it's a geometric progression.
- Look for Squares and Cubes: Check if the terms are perfect squares (1, 4, 9, 16, ...) or cubes (1, 8, 27, 64, ...). See if there's a constant addition or subtraction from these squares/cubes.
- Check for Alternating Patterns: If the series seems irregular, try looking at odd-positioned terms and even-positioned terms separately.
- Calculate Second Order Differences: If the first differences are not constant and don't follow a simple pattern, calculate the differences between the differences.
- Consider Combinations: If none of the above work, think about combinations of operations. For example, multiply by a number, then add/subtract another number.
- Test Your Hypothesis: Once you think you've found a pattern, verify it with the rest of the series. If it holds true for all given numbers, use it to find the missing number.
Examples
Example 1: Find the missing number in the series: 5, 10, 20, 35, 55, ?
Let's find the differences between consecutive terms: 10 - 5 = 5 20 - 10 = 10 35 - 20 = 15 55 - 35 = 20 The differences are 5, 10, 15, 20. This is an arithmetic progression with a common difference of 5. The next difference should be 20 + 5 = 25. So, the missing number is 55 + 25 = 80.
Example 2: Find the next number in the series: 3, 4, 7, 11, 18, 29, ?
Let's find the differences: 4 - 3 = 1 7 - 4 = 3 11 - 7 = 4 18 - 11 = 7 29 - 18 = 11 The differences are 1, 3, 4, 7, 11. This doesn't look like a simple AP or GP. Let's look at the numbers again. Notice that each term (from the third term onwards) is the sum of the two preceding terms. 3 + 4 = 7 4 + 7 = 11 7 + 11 = 18 11 + 18 = 29 This is a Fibonacci-like series. The next number will be the sum of the last two terms: 18 + 29 = 47.
Example 3: Find the next number in the series: 1, 4, 9, 16, 25, ?
The numbers are 12, 22, 32, 42, 52. The next term will be 62 = 36.
Example 4: Find the missing number in the series: 4, 12, 36, 108, ?
Let's check the ratio between consecutive terms: 12 / 4 = 3 36 / 12 = 3 108 / 36 = 3 This is a geometric progression with a common ratio of 3. The next number is 108 × 3 = 324.
When faced with a number series, always start with the simplest patterns: 1. Add/Subtract Constant: Is it increasing/decreasing by the same amount? (AP) 2. Multiply/Divide Constant: Is it increasing/decreasing by the same factor? (GP) 3. Squares/Cubes: Are the numbers perfect squares or cubes? Check for +1, -1, +2, -2 etc. 4. Differences: If the above fail, calculate the first differences. If they are constant, it's AP. If the first differences follow a pattern (like AP), it's a second-order pattern. 5. Alternating: Look at odd and even positions separately.
Don't get stuck on one pattern; move to the next logical step if the first doesn't work.
Simplification
Introduction to Simplification
Simplification questions involve solving a mathematical expression by applying the order of operations. These questions test your ability to perform basic arithmetic operations accurately and efficiently. A common mistake is not following the correct order, which leads to the wrong answer. Therefore, understanding and applying the BODMAS or PEMDAS rule is crucial.
The BODMAS/PEMDAS Rule
BODMAS and PEMDAS are acronyms that represent the order in which mathematical operations should be performed to simplify an expression.
BODMAS:
- Brackets: Operations inside brackets are performed first. There are different types of brackets: (), {}, []. Start with the innermost brackets.
- Of: This means 'of', which is equivalent to multiplication. It is usually performed after brackets but before division or multiplication. Example: 1/2 of 10 = (1/2) × 10 = 5.
- Division: Division operations.
- Multiplication: Multiplication operations.
- Addition: Addition operations.
- Subtraction: Subtraction operations.
PEMDAS:
- Parentheses: Equivalent to Brackets.
- Exponents: Powers and roots.
- Multiplication
- Division
- Addition
- Subtraction
Note: Division and Multiplication have the same priority; perform them from left to right as they appear. Similarly, Addition and Subtraction have the same priority; perform them from left to right.
Key Concepts and Techniques for Simplification
1. Order of Operations (BODMAS/PEMDAS):
This is the most fundamental rule. Always adhere to it strictly. Example: 10 + (6 × 5 - 3) ÷ 7 Step 1 (Brackets): 6 × 5 = 30 Step 2 (Brackets): 30 - 3 = 27 Step 3 (Division): 27 ÷ 7 = 3.857 (approx) Step 4 (Addition): 10 + 3.857 = 13.857 (approx) *Correction*: Let's use an example that results in an integer for clarity. Example: 10 + (8 × 5 - 2) ÷ 6 Step 1 (Brackets): 8 × 5 = 40 Step 2 (Brackets): 40 - 2 = 38 Step 3 (Division): 38 ÷ 6 (This doesn't divide evenly, let's adjust the example again for better illustration) Example: 10 + (7 × 6 - 4) ÷ 5 Step 1 (Brackets): 7 × 6 = 42 Step 2 (Brackets): 42 - 4 = 38 Step 3 (Division): 38 ÷ 5 (Still not integer, let's try a different structure) Example: 18 + (5 × 4 - 2) ÷ 3 Step 1 (Brackets): 5 × 4 = 20 Step 2 (Brackets): 20 - 2 = 18 Step 3 (Division): 18 ÷ 3 = 6 Step 4 (Addition): 18 + 6 = 24
2. Fractions and Decimals:
Be comfortable converting between fractions and decimals. When dealing with complex fractions, it's often easier to convert everything to fractions. Example: 0.5 + 1/4 + 0.75 Convert decimals to fractions: 0.5 = 1/2, 0.75 = 3/4 Expression becomes: 1/2 + 1/4 + 3/4 Find a common denominator (which is 4): (1×2)/ (2×2) + 1/4 + 3/4 = 2/4 + 1/4 + 3/4 Add the numerators: (2 + 1 + 3) / 4 = 6/4 Simplify the fraction: 6/4 = 3/2 = 1.5
3. Handling Negative Numbers:
Pay close attention to signs, especially during multiplication and division. (-a) × (-b) = ab (-a) × b = -ab (-a) ÷ (-b) = a/b (-a) ÷ b = -a/b Example: 15 - (-10) + (-5) × 2 Step 1 (Multiplication): (-5) × 2 = -10 Expression becomes: 15 - (-10) + (-10) Step 2 (Subtracting a negative is adding): 15 + 10 + (-10) Step 3 (Addition): 25 + (-10) Step 4 (Addition): 25 - 10 = 15
4. Working with Powers and Roots:
Remember rules like: am × an = am+n am ÷ an = am-n (am)n = am×n √a × √b = √(ab) √a / √b = √(a/b) Example: √(16 × 25) + 32 - √49 Step 1 (Roots): √16 = 4, √25 = 5, √49 = 7 Step 2 (Powers): 32 = 9 Expression becomes: √(16 × 25) + 9 - 7 Step 3 (Multiplication inside root): 16 × 25 = 400. So, √400 = 20. Alternatively, use the property √(16 × 25) = √16 × √25 = 4 × 5 = 20. Expression becomes: 20 + 9 - 7 Step 4 (Addition): 29 - 7 Step 5 (Subtraction): 22
5. Simplifying Complex Fractions (Continued Fractions):
These are fractions where the numerator, denominator, or both contain fractions. Work from the bottom up. Example: 1 + 1 / (2 + 1 / (3 + 1/4)) Start with the innermost part: 3 + 1/4 = (12/4) + (1/4) = 13/4 Next step: 1 / (13/4) = 4/13 Next step: 2 + 4/13 = (26/13) + (4/13) = 30/13 Final step: 1 + 1 / (30/13) = 1 + 13/30 = (30/30) + (13/30) = 43/30
Always remember BODMAS/PEMDAS. Break down the problem step-by-step. Brackets first. Of (multiplication). Division and Multiplication (left to right). Addition and Subtraction (left to right). Practice converting decimals to fractions and vice-versa quickly. Look for opportunities to simplify fractions before multiplying.
Examples
Example 1: Simplify: 72 ÷ 8 of 3 + (15 - 6) × 2
Using BODMAS: 1. Of: 8 of 3 = 8 × 3 = 24 The expression becomes: 72 ÷ 24 + (15 - 6) × 2 2. Brackets: 15 - 6 = 9 The expression becomes: 72 ÷ 24 + 9 × 2 3. Division: 72 ÷ 24 = 3 The expression becomes: 3 + 9 × 2 4. Multiplication: 9 × 2 = 18 The expression becomes: 3 + 18 5. Addition: 3 + 18 = 21 Answer: 21
Example 2: Simplify: 3/4 + 1/2 × (5/6 - 1/3)
Using BODMAS: 1. Brackets: First, simplify inside the brackets (5/6 - 1/3). Find a common denominator, which is 6. 1/3 = 2/6 So, 5/6 - 2/6 = 3/6 = 1/2 The expression becomes: 3/4 + 1/2 × 1/2 2. Multiplication: 1/2 × 1/2 = 1/4 The expression becomes: 3/4 + 1/4 3. Addition: 3/4 + 1/4 = 4/4 = 1 Answer: 1
Example 3: Simplify: 5.6 × 3 + 8.4 ÷ 0.7 - 12.5
1. Multiplication: 5.6 × 3 = 16.8 2. Division: 8.4 ÷ 0.7. To divide by a decimal, make the divisor a whole number by multiplying both numerator and denominator by 10. (8.4 × 10) ÷ (0.7 × 10) = 84 ÷ 7 = 12 The expression becomes: 16.8 + 12 - 12.5 3. Addition: 16.8 + 12 = 28.8 The expression becomes: 28.8 - 12.5 4. Subtraction: 28.8 - 12.5 = 16.3 Answer: 16.3
Approximation
Introduction to Approximation
Approximation questions ask you to find the approximate value of a complex mathematical expression. Instead of calculating the exact value, you need to round the numbers in the expression to make the calculation simpler. This tests your ability to estimate and perform quick mental calculations. These questions are common in exams to gauge your speed and estimation skills.
Rules for Rounding Numbers
The key to approximation is rounding the given numbers. Here are the standard rounding rules:
- Rounding to the nearest whole number: Look at the first digit after the decimal point. If it is 5 or greater, round up the whole number. If it is less than 5, keep the whole number as it is.
- Rounding to one decimal place: Look at the second digit after the decimal point. If it is 5 or greater, round up the first decimal digit. If it is less than 5, keep the first decimal digit as it is.
- Rounding to the nearest ten, hundred, etc.: Look at the digit in the place value to the right of the target place value. If it's 5 or greater, round up the digit in the target place value. Otherwise, keep it as it is. All digits to the right of the target place value become zero.
For approximation problems in exams, it's often best to round numbers to the nearest whole number or a simpler fraction/decimal that makes calculations easy.
Strategies for Approximation Problems
1. Rounding the Numbers:
The most common strategy is to round each number in the expression to a convenient value (like the nearest whole number, nearest ten, or a simple fraction). Example: Approximate the value of 48.9 × 31.2 + 19.8 × 50.9 Round the numbers: 48.9 ≈ 49 or 50 (Choose 50 for easier multiplication) 31.2 ≈ 31 or 30 (Choose 30 for easier multiplication) 19.8 ≈ 20 50.9 ≈ 51 or 50 (Choose 50 for easier multiplication) The expression becomes approximately: (50 × 30) + (20 × 50) Calculate: 1500 + 1000 = 2500 So, the approximate value is 2500.
2. Simplifying Fractions and Percentages:
If the expression involves fractions or percentages, convert them to simpler, approximate fractions or decimals. Example: Approximate the value of (74.8% of 599) + (19.9% of 401) Round the numbers and percentages: 74.8% ≈ 75% = 3/4 599 ≈ 600 19.9% ≈ 20% = 1/5 401 ≈ 400 The expression becomes approximately: (3/4 of 600) + (1/5 of 400) Calculate: (3/4 × 600) + (1/5 × 400) (3 × 150) + (1 × 80) = 450 + 80 = 530 So, the approximate value is 530.
3. Using Properties of Operations:
Sometimes, you can rearrange or group terms to simplify calculations, especially with addition and subtraction. Example: Approximate the value of 101.2 + 199.7 - 50.3 + 75.1 Round the numbers: 100 + 200 - 50 + 75 Perform calculations from left to right: (100 + 200) - 50 + 75 = 300 - 50 + 75 (300 - 50) + 75 = 250 + 75 250 + 75 = 325 So, the approximate value is 325.
4. Careful Rounding for Multiplication/Division:
In multiplication and division, rounding can significantly affect the result. Be mindful of whether you rounded numbers up or down. If you round numbers UP in multiplication, the result will be larger than the actual value. If you round numbers DOWN in multiplication, the result will be smaller than the actual value. For division, rounding the divisor UP makes the result smaller, and rounding the divisor DOWN makes the result larger. Example: Approximate 59.8 × 40.1 / 19.9 Approximate values: 60 × 40 / 20 Calculate: (60 × 40) / 20 = 2400 / 20 = 120 Let's check with slightly different rounding: 59.8 ≈ 60 (up), 40.1 ≈ 40 (up), 19.9 ≈ 20 (up) Using 59.8 ≈ 59 (down), 40.1 ≈ 40 (down), 19.9 ≈ 19 (down) (59 × 40) / 19 = 2360 / 19 ≈ 124.2 The exact value is 59.8 × 40.1 / 19.9 ≈ 120.19. The initial approximation (120) was quite close.
1. Identify the expression and the numbers involved. 2. Round each number to the nearest easy-to-calculate value (whole number, ten, hundred, simple fraction like 1/2, 3/4, or percentage like 25%, 50%, 75%). 3. Apply the order of operations (BODMAS/PEMDAS) to the rounded numbers. 4. Choose the option from the given choices that is closest to your calculated approximate value.
Tip: If multiplying, rounding to the nearest 10 or 100 often works well. If dividing, try to make the divisor a whole number or a factor of the numerator.
Examples
Example 1: Find the approximate value of 34.9 × 20.1 + 15.2 × 60.1
Round the numbers: 34.9 ≈ 35 20.1 ≈ 20 15.2 ≈ 15 60.1 ≈ 60 The expression becomes approximately: (35 × 20) + (15 × 60) Calculate: 35 × 20 = 700 15 × 60 = 900 Add them: 700 + 900 = 1600 Approximate value: 1600
Example 2: Find the approximate value of √(49.02) × ∛(728.9) + 10.12
Round the numbers: √49.02 ≈ √49 = 7 ∛728.9 ≈ ∛729 (since 93 = 729) = 9 10.12 ≈ 102 = 100 The expression becomes approximately: (7 × 9) + 100 Calculate: 7 × 9 = 63 63 + 100 = 163 Approximate value: 163
Example 3: Find the approximate value of 59.98% of 399.9 + 39.95% of 501.1
Round the percentages and numbers: 59.98% ≈ 60% = 0.6 or 3/5 399.9 ≈ 400 39.95% ≈ 40% = 0.4 or 2/5 501.1 ≈ 500 The expression becomes approximately: (60% of 400) + (40% of 500) Calculate: (0.6 × 400) + (0.4 × 500) (6/10 × 400) + (4/10 × 500) (6 × 40) + (4 × 50) 240 + 200 = 440 Approximate value: 440