Introduction to Counting of Figures for RRB Exams
Welcome, future railway professionals! In your journey to crack the highly competitive RRB NTPC, Group D, and Technician exams, mastering every section of the syllabus is crucial. One such important topic in the General Intelligence and Reasoning section is 'Counting of Figures'. This topic might seem simple at first glance, but the questions can often be tricky and time-consuming if you don't have the right approach.
Counting of Figures involves identifying and counting the number of specific geometric shapes (like triangles, squares, rectangles, straight lines, etc.) embedded within a more complex figure. It is a key component of non-verbal or visual reasoning, designed to test your powers of observation, analytical skills, and ability to identify patterns. With the right techniques and ample practice, you can turn these questions into guaranteed marks, boosting your overall score significantly.
Topic Weightage and Importance
In RRB exams, particularly RRB NTPC (CBT-1) and RRB Group D, the reasoning section holds significant weightage. You can typically expect 1 to 3 questions from the Counting of Figures topic. While this may not seem like a large number, in an exam where every single mark counts and cutoff margins are slim, securing these marks can make a huge difference.
The best part about this topic is that the questions are logical and don't require any prior specialized knowledge. Once you understand the underlying patterns and master the shortcut formulas, you can solve these problems in under 30 seconds. This not only fetches you marks but also saves precious time that can be allocated to more complex questions in other sections like Mathematics.
Key Concepts and Formulas for Counting Figures
The secret to solving figure counting problems quickly is to move beyond manual counting, which is prone to errors, and embrace systematic methods and formulas. Let's break down the key concepts for the most commonly asked shapes.
1. Counting Triangles
Triangles are the most frequently asked shape in these problems. Here are the standard cases and their corresponding formulas.
Case 1: Triangle with a vertex connected to the opposite base
When a triangle's vertex is connected to 'n' points on the opposite base, creating smaller triangles, you can use a simple formula.
Method: Number the smaller triangles created along the base from 1 to 'n'.
Formula: Total number of triangles = Sum of the first 'n' natural numbers = n(n+1) / 2
Example: If the base is divided into 4 parts (n=4), the total triangles are 1+2+3+4 = 10. Using the formula: 4(4+1)/2 = 10.
Case 2: Triangle divided vertically and horizontally
This is an \textension of Case 1. The triangle is divided by vertical lines from the vertex and also by horizontal lines parallel to the base.
Method: First, find the number of triangles using the vertical divisions ('n') as in Case 1. Then, count the number of horizontal sections ('m'), including the base.
Formula: Total number of triangles = [n(n+1) / 2] * m
Example: If a triangle's base is divided into 3 parts (n=3) and there are 2 horizontal lines (including the base, so m=2), the total triangles are [3(3+1)/2] * 2 = 6 * 2 = 12.
Case 3: Triangles within a Square/Rectangle
When a square or rectangle has its diagonals intersecting, it forms multiple triangles.
Method: Count the number of small, individual triangles ('n') formed within the shape.
Formula: Total number of triangles = n * 2
Example: A square with both diagonals drawn has 4 small triangles (n=4). The total number of triangles is 4 * 2 = 8.
2. Counting Squares
Counting squares in a grid is another common question type.
Case 1: Symmetric Grid (n x n)
This is a grid where the number of rows is equal to the number of columns.
Method: Identify the size of the grid, 'n'.
Formula: Total number of squares = Sum of squares of the first 'n' natural numbers = 1² + 2² + 3² + ... + n²
Example: In a 3x3 grid, the total squares are 1² + 2² + 3² = 1 + 4 + 9 = 14.
Case 2: Asymmetric Grid (m x n)
This is a grid where the number of rows ('m') is not equal to the number of columns ('n').
Method: Multiply the number of rows and columns, then keep reducing each by 1 and adding the product until one of them becomes 1.
Formula: Total number of squares = (m * n) + ((m-1) * (n-1)) + ((m-2) * (n-2)) + ...
Example: In a 4x3 grid (m=4, n=3), the total squares are (4 * 3) + (3 * 2) + (2 * 1) = 12 + 6 + 2 = 20.
3. Counting Rectangles
Remember, every square is a rectangle, but not every rectangle is a square. The formula for rectangles will count both.
Method: Count the number of rows ('m') and columns ('n') in the grid.
Formula: Total number of rectangles = (Sum of rows) * (Sum of columns) = [m(m+1)/2] * [n(n+1)/2]
Example: In a 3x2 grid (m=3, n=2), the total rectangles are [3(3+1)/2] * [2(2+1)/2] = (6) * (3) = 18.
4. Counting Straight Lines
This is the simplest type. The key is to be systematic to avoid missing any lines.
Method: Count the lines in three groups and add them up.
Formula: Total Straight Lines = (Number of Horizontal Lines) + (Number of Vertical Lines) + (Number of Slanting/Diagonal Lines)
Solved Examples (Step-by-Step)
Example 1: Counting Triangles
Question: How many triangles are there in the figure below?
(Imagine a large triangle, with its vertex connected to 4 points on the base, and 3 horizontal lines parallel to the base, creating 4 horizontal sections in total)
Step-by-step Solution:
- Identify the pattern: This is a triangle divided both vertically and horizontally (Case 2).
- Count vertical divisions (n): The base is divided into 5 smaller segments by the 4 points. So, n = 5.
- Count horizontal sections (m): There are 3 horizontal lines plus the base itself, making a total of 4 horizontal sections. So, m = 4.
- Apply the formula: Total triangles = [n(n+1)/2] * m
- Substitute the values: Total triangles = [5(5+1)/2] * 4 = [5*6/2] * 4 = 15 * 4 = 60.
Example 2: Counting Squares
Question: Find the total number of squares in a 5x3 grid.
Step-by-step Solution:
- Identify the grid type: This is an asymmetric grid (m x n) where m=5 and n=3.
- Apply the formula: Total squares = (m * n) + ((m-1) * (n-1)) + ...
- Calculate the products:
- 5 x 3 = 15
- (5-1) x (3-1) = 4 x 2 = 8
- (4-1) x (2-1) = 3 x 1 = 3
- (3-1) x (1-1) = 2 x 0 = 0. We stop here.
- Sum the products: Total squares = 15 + 8 + 3 = 26.
Example 3: Counting Rectangles
Question: How many rectangles are there on a standard 8x8 chessboard?
Step-by-step Solution:
- Identify the grid: A chessboard is an 8x8 grid. So, m=8 and n=8.
- Apply the formula for rectangles: Total rectangles = [m(m+1)/2] * [n(n+1)/2]
- Calculate the sum for rows (m=8): [8(8+1)/2] = [8*9/2] = 36.
- Calculate the sum for columns (n=8): [8(8+1)/2] = [8*9/2] = 36.
- Multiply the results: Total rectangles = 36 * 36 = 1296.
Common Mistakes to Avoid
- Manual Counting Errors: Avoid manually counting complex figures unless absolutely necessary. It's easy to miss shapes or double-count them.
- Misapplying Formulas: Ensure you are using the correct formula for the given shape. For example, don't use the square formula for a figure with embedded triangles.
- Ignoring Hidden Shapes: Always look for larger shapes formed by the combination of smaller ones. This is where most errors occur in manual counting.
- Confusing Squares and Rectangles: Remember that the question for 'rectangles' on a grid includes squares, while a question for 'only rectangles' would require you to subtract the number of squares from the total number of rectangles. Read the question carefully.
- Rushing Through the Question: Take a moment to analyze the figure. Identify if it's a standard pattern that fits a formula or a combination of patterns that needs to be broken down.
Practice Questions with Solutions
Now, it's time to test your understanding. Try to solve these problems on your own before looking at the solutions.
Question 1: How many triangles are in the given figure? (A square with both diagonals and a horizontal line passing through the center)
Question 2: Find the total number of squares in a 4x4 grid.
Question 3: How many straight lines are required to draw the following figure? (A standard star shape made by two overlapping large triangles, often called a hexagram)
Question 4: Find the number of triangles in a figure where a large triangle is divided into 4 rows of smaller triangles (i.e., base has 4 small triangle bases).
Question 5: How many rectangles are there in a 4x3 grid?
Question 6: Count the number of triangles in a square with both diagonals drawn.
Solutions to Practice Questions
- Solution 1: The figure can be seen as two rectangles (top and bottom) stacked. Each rectangle has its diagonals drawn, forming 8 triangles (4 small * 2). So, the top rectangle has 8 triangles, and the bottom one has 8. Total = 8 + 8 = 16 triangles.
- Solution 2: This is a symmetric 4x4 grid (n=4). Using the formula 1² + 2² + 3² + 4² = 1 + 4 + 9 + 16 = 30 squares.
- Solution 3: A standard hexagram is made of two large overlapping triangles. That's 6 straight lines in total (3 for each triangle).
- Solution 4: This is a special case. For a triangle with 'n' rows, the formula is often remembered or derived. For n=1: 1; n=2: 5; n=3: 13; n=4: 27. The total number of triangles is 27. This type requires recognizing composite shapes.
- Solution 5: This is a 4x3 grid (m=4, n=3). Using the rectangle formula: [m(m+1)/2] * [n(n+1)/2] = [4(5)/2] * [3(4)/2] = (10) * (6) = 60 rectangles.
- Solution 6: This is a standard pattern (Case 3 for triangles). It has 4 small triangles (n=4). The total triangles = n * 2 = 4 * 2 = 8.
Frequently Asked Questions (FAQs)
- Q1: Are there formulas for every type of figure counting problem in RRB exams?
- No, not for every figure. The formulas work for standard, symmetrical patterns like grids and simple triangles. For irregular or complex combined figures, you'll need to use a combination of formulas for the standard parts and careful manual counting for the rest. The key is to break the complex figure into simpler, recognizable shapes.
- Q2: How can I improve my speed and accuracy in this topic?
- The only way to improve is through consistent practice. Solve as many different types of figure counting problems as you can from previous years' papers and mock tests. This will help you quickly identify patterns and apply the correct formulas without hesitation. Also, memorizing the formulas for common patterns is a must.
- Q3: What should be my strategy if I get a very complex figure in the exam?
- First, don't panic. Quickly assess if it contains any standard patterns you can apply a formula to. If it does, calculate that part first. For the remaining irregular parts, use a systematic approach. You can label the vertices of the figure with letters (A, B, C...) and list down the shapes by their vertices (e.g., Triangle ABC, Triangle ABD) to ensure you don't miss any or count one twice. If it still seems too time-consuming, it's wise to mark it for review and attempt it at the end if you have time.
Conclusion and Final Tips
Counting of Figures is a scoring topic in the reasoning section of RRB exams that rewards a smart approach over brute force. By understanding the core concepts, memorizing the key formulas for triangles, squares, and rectangles, and practicing a variety of problems, you can master this topic with ease.
Remember these final tips:
- Learn the Formulas: They are your biggest time-savers.
- Practice Systematically: Start with simple figures and gradually move to complex ones.
- Analyze, Don't Assume: Look at the figure carefully before jumping to a conclusion or a formula.
- Stay Calm: A calm mind is better at observation. Don't get intimidated by complex-looking figures.
Keep practicing, stay focused, and you will surely be able to count your way to success in your upcoming RRB exam. All the best!