Percentage

Percentage is a fundamental concept in mathematics that represents a part of a whole as a fraction of 100. The word "percent" literally means "per hundred." It is a widely used tool in various fields, including finance, statistics, and everyday life, to express rates, proportions, and changes.

Understanding Percentages

A percentage is denoted by the symbol '%'. For example, 25% means 25 out of every 100, or 25/100. To convert a fraction or a decimal to a percentage, we multiply it by 100.

  • Fraction to Percentage: (Fraction) × 100%
  • Decimal to Percentage: (Decimal) × 100%

Conversely, to convert a percentage back to a fraction or decimal, we divide by 100.

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

Key Concepts and Formulas

Several key concepts are associated with percentages, including finding a percentage of a number, increasing or decreasing a number by a percentage, and calculating percentage change.

1. Finding a Percentage of a Number

To find 'x%' of a number 'N', we use the formula:

Percentage of N = (x/100) * N

Example: Find 30% of 200.

Calculation: (30/100) * 200 = 0.30 * 200 = 60.

2. Expressing one Quantity as a Percentage of Another

To express quantity A as a percentage of quantity B, we use the formula:

Percentage = (A / B) * 100%

Example: Express 50 as a percentage of 200.

Calculation: (50 / 200) * 100% = (1/4) * 100% = 25%.

3. Percentage Increase and Decrease

Percentage Increase: When a quantity increases, the percentage increase is calculated relative to the original value. Formula: Percentage Increase = ((New Value - Original Value) / Original Value) * 100%

Percentage Decrease: When a quantity decreases, the percentage decrease is also calculated relative to the original value. Formula: Percentage Decrease = ((Original Value - New Value) / Original Value) * 100%

Example: A salary increased from ₹10,000 to ₹12,000. Find the percentage increase.

Calculation: ((12,000 - 10,000) / 10,000) * 100% = (2,000 / 10,000) * 100% = 0.2 * 100% = 20%.

4. Successive Percentage Changes

When a quantity undergoes two or more percentage changes consecutively, the net effect is calculated based on the intermediate values. If a value is increased by x% and then by y%, the net percentage change is not simply (x+y)%.

Formula for two successive changes: Net Percentage Change = x + y + (xy / 100)%

If there is a decrease, the percentage is taken as negative.

Example: A price is increased by 10% and then by 20%. Find the net percentage increase.

Here, x = 10 and y = 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%. Find the net percentage change.

Here, x = 20 and y = -10.

Net Percentage Change = 20 + (-10) + (20 * -10 / 100)% = 10 + (-200 / 100)% = 10 - 2% = 8%. This is a net increase of 8%.

Shortcut for Successive Percentage Changes:

Think of it as applying one change after the other. If a number 'N' is increased by x%, it becomes N * (1 + x/100). If it's then increased by y%, it becomes [N * (1 + x/100)] * (1 + y/100). The net change factor is (1 + x/100) * (1 + y/100). Expanding this gives the formula x + y + xy/100.

Applications in Problem Solving

Percentage problems often appear in various forms, such as profit and loss, discounts, interest calculations, population changes, and mixture problems. Understanding the core concepts is crucial for solving these.

Profit and Loss

In profit and loss scenarios, the cost price (CP) is usually considered as the base (100%). Profit % = ((SP - CP) / CP) * 100% Loss % = ((CP - SP) / CP) * 100%

Discounts

Discounts are usually given on the marked price (MP). Selling Price (SP) = Marked Price (MP) - Discount Discount % = ((MP - SP) / MP) * 100%

Population Change

If the population of a town is P and it increases by R% annually, after n years, the population will be P * (1 + R/100)^n. If it decreases, it will be P * (1 - R/100)^n.

Common Mistakes to Avoid

  • Calculating percentage change based on the new value instead of the original value.
  • Adding or subtracting percentages directly when successive changes are involved.
  • Confusing percentage with absolute values.

Ratio and Proportion

Ratio and proportion are mathematical concepts used to compare quantities and establish relationships between them. They are essential for scaling, comparing, and solving problems involving equivalent relationships.

Understanding Ratio

A ratio is a comparison of two or more quantities of the same kind. It indicates how many times one quantity contains another. A ratio is expressed in its simplest form.

If we have two quantities, 'a' and 'b', their ratio is written as 'a : b' or 'a/b'. For example, the ratio of 5 apples to 10 oranges is 5:10, which simplifies to 1:2.

