Arithmetic calculations form the backbone of many competitive exams and real-life situations. Whether it's calculating discounts during sales, determining profits in business, figuring out how long tasks take when done together, or interpreting data through averages-strong calculation skills are essential. Throughout this chapter, we will build your understanding from basic number concepts to complex problem-solving techniques. Many examples will involve the metric system and use Indian Rupees (INR) to reflect everyday contexts relevant to you.
To begin, we need a clear understanding of the Number System. Numbers come in different types and sets, each with their own properties. Understanding these helps in selecting correct operations and solving problems efficiently.
Natural Numbers: These are the counting numbers starting from 1, 2, 3, and so on.
Whole Numbers: Natural numbers including zero (0, 1, 2, 3...).
Integers: All positive and negative whole numbers, including zero (... -3, -2, -1, 0, 1, 2, 3 ...).
Rational Numbers: Numbers expressible as a fraction of two integers (like 1/2, 4/3, 7, etc.).
Irrational Numbers: Numbers that cannot be expressed as simple fractions (like \(\sqrt{2}\), \(\pi\)).
Operations are the basic mathematical actions we perform on numbers. The four fundamental operations are:
The concept of percentage is a way of expressing a number as a fraction of 100. It answers the question: "Out of 100, how much?" For example, 45% means 45 out of 100.
The basic formula is:
Percentages are heavily used in financial calculations including profit, loss, discount, and commission. Let's define some terms:
Step 1: Identify Cost Price (CP) = INR 5000, Selling Price (SP) = INR 5500.
Step 2: Calculate profit: Profit = SP - CP = 5500 - 5000 = INR 500.
Step 3: Calculate profit percentage:
\[ \text{Profit \%} = \left( \frac{\text{Profit}}{\text{CP}} \right) \times 100 = \left( \frac{500}{5000} \right) \times 100 = 10\% \]
Answer: Profit is INR 500 and profit percentage is 10%.
Ratio compares two quantities by division, showing how many times one quantity contains the other. For example, a ratio of 3:2 means that for every 3 units of A, there are 2 units of B.
Proportion states that two ratios are equal. If \(\frac{A}{B} = \frac{C}{D}\), then these four quantities are in proportion.
Ratios and proportions help solve mixture problems where two or more components combine in certain ratios to form a new mixture.
graph TD A[Identify quantities and their ratios] B[Convert ratios to fractions if needed] C[Calculate total quantity of mixture] D[Use weighted average formula or cross multiplication] E[Find unknown quantity or concentration] A --> B --> C --> D --> E
For mixture problems, the key is to treat each component's contribution to the desired property proportionally and combine them accordingly.
Step 1: Calculate acid amount from first solution:
\(10 \times \frac{20}{100} = 2\) liters acid
Step 2: Calculate acid amount from second solution:
\(5 \times \frac{50}{100} = 2.5\) liters acid
Step 3: Total acid in mixture = 2 + 2.5 = 4.5 liters
Step 4: Total volume = 10 + 5 = 15 liters
Step 5: Concentration = \(\frac{4.5}{15} \times 100 = 30\%\)
Answer: The concentration of the resulting mixture is 30% acid.
Problems involving Time and Work ask how long tasks take and how work is shared between individuals or machines.
The fundamental relationship is:
Work rate is often represented as the fraction of work done in one hour (or unit time). When two or more people work together, their combined work rate is the sum of individual rates, so:
Step 1: Calculate individual work rates:
Person A: \(\frac{1}{10}\) task/hour
Person B: \(\frac{1}{15}\) task/hour
Step 2: Add rates for combined work:
\[ \frac{1}{T} = \frac{1}{10} + \frac{1}{15} = \frac{3}{30} + \frac{2}{30} = \frac{5}{30} = \frac{1}{6} \]
Step 3: Calculate combined time \(T\):
\(T = 6\) hours
Step 4: Calculate each person's share of payment based on work done:
Person A's share: \(\text{Rate}_A \times T = \frac{1}{10} \times 6 = \frac{6}{10} = 0.6\) (60%)
Person B's share: \(\frac{1}{15} \times 6 = \frac{6}{15} = 0.4\) (40%)
Step 5: Calculate payment amounts:
Person A: \(0.6 \times 2500 = INR 1500\)
Person B: \(0.4 \times 2500 = INR 1000\)
Answer: Working together, they finish the task in 6 hours. Person A should receive INR 1500 and Person B INR 1000.
These statistical measures help us summarize and interpret data.
| Measure | Definition | Formula / Calculation | When to Use |
|---|---|---|---|
| Mean (Average) | Sum of values divided by number of values | \(\text{Average} = \frac{\sum \text{observations}}{n}\) | To find typical or central value |
| Median | Middle value in sorted data | For odd \(n\), \(\text{Median} = \text{value at } \frac{n+1}{2}\) For even \(n\), average of two middle values | For skewed data or to find middle point |
| Mode | Most frequently occurring value(s) | No standard formula; identify highest frequency | To find most common data point |
Step 1: Arrange the data in ascending order:
12, 12, 15, 15, 15, 18, 20
Step 2: Count number of observations, \(n = 7\) (odd).
Step 3: Median position = \(\frac{n + 1}{2} = \frac{7+1}{2} = 4^\text{th}\) value.
Median = 15 (the 4th value)
Step 4: Mode is value with highest frequency:
Frequency: 12 (2 times), 15 (3 times), 18 (1 time), 20 (1 time)
Mode = 15
Answer: Median is 15 and mode is 15.
Step 1: Use the percentage formula:
\[ \text{Percentage} = \left( \frac{45}{300} \right) \times 100 \]
Step 2: Simplify:
\[ = \frac{45}{300} \times 100 = 0.15 \times 100 = 15\% \]
Answer: 45 is 15% of 300.
Step 1: Calculate discount amount:
\[ \text{Discount} = \frac{12}{100} \times 1200 = 144 \]
Step 2: Calculate selling price:
\[ \text{SP} = \text{Marked Price} - \text{Discount} = 1200 - 144 = 1056 \]
Answer: Selling price after discount is INR 1056.
Step 1: Work rates are \(\frac{1}{10}\) and \(\frac{1}{15}\) jobs per hour.
Step 2: Combined rate:
\[ \frac{1}{T} = \frac{1}{10} + \frac{1}{15} = \frac{3}{30} + \frac{2}{30} = \frac{5}{30} = \frac{1}{6} \]
Step 3: Time taken \(T = 6\) hours.
Answer: Together, they complete the job in 6 hours.
When to use: During percentage, profit-loss, or discount problems for quicker calculations.
When to use: When calculating how fast multiple workers or machines complete a job together.
When to use: In mixture, partnership, and proportional comparison problems.
When to use: In statistics and data interpretation questions.
When to use: While solving any calculation problems in exams.
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →