👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Arithmetic and Number Systems
Study mode

Ratio and proportion

Introduction to Ratio and Proportion

Imagine you and your friend have some money, and you want to share it fairly. How do you decide who gets how much? This is where the concept of ratio comes in. A ratio is a way to compare two quantities, showing how many times one quantity contains another. For example, if you have Rs.300 and your friend has Rs.500, the ratio of your money to your friend's money is 300:500.

Now, suppose you want to mix sugar and water in a recipe so that the sweetness is just right. You might say the sugar to water should be in the ratio 1:4. If you know the amount of sugar, you can find out how much water to add. When two ratios are equal, we say they are in proportion. Proportion helps us solve many real-life problems involving comparisons, mixtures, and scaling quantities.

Understanding ratio and proportion is essential for competitive exams and everyday calculations, such as finance, cooking, and measurement conversions.

Understanding Ratio

A ratio is a comparison of two quantities of the same kind, expressed as "a to b" or written as a:b. It tells us how many times one quantity is compared to another.

For example, if a classroom has 12 boys and 18 girls, the ratio of boys to girls is 12:18. This ratio can be simplified by dividing both numbers by their greatest common divisor (GCD).

3 units 5 units

In the above diagram, the blue bar represents 3 units and the green bar represents 5 units, illustrating the ratio 3:5 visually.

Ratios can be of two types:

  • Part-to-Part Ratio: Compares one part to another part (e.g., boys to girls = 12:18).
  • Part-to-Whole Ratio: Compares one part to the total (e.g., boys to total students = 12:30).

To simplify a ratio, divide both terms by their GCD. For example, 12:18 simplifies to 2:3 because the GCD of 12 and 18 is 6.

Proportion and Its Properties

A proportion states that two ratios are equal. If we have two ratios \( \frac{a}{b} \) and \( \frac{c}{d} \), then they are in proportion if:

\[ \frac{a}{b} = \frac{c}{d} \]

This means the ratio of \(a\) to \(b\) is the same as the ratio of \(c\) to \(d\).

One of the key properties of proportion is:

\[ a \times d = b \times c \]

This is called the product of means equals product of extremes. It is very useful for solving problems where one term is unknown.

graph TD    A[Identify two ratios] --> B[Set up proportion equation]    B --> C[Apply cross multiplication]    C --> D[Solve for unknown term]    D --> E[Check solution for correctness]

This flowchart shows the step-by-step process to solve proportion problems efficiently.

Example 1: Simplifying a Ratio Easy
Simplify the ratio 24:36.

Step 1: Find the greatest common divisor (GCD) of 24 and 36.

Factors of 24: 1, 2, 3, 4, 6, 8, 12, 24

Factors of 36: 1, 2, 3, 4, 6, 9, 12, 18, 36

GCD is 12.

Step 2: Divide both terms by 12.

24 / 12 = 2, 36 / 12 = 3

Answer: The simplified ratio is 2:3.

Example 2: Finding the Missing Term in a Proportion Medium
Find the missing term \(x\) in the proportion \( \frac{5}{x} = \frac{15}{45} \).

Step 1: Write the proportion:

\( \frac{5}{x} = \frac{15}{45} \)

Step 2: Cross multiply:

\( 5 \times 45 = 15 \times x \)

\( 225 = 15x \)

Step 3: Solve for \(x\):

\( x = \frac{225}{15} = 15 \)

Answer: The missing term \(x\) is 15.

Example 3: Mixture Problem Using Ratios Hard
A container has milk and water in the ratio 3:2. If 10 liters of mixture is added with milk and water in the ratio 4:1, find the new ratio of milk to water.

Step 1: Assume the original quantities of milk and water are 3x liters and 2x liters respectively.

Step 2: The added mixture has milk and water in ratio 4:1, total 5 parts.

Milk in added mixture = \( \frac{4}{5} \times 10 = 8 \) liters

Water in added mixture = \( \frac{1}{5} \times 10 = 2 \) liters

Step 3: New quantities:

Milk = \(3x + 8\)

Water = \(2x + 2\)

Step 4: The new ratio is:

\( \frac{3x + 8}{2x + 2} \)

Step 5: To find the exact ratio, we need the value of \(x\). Since the original quantities are not given, we can express the new ratio in terms of \(x\) or assume a value for \(x\).