The terms of a ratio are called the antecedent (the first term) and the consequent (the second term). In the ratio a:b, 'a' is the antecedent and 'b' is the consequent.

Types of Ratios

  • Continued Ratio: This is a ratio involving three or more quantities, like a:b:c.
  • Duplicate Ratio: The ratio a2:b2 is called the duplicate ratio of a:b.
  • Sub-duplicate Ratio: The ratio √a:√b is called the sub-duplicate ratio of a:b.
  • Triplicate Ratio: The ratio a3:b3 is called the triplicate ratio of a:b.
  • Sub-triplicate Ratio: The ratio 3√a:3√b is called the sub-triplicate ratio of a:b.
  • Compound Ratio: The ratio of the product of antecedents to the product of consequents of two or more ratios. For example, the compound ratio of a:b and c:d is (a*c) : (b*d).

Understanding Proportion

A proportion is an equation stating that two ratios are equal. If the ratio a:b is equal to the ratio c:d, then a, b, c, and d are said to be in proportion.

This can be written as: a : b = c : d or a/b = c/d.

In the proportion a:b = c:d, the terms 'a' and 'd' are called the 'extremes', and the terms 'b' and 'c' are called the 'means'.

The fundamental property of proportion is that the product of the extremes is equal to the product of the means:

a * d = b * c

Types of Proportion

  • Direct Proportion: Two quantities are said to be in direct proportion if, when one quantity increases, the other quantity also increases at the same rate, and when one quantity decreases, the other quantity also decreases at the same rate. If x is directly proportional to y (x ∝ y), then x = ky for some constant k. This implies x/y = k.
  • Inverse Proportion: Two quantities are said to be in inverse proportion if, when one quantity increases, the other quantity decreases at the same rate, and vice versa. If x is inversely proportional to y (x ∝ 1/y), then x = k/y for some constant k. This implies xy = k.

Key Concepts and Formulas

1. Finding a Missing Term in a Proportion

If a:b = c:x, then b*c = a*x. Solving for x, we get x = (b*c) / a.

Example: Find the fourth proportional to 4, 6, and 8.

Let the fourth proportional be x. Then 4:6 = 8:x.

Using the property of proportion: 4 * x = 6 * 8

4x = 48

x = 48 / 4 = 12.

So, the fourth proportional is 12.

2. Continued Proportion

Three quantities a, b, and c are said to be in continued proportion if a:b = b:c. In this case, 'b' is called the mean proportional between 'a' and 'c'.

From a:b = b:c, we get b2 = ac. Therefore, the mean proportional b = √(ac).

Example: Find the mean proportional between 9 and 16.

Mean proportional = √(9 * 16) = √144 = 12.

3. Dividing a Quantity in a Given Ratio

To divide a quantity 'Q' in the ratio a:b, we divide Q into (a+b) equal parts. The first share will be (a / (a+b)) * Q, and the second share will be (b / (a+b)) * Q.

Example: Divide ₹500 in the ratio 2:3.

The total parts are 2 + 3 = 5.

First share = (2/5) * 500 = ₹200.

Second share = (3/5) * 500 = ₹300.

Shortcut for Ratio Problems:

When dealing with ratios involving three or more variables (e.g., A:B = 1:2, B:C = 3:4), ensure the common variable (B in this case) has the same value in both ratios. Multiply the first ratio by 3 and the second by 2 to get A:B = 3:6 and B:C = 6:8. Then, the combined ratio A:B:C is 3:6:8.

Applications in Problem Solving

Ratio and proportion are used extensively in:

  • Partnership Problems: Profits are divided among partners in the ratio of their investments and the duration of their investment.
  • Mixture Problems: Ratios are used to determine the proportions of different ingredients in a mixture.
  • Time and Work Problems: The ratio of work done by individuals is often related to their efficiency.
  • Geometry: Similar figures have proportional sides.
  • Scaling: Maps and scale models use ratios to represent real-world dimensions.

Square Roots

A square root of a number is a value that, when multiplied by itself, gives the original number. For example, the square root of 9 is 3 because 3 * 3 = 9. Every positive number has two square roots: a positive one (principal square root) and a negative one. The symbol for the principal square root is '√'.

Understanding Square Roots

If x2 = y, then x is a square root of y.

The principal square root of a non-negative number 'a' is denoted by √a, and it is the non-negative number whose square is 'a'.

