Simple Interest

Simple Interest (SI) is a method of calculating the interest charged on a loan. It is calculated on the principal amount, or on that portion of the principal amount that remains unpaid at the various intervals of time. The formula for simple interest is straightforward and is widely used for short-term loans. It's important to understand that simple interest is calculated only on the initial principal amount, not on the accumulated interest from previous periods.

Formula for Simple Interest

The formula to calculate Simple Interest is:

SI = (P × R × T) / 100

Where:

  • SI = Simple Interest
  • P = Principal amount (the initial sum of money borrowed or invested)
  • R = Rate of interest per annum (in percentage)
  • T = Time period (in years)

Calculating Principal, Rate, and Time

You can rearrange the formula to find any of the missing variables if you know the others:

  • To find Principal (P): P = (SI × 100) / (R × T)
  • To find Rate (R): R = (SI × 100) / (P × T)
  • To find Time (T): T = (SI × 100) / (P × R)

Amount

The total amount (A) after a certain time period, including the principal and the simple interest earned, is given by:

A = P + SI

Substituting the SI formula:

A = P + (P × R × T) / 100

A = P (1 + (R × T) / 100)

Key Concepts and Examples

Understanding the terms:

  • Principal (P): The initial sum of money.
  • Rate (R): The percentage at which interest is charged per year. If the rate is given per month, you must convert it to per annum by multiplying by 12.
  • Time (T): The duration for which the money is borrowed or invested. If the time is given in months, convert it to years by dividing by 12.

Example 1: Find the Simple Interest on ₹5,000 at 8% per annum for 3 years.

Here, P = ₹5,000, R = 8%, T = 3 years.

SI = (5000 × 8 × 3) / 100

SI = 50 × 8 × 3

SI = ₹1,200

The total amount will be A = P + SI = 5000 + 1200 = ₹6,200.

Example 2: In what time will ₹7,500 amount to ₹9,000 at 5% Simple Interest per annum?

Here, P = ₹7,500, A = ₹9,000, R = 5%.

First, find the Simple Interest: SI = A - P = 9000 - 7500 = ₹1,500.

Now, use the formula for Time: T = (SI × 100) / (P × R)

T = (1500 × 100) / (7500 × 5)

T = 150000 / 37500

T = 4 years.

Memory Trick for SI: Think of SI as "simple" because it's calculated only on the original amount. It's like getting the same "simple" interest every year. The formula SI = PRT/100 is easy to remember if you think of P (Principal) and R (Rate) as the core factors, and T (Time) as how long those factors apply. The '100' is there to convert the percentage rate into a decimal.

Types of Problems

Problems in this section often involve:

  • Calculating SI, P, R, or T.
  • Finding the time when the interest equals a certain fraction of the principal.
  • Problems involving different interest rates for different periods.
  • When an amount becomes 'n' times itself in 't' years. In such cases, the SI earned is (n-1) times the Principal.

Compound Interest

Compound Interest (CI) is the interest calculated on the initial principal and also on the accumulated interest of previous periods. This means that interest is added to the principal, and then the next period's interest is calculated on the new, larger principal. This process is known as "compounding." Compound interest is often referred to as "interest on interest." It is typically used for longer-term investments and loans because it grows money much faster than simple interest.

Formula for Compound Interest

The formula to calculate the Amount (A) with compound interest is:

A = P (1 + R/100)n

Where:

  • A = Amount (Principal + Compound Interest)
  • P = Principal amount
  • R = Annual rate of interest (in percentage)
  • n = Number of compounding periods (usually years)

The Compound Interest (CI) is then calculated as:

CI = A - P

CI = P (1 + R/100)n - P

CI = P [(1 + R/100)n - 1]

Compounding Frequency

The formula assumes interest is compounded annually. However, interest can be compounded more frequently (e.g., half-yearly, quarterly, or monthly). When the compounding frequency changes, the formula needs to be adjusted:

A = P (1 + (R/m)/(100))(n*m)

Where:

  • m = Number of times interest is compounded per year.
  • If compounded half-yearly, m = 2. The rate becomes R/2, and the number of periods becomes 2n.
  • If compounded quarterly, m = 4. The rate becomes R/4, and the number of periods becomes 4n.
  • If compounded monthly, m = 12. The rate becomes R/12, and the number of periods becomes 12n.

Key Concepts and Examples

Understanding the terms:

  • Compounding: The process of earning interest on both the principal and previously earned interest.
  • Nominal Rate vs. Effective Rate: The nominal rate is the stated annual rate. The effective rate is the actual rate of interest earned in a year, considering the effect of compounding. The effective annual rate (EAR) is often higher than the nominal rate when compounding occurs more than once a year.

Example 1: Calculate the Compound Interest on ₹10,000 at 10% per annum for 3 years.

Here, P = ₹10,000, R = 10%, n = 3 years.

A = 10000 (1 + 10/100)3

A = 10000 (1 + 0.1)3

A = 10000 (1.1)3

A = 10000 × 1.331

A = ₹13,310

CI = A - P = 13310 - 10000 = ₹3,310.

Example 2: Find the amount on ₹8,000 for 2 years at 5% per annum, compounded half-yearly.

Here, P = ₹8,000, R = 5% per annum, n = 2 years.

Since it's compounded half-yearly, m = 2.

The rate per period = R/m = 5/2 = 2.5%

The number of periods = n * m = 2 * 2 = 4.

A = P (1 + (R/m)/100)(n*m)

A = 8000 (1 + 2.5/100)4

A = 8000 (1 + 0.025)4