Assuming \(x = 5\) liters (for example):

Milk = \(3 \times 5 + 8 = 15 + 8 = 23\) liters

Water = \(2 \times 5 + 2 = 10 + 2 = 12\) liters

Step 6: Simplify the ratio 23:12.

Since 23 and 12 have no common divisor other than 1, the ratio remains 23:12.

Answer: The new ratio of milk to water is 23:12.

Example 4: Direct Proportion Application Medium
If 5 kg of apples cost Rs.250, find the cost of 8 kg of apples.

Step 1: Let the cost of 8 kg apples be \(x\) INR.

Step 2: Since cost is directly proportional to weight, set up the proportion:

\( \frac{5}{250} = \frac{8}{x} \)

Step 3: Cross multiply:

\(5 \times x = 8 \times 250\)

\(5x = 2000\)

Step 4: Solve for \(x\):

\(x = \frac{2000}{5} = 400\)

Answer: The cost of 8 kg apples is Rs.400.

Example 5: Inverse Proportion Problem Hard
If 6 workers can complete a task in 10 days, how many days will 15 workers take to complete the same task?

Step 1: Let the number of days taken by 15 workers be \(x\).

Step 2: Number of workers and days are inversely proportional because more workers mean fewer days.

So, \(6 \times 10 = 15 \times x\)

Step 3: Calculate \(x\):

\(60 = 15x\)

\(x = \frac{60}{15} = 4\)

Answer: 15 workers will complete the task in 4 days.

Ratio

\[\frac{a}{b}\]

Comparison of two quantities a and b

a = First quantity
b = Second quantity

Proportion

\[\frac{a}{b} = \frac{c}{d}\]

Two ratios are equal

a,b,c,d = Quantities forming two ratios

Cross Multiplication

\[a \times d = b \times c\]

Used to solve for unknowns in proportions

a,b,c,d = Terms in proportion \frac{a}{b} = \frac{c}{d}

Direct Proportion

\[\frac{a}{b} = \frac{c}{d} \implies a \times d = b \times c\]

When one quantity increases, the other increases in the same ratio

a,b,c,d = Related quantities

Inverse Proportion

\[a \times b = k\]

Product of two quantities remains constant

a,b = Inversely proportional quantities
k = Constant

Tips & Tricks

Tip: Use cross multiplication to quickly solve proportion problems instead of setting up complex equations.

When to use: Whenever you have a proportion with one unknown term.

Tip: Always simplify ratios before solving problems to reduce calculation errors.

When to use: At the start of any problem involving ratios.

Tip: Convert all quantities to the same unit (preferably metric) before comparing or calculating ratios.

When to use: When dealing with measurements in different units, such as kilograms and grams.

Tip: For mixture problems, first convert ratio parts into actual quantities before adding and then find the new ratio.

When to use: When mixing two or more substances in given ratios.

Tip: Remember that in inverse proportion, the product of the two quantities remains constant.

When to use: When one quantity increases and the other decreases, such as workers and days to complete a task.

Common Mistakes to Avoid

❌ Confusing ratio with fraction and treating them interchangeably without context.
✓ Understand that ratio compares two quantities and fraction represents part of a whole; use them appropriately.
Why: Students often see the notation a:b and mistake it for a fraction a/b, which can lead to incorrect interpretations.
❌ Not simplifying ratios before solving proportion problems, leading to complicated calculations.
✓ Always simplify ratios to their lowest terms before proceeding.
Why: Simplification reduces complexity and chances of arithmetic errors.
❌ Incorrect cross multiplication by mixing terms from different sides of the proportion.
✓ Multiply extremes and means correctly: \( a \times d = b \times c \) in \( \frac{a}{b} = \frac{c}{d} \).
Why: Misplacement causes wrong equations and wrong answers.
❌ Ignoring units or mixing different units in ratio calculations.
✓ Convert all quantities to the same metric units before calculating ratios.
Why: Different units distort the ratio and lead to incorrect results.
❌ In mixture problems, adding quantities without adjusting the ratio properly.
✓ Calculate actual quantities from ratios before adding and then find the new ratio.
Why: Directly adding ratio parts is mathematically incorrect and leads to wrong answers.
✨ AI exam tools — try them free (included in every plan)
Tip: select any text above to Explain / Example / Simplify it.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Ratio and proportion · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.