For example:

  • √9 = 3 (because 3 * 3 = 9)
  • √16 = 4 (because 4 * 4 = 16)
  • √0 = 0 (because 0 * 0 = 0)

Note that (-3) * (-3) = 9 as well, so -3 is also a square root of 9. However, when we write √9, we conventionally mean the positive square root, which is 3.

The square root of a negative number is not a real number; it is an imaginary number. For example, √(-9) = 3i, where 'i' is the imaginary unit (√-1).

Methods for Finding Square Roots

There are several methods to find the square root of a number:

1. Prime Factorization Method

This method is suitable for perfect squares. Steps:

  1. Find the prime factorization of the given number.
  2. Group the prime factors in pairs.
  3. Take one factor from each pair.
  4. Multiply these factors together to get the square root.
Example: Find the square root of 576.
  1. Prime factorization of 576: 576 = 2 * 288 = 2 * 2 * 144 = 2 * 2 * 12 * 12 = 2 * 2 * (2*2*3) * (2*2*3) = 26 * 32
  2. Group in pairs: (2*2) * (2*2) * (2*2) * (3*3)
  3. Take one from each pair: 2 * 2 * 2 * 3
  4. Multiply: 2 * 2 * 2 * 3 = 8 * 3 = 24.
So, √576 = 24.

2. Long Division Method

This method is more general and can be used to find the square root of any number, whether it is a perfect square or not. It is particularly useful for large numbers. Steps:

  1. Pair the digits of the number starting from the right (for the units place). If the number of digits is odd, the leftmost digit forms a pair by itself.
  2. Find the largest number whose square is less than or equal to the first pair (or single digit). Write this number as the divisor and also as the quotient. Subtract its square from the first pair.
  3. Bring down the next pair of digits to form the new dividend.
  4. Double the current quotient and write it down with a blank space next to it (e.g., if the quotient is 2, write 4_).
  5. Find the largest digit to fill in the blank space such that when the new divisor (e.g., 4_) is multiplied by this digit, the result is less than or equal to the new dividend. Write this digit in the blank space and also in the quotient.
  6. Subtract the product from the new dividend.
  7. Repeat steps 3-6 until all pairs have been brought down.
Example: Find the square root of 1296 using the long division method.
  1. Pair the digits: 12 96.
  2. The first pair is 12. The largest number whose square is ≤ 12 is 3 (32 = 9). Write 3 as the divisor and quotient. Subtract 9 from 12. ``` 3 --- √12 96 9 --- 3 ```
  3. Bring down the next pair (96) to get 396. Double the quotient (3) to get 6. Write it as 6_. ``` 3 --- √12 96 9 --- 6_ | 396 ```
  4. We need to find a digit for the blank such that 6_ * _ ≤ 396. Let's try 6. 66 * 6 = 396. Write 6 in the blank and in the quotient. ``` 36 --- √12 96 9 --- 66 | 396 396 --- 0 ```
The remainder is 0, so √1296 = 36.

3. Estimation Method

For numbers that are not perfect squares, you can estimate the square root. Example: Estimate √50.

We know that 72 = 49 and 82 = 64. Since 50 is very close to 49, its square root will be slightly more than 7. We can say √50 ≈ 7.07.

Properties of Square Roots

  • √(a * b) = √a * √b
  • √(a / b) = √a / √b
  • √a2 = |a| (absolute value of a)
  • √1 = 1
  • √0 = 0

Square Roots of Fractions and Decimals

To find the square root of a fraction, find the square root of the numerator and the square root of the denominator separately: √(a/b) = √a / √b Example: √(16/25) = √16 / √25 = 4/5.

For decimals, convert them to fractions or use the long division method by pairing digits from the decimal point. Example: √0.09 = √(9/100) = √9 / √100 = 3/10 = 0.3.

Shortcut for Square Roots:

Memorize the squares of numbers from 1 to 20 (1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400). This helps in quickly identifying perfect squares and estimating square roots. Also, notice the last digit of a perfect square: it can only be 0, 1, 4, 5, 6, or 9. This can help eliminate possibilities.

Applications in Problem Solving

Square roots are used in:

  • Geometry: Calculating the length of the diagonal of a square (side * √2) or using the Pythagorean theorem (a2 + b2 = c2, so c = √(a2 + b2)).
  • Algebra: Solving quadratic equations.
  • Mensuration: Finding areas and volumes.
  • Statistics: Calculating standard deviation.