Basic Numeracy: Numbers and Percentages

Understanding Numbers

Numbers form the bedrock of mathematics and are essential for understanding quantities, magnitudes, and relationships. In the context of basic numeracy, we deal with various types of numbers and their properties. A clear understanding of these concepts is crucial for solving problems related to data interpretation, logical reasoning, and quantitative aptitude, which are tested in the CSAT paper.

Types of Numbers

Numbers can be classified into several categories based on their properties. Understanding these categories helps in applying the correct operations and theorems.

  • Natural Numbers: These are the counting numbers starting from 1. They are used for counting objects. Example: 1, 2, 3, 4, ...
  • Whole Numbers: These include natural numbers along with zero. Example: 0, 1, 2, 3, 4, ...
  • Integers: These include all whole numbers and their negative counterparts. They represent both positive and negative quantities. Example: ..., -3, -2, -1, 0, 1, 2, 3, ...
  • Rational Numbers: Numbers that can be expressed as a fraction p/q, where p and q are integers and q is not zero. Decimals that terminate or repeat are also rational. Example: 1/2, -3/4, 0.5, 0.333..., 2.75.
  • Irrational Numbers: Numbers that cannot be expressed as a simple fraction. Their decimal representation neither terminates nor repeats. Example: π (pi), √2 (square root of 2), e (Euler's number).
  • Real Numbers: This is the set of all rational and irrational numbers. They can be represented on a number line.
  • Prime Numbers: Natural numbers greater than 1 that have only two distinct positive divisors: 1 and themselves. Example: 2, 3, 5, 7, 11, 13, ...
  • Composite Numbers: Natural numbers greater than 1 that are not prime, meaning they have more than two divisors. Example: 4, 6, 8, 9, 10, 12, ...
  • Even Numbers: Integers divisible by 2. Example: -4, 0, 2, 8, 12.
  • Odd Numbers: Integers not divisible by 2. Example: -3, 1, 7, 11, 15.

Properties of Numbers

Understanding the fundamental properties of numbers allows for efficient calculation and problem-solving.

  • Commutative Property: For addition (a + b = b + a) and multiplication (a × b = b × a).
  • Associative Property: For addition ((a + b) + c = a + (b + c)) and multiplication ((a × b) × c = a × (b × c)).
  • Distributive Property: Multiplication distributes over addition: a × (b + c) = (a × b) + (a × c).
  • Identity Elements: 0 is the additive identity (a + 0 = a), and 1 is the multiplicative identity (a × 1 = a).
  • Divisibility Rules: Shortcuts to determine if a number is divisible by another number without performing the division.
    • Divisibility by 2: If the last digit is even (0, 2, 4, 6, 8).
    • Divisibility by 3: If the sum of the digits is divisible by 3.
    • Divisibility by 4: If the number formed by the last two digits is divisible by 4.
    • Divisibility by 5: If the last digit is 0 or 5.
    • Divisibility by 6: If the number is divisible by both 2 and 3.
    • Divisibility by 9: If the sum of the digits is divisible by 9.
    • Divisibility by 10: If the last digit is 0.

Operations on Numbers

The four basic arithmetic operations are addition, subtraction, multiplication, and division. Understanding the order of operations (PEMDAS/BODMAS) is crucial for solving complex expressions.

PEMDAS/BODMAS Rule: This rule dictates the order in which operations should be performed to ensure a consistent and correct answer.
  • Parentheses (or Brackets)
  • Exponents (or Orders/Of)
  • Multiplication and Division (from left to right)
  • Addition and Subtraction (from left to right)
Example: Calculate 2 + 3 × 4. According to BODMAS, multiplication comes before addition. So, 3 × 4 = 12, and then 2 + 12 = 14.

Understanding Percentages

A percentage is a way of expressing a number as a fraction of 100. The word "percent" means "per hundred". It is a widely used tool for comparing quantities and representing proportions. Understanding percentages is vital for interpreting data, financial calculations, and various real-world scenarios.

Converting Fractions and Decimals to Percentages

To convert a fraction or a decimal to a percentage, you multiply it by 100 and add the '%' symbol.

  • Fraction to Percentage: (Numerator / Denominator) × 100%
  • Decimal to Percentage: Decimal × 100%

Example 1: Convert the fraction 3/4 to a percentage. (3 / 4) × 100% = 0.75 × 100% = 75%

Example 2: Convert the decimal 0.6 to a percentage. 0.6 × 100% = 60%

Converting Percentages to Fractions and Decimals

To convert a percentage back to a fraction or a decimal, you divide by 100.

  • Percentage to Fraction: Percentage / 100 = (Percentage / 100) / 1
  • Percentage to Decimal: Percentage / 100

Example 1: Convert 25% to a fraction. 25% = 25 / 100 = 1/4

Example 2: Convert 75% to a decimal. 75% = 75 / 100 = 0.75

Calculating Percentage Values

To find a certain percentage of a number, you convert the percentage to a decimal or fraction and multiply it by the number.

Formula: Percentage Value = (Percentage / 100) × Original Number

Example: Find 20% of 150. Percentage Value = (20 / 100) × 150 = 0.20 × 150 = 30

Percentage Increase and Decrease

This involves calculating the change in a value relative to its original value, expressed as a percentage.

  • Percentage Increase: ((New Value - Original Value) / Original Value) × 100%
  • Percentage Decrease: ((Original Value - New Value) / Original Value) × 100%

Example: A product's price increased from ₹100 to ₹120. What is the percentage increase? Percentage Increase = ((120 - 100) / 100) × 100% = (20 / 100) × 100% = 20%

Example: A shirt was priced at ₹500 and is now sold for ₹400. What is the percentage decrease? Percentage Decrease = ((500 - 400) / 500) × 100% = (100 / 500) × 100% = 0.20 × 100% = 20%

Successive Percentage Changes

When a quantity undergoes multiple percentage changes, the net change is not simply the sum of the individual changes. The formula for two successive percentage changes is:

Net Percentage Change = A + B + (A × B) / 100

Where A and B are the percentage changes (positive for increase, negative for decrease).

Example: A price is first increased by 10% and then by 20%. What is the total percentage increase? Here, A = +10% and B = +20%. Net Percentage Change = 10 + 20 + (10 × 20) / 100 = 30 + 200 / 100 = 30 + 2 = 32%

Example: A price is increased by 20% and then decreased by 10%. What is the net percentage change? Here, A = +20% and B = -10%. Net Percentage Change = 20 + (-10) + (20 × -10) / 100 = 10 + (-200) / 100 = 10 - 2 = 8% (This is an 8% increase).

Shortcut for Successive Percentage Changes: Remember that the base for the second percentage change is the result after the first change. The formula A + B + (AB/100) correctly accounts for this. For increases, use positive values; for decreases, use negative values.

Applications of Percentages

Percentages are used extensively in various fields:

  • Finance: Interest rates (simple and compound), discounts, profits, losses, taxes.
  • Statistics: Representing survey results, growth rates, population changes.
  • Everyday Life: Sales, nutrition labels, performance metrics.

Common Percentage Equivalents

Memorizing common fraction-to-percentage conversions can save time during exams.

Fraction Percentage Decimal
1/2 50% 0.5
1/3 33.33% 0.333...
2/3 66.67% 0.666...
1/4 25% 0.25
3/4 75% 0.75
1/5 20% 0.2
2/5 40% 0.4
3/5 60% 0.6
4/5 80% 0.8
1/6 16.67% 0.166...
1/8 12.5% 0.125
1/10 10% 0.1
1/12 8.33% 0.0833...

Problem-Solving Strategies

When approaching problems involving numbers and percentages, follow these steps:

  1. Understand the Question: Read the problem carefully and identify what is being asked.
  2. Identify Key Information: Note down all the given numbers, percentages, and relationships.
  3. Choose the Right Approach: Decide whether to use direct calculation, formulas, or shortcuts.
  4. Perform Calculations Accurately: Pay attention to the order of operations and decimal/fraction conversions.
  5. Check Your Answer: Does the answer make sense in the context of the problem?

Example Scenario: Population Growth

Consider a town with a population of 50,000. If the population increases by 10% in the first year and then decreases by 5% in the second year, what is the population after two years?

Year 1: Increase = 10% of 50,000 = (10/100) × 50,000 = 5,000 Population after Year 1 = 50,000 + 5,000 = 55,000

Year 2: Decrease = 5% of 55,000 = (5/100) × 55,000 = 2,750 Population after Year 2 = 55,000 - 2,750 = 52,250

Alternatively, using successive percentage changes: Increase by 10% means multiplying by 1.10. Decrease by 5% means multiplying by (1 - 0.05) = 0.95. Final Population = 50,000 × 1.10 × 0.95 = 50,000 × 1.045 = 52,250

Exam Tip: For population or value changes, multiplying by factors (like 1.10 for a 10% increase, 0.95 for a 5% decrease) is often quicker than calculating the increase/decrease amount separately, especially for multiple changes.

Practice Questions and Scenarios

To master basic numeracy and percentages, consistent practice is key. Focus on applying the concepts learned to a variety of problems, including those found in previous years' CSAT papers. Pay attention to word problems that require careful translation into mathematical expressions. Understanding the nuances of "of," "is," "increase by," and "decrease by" is crucial.