A = 8000 (1.025)4

A = 8000 × 1.10381289...

A ≈ ₹8,830.50

Difference between SI and CI

The primary difference lies in how interest is calculated.

  • SI: Calculated only on the original principal.
  • CI: Calculated on the principal plus accumulated interest.

For the same principal, rate, and time, CI will always be greater than SI (unless the time period is 1 year or less and compounded annually).

The difference between CI and SI for 2 years can be calculated directly:

Difference = P (R/100)2

For 3 years:

Difference = P (R/100)2 (3 + R/100)

Memory Trick for CI: Think of CI as "compounding" or "growing" interest. Each year, the interest you earned gets added to your principal, making your money grow faster. The formula A = P(1 + R/100)n shows this growth: the (1 + R/100) part is the growth factor each year, and raising it to the power of 'n' means this growth is applied repeatedly for 'n' years. For half-yearly compounding, remember to halve the rate (R/2) and double the number of years (2n), making it (1 + R/(2*100))2n.

Time and Work

The Time and Work section deals with problems related to the completion of tasks by individuals or groups working together or individually. The core concept is that the rate at which a person works determines how much time they take to complete a job. This topic is fundamental in quantitative aptitude exams.

Basic Concepts

The fundamental principle is that the amount of work done is directly proportional to the rate of work and the time spent working.

Work = Rate × Time

If a person can complete a work in 'x' days, their rate of work is 1/x of the work per day.

Conversely, if a person's rate of work is 'r' per day, the time taken to complete the work is 1/r days.

Key Formulas and Relationships

1. Individual Work Rate: If person A can complete a work in 'a' days, then A's rate of work = 1/a (work per day).

2. Combined Work Rate (Addition): If A and B can complete a work in 'a' and 'b' days respectively, then their combined rate of work is (1/a + 1/b) work per day. The time taken by both to complete the work together is 1 / (1/a + 1/b) = ab / (a+b) days.

3. Combined Work Rate (Subtraction): If A can complete a work in 'a' days and B can complete the same work in 'b' days, and B leaves after 'x' days, then the remaining work is done by A.

4. Efficiency: If A is twice as efficient as B, it means A can do twice the work in the same time, or A takes half the time to do the same work as B. If A takes 'a' days, B will take '2a' days.

5. Work done in a specific number of days: If A does work for 'x' days, then the work done by A is x * (1/a).

M-D-H Formula (Men, Days, Hours)

This formula is useful when dealing with different numbers of people, days, and hours of work. It states that the total amount of work done is proportional to the product of the number of men, the number of days, and the number of hours worked per day.

(M1 × D1 × H1) / W1 = (M2 × D2 × H2) / W2

Where:

  • M = Number of Men
  • D = Number of Days
  • H = Number of Hours per day
  • W = Amount of Work done

This formula implies that if the work (W) is the same, then M × D × H is constant.

Examples

Example 1: A can do a piece of work in 10 days and B can do the same work in 15 days. In how many days can they together complete the work?

A's rate = 1/10 work per day.

B's rate = 1/15 work per day.

Combined rate = (1/10 + 1/15) work per day.

To add these fractions, find a common denominator (LCM of 10 and 15 is 30).

Combined rate = (3/30 + 2/30) = 5/30 = 1/6 work per day.

Time taken together = 1 / (Combined rate) = 1 / (1/6) = 6 days.

Using the formula: Time = ab / (a+b) = (10 × 15) / (10 + 15) = 150 / 25 = 6 days.

Example 2: A can complete a work in 8 days and B can complete it in 12 days. They start working together, but B leaves after 3 days. In how many days will A complete the remaining work?

A's rate = 1/8 work per day.

B's rate = 1/12 work per day.

Combined rate of A and B = (1/8 + 1/12) = (3/24 + 2/24) = 5/24 work per day.

Work done by A and B in 3 days = 3 × (5/24) = 15/24 = 5/8 of the work.

Remaining work = 1 - 5/8 = 3/8 of the work.

A needs to complete the remaining 3/8 work.

Time taken by A for remaining work = Remaining Work / A's Rate

Time = (3/8) / (1/8) = (3/8) × 8 = 3 days.

So, A will complete the remaining work in 3 days.

Example 3: 10 men can complete a work in 15 days and 15 women can complete the same work in 12 days. How many days will 6 men and 18 women take to complete the work?

From the M-D-H formula (assuming H=1 and W=1 for simplicity):

10 men × 15 days = Total work units (Man-days)

15 women × 12 days = Total work units (Woman-days)

Total work = 150 man-days.

Total work = 180 woman-days.

This implies that 150 man-days = 180 woman-days.

So, 15 men = 18 women, which means 5 men = 6 women.

Now, we need to find the time for 6 men and 18 women.

Convert everything to one unit, say women.

6 men = (6/5) × 6 women = 36/5 = 7.2 women.

Total working strength = 7.2 women + 18 women = 25.2 women.

We know 15 women take 12 days.

Using the M-D-H concept: M1D1 = M2D2

15 women × 12 days = 25.2 women × D2 days

180 = 25.2 × D2

D2 = 180 / 25.2 = 1800 / 252

D2 = 7.14 days (approximately).

Memory Trick for Time & Work: Think of work as a pie. If A eats 1/10 of the pie per day, they'll finish it in 10 days. When A and B work together, their eating rates add up. The combined rate is the sum of individual rates (1/A + 1/B). The time taken together is the reciprocal of the combined rate. For efficiency, remember: more efficient means less time. If A is twice as efficient as B, A takes half the time B takes.