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

Fractions & Decimals

Learning objective
Understand and perform operations on fractions and decimals

Introduction

Fractions and decimals are two common ways to represent parts of a whole number. Understanding both forms and how to convert between them is essential for solving many numerical problems, especially in competitive exams like the Delhi Police Constable (DPC) Examination. Whether you are calculating distances in kilometers, prices in INR, or quantities in liters, fractions and decimals help express values that are not whole numbers.

In this section, you will learn how to convert fractions to decimals and vice versa, and how to perform the four basic arithmetic operations - addition, subtraction, multiplication, and division - on both fractions and decimals. Mastering these concepts will improve your speed and accuracy in solving exam questions.

Conversion between Fractions and Decimals

A fraction is a number expressed as the ratio of two integers, written as numerator over denominator, for example, \(\frac{3}{4}\). A decimal is a number expressed in base 10 with a decimal point, such as 0.75.

To convert between these two forms, we use division and place value concepts.

graph TD    A[Start] --> B{Fraction to Decimal?}    B -- Yes --> C[Divide numerator by denominator]    C --> D[Write quotient as decimal]    B -- No --> E{Decimal to Fraction?}    E -- Yes --> F[Count decimal places (n)]    F --> G[Multiply decimal by \(10^n\)]    G --> H[Write as fraction over \(10^n\)]    H --> I[Simplify fraction]    E -- No --> J[End]

Fraction to Decimal

To convert a fraction to a decimal, divide the numerator by the denominator. For example, to convert \(\frac{3}{8}\) to a decimal, divide 3 by 8:

\(3 \div 8 = 0.375\)

This decimal is called a terminating decimal because it ends after a few digits.

Decimal to Fraction

To convert a decimal to a fraction, count the number of digits after the decimal point. Suppose the decimal is 0.625, which has 3 digits after the decimal. Multiply the decimal by \(10^3 = 1000\) to get 625, then write it as a fraction over 1000:

\[0.625 = \frac{625}{1000}\]

Now simplify the fraction by dividing numerator and denominator by their greatest common divisor (GCD), which is 125:

\[\frac{625 \div 125}{1000 \div 125} = \frac{5}{8}\]

Recurring Decimals

Some decimals repeat a pattern infinitely, such as \(0.333...\) or \(0.142857142857...\). These are called recurring decimals. They can also be converted to fractions using algebraic methods, which will be discussed in advanced topics.

Addition and Subtraction of Fractions

When adding or subtracting fractions, the denominators (bottom numbers) must be the same. If they are different, find the Least Common Multiple (LCM) of the denominators to get a common denominator.

Steps to add or subtract fractions:

  1. Find the LCM of the denominators.
  2. Convert each fraction to an equivalent fraction with the LCM as denominator.
  3. Add or subtract the numerators.
  4. Keep the denominator the same.
  5. Simplify the resulting fraction if possible.
Step Addition Example: \(\frac{2}{5} + \frac{3}{7}\) Subtraction Example: \(\frac{5}{6} - \frac{1}{4}\)
Find LCM of denominators LCM of 5 and 7 = 35 LCM of 6 and 4 = 12
Convert fractions \(\frac{2}{5} = \frac{14}{35}, \quad \frac{3}{7} = \frac{15}{35}\) \(\frac{5}{6} = \frac{10}{12}, \quad \frac{1}{4} = \frac{3}{12}\)
Add/Subtract numerators 14 + 15 = 29 10 - 3 = 7
Result \(\frac{29}{35}\) \(\frac{7}{12}\)

Multiplication and Division of Fractions

Multiplying and dividing fractions is simpler than addition and subtraction because you do not need a common denominator.

Multiplication: Multiply the numerators together and the denominators together.

Division: Multiply the first fraction by the reciprocal of the second fraction. The reciprocal of a fraction is obtained by swapping its numerator and denominator.

Multiply: a b x c d = ac bd Divide: a b / c d = a b x d c = ad bc

Operations on Decimals

Decimals are handled differently from fractions but follow logical rules based on place value.

Operation Rule Example
Addition & Subtraction Align decimal points vertically, then add or subtract digits column-wise. 3.6 - 1.25 = 2.35
Multiplication Ignore decimals and multiply as integers. Count total decimal places in factors and place decimal in product accordingly. 0.75 x 0.4 = 0.30
Division Multiply divisor and dividend by \(10^n\) to make divisor a whole number, then divide as integers. Divide 1.2 by 0.4 -> Multiply both by 10 -> 12 / 4 = 3

Worked Examples

Example 1: Convert \(\frac{3}{8}\) to Decimal Easy
Convert the fraction \(\frac{3}{8}\) into its decimal form.

Step 1: Divide numerator by denominator: \(3 \div 8\).

Step 2: Perform the division: \(3 \div 8 = 0.375\).

Answer: \(\frac{3}{8} = 0.375\).

Example 2: Add \(\frac{2}{5}\) and \(\frac{3}{7}\) Medium
Find the sum of \(\frac{2}{5}\) and \(\frac{3}{7}\).

Step 1: Find LCM of denominators 5 and 7: LCM = 35.

Step 2: Convert fractions to have denominator 35:

\(\frac{2}{5} = \frac{2 \times 7}{5 \times 7} = \frac{14}{35}\)

\(\frac{3}{7} = \frac{3 \times 5}{7 \times 5} = \frac{15}{35}\)

Step 3: Add numerators: \(14 + 15 = 29\).

Step 4: Write the result over common denominator: \(\frac{29}{35}\).

Answer: \(\frac{2}{5} + \frac{3}{7} = \frac{29}{35}\).

Example 3: Multiply 0.75 by 0.4 Easy
Calculate the product of 0.75 and 0.4.

Step 1: Ignore decimals and multiply as integers: \(75 \times 4 = 300\).

Step 2: Count total decimal places: 0.75 has 2, 0.4 has 1, total = 3.

Step 3: Place decimal point in product so it has 3 decimal places: \(0.300\).

Step 4: Simplify decimal: \(0.300 = 0.3\).

Answer: \(0.75 \times 0.4 = 0.3\).

Example 4: Divide \(\frac{7}{9}\) by \(\frac{2}{3}\) Medium
Find the quotient when \(\frac{7}{9}\) is divided by \(\frac{2}{3}\).

Step 1: Find reciprocal of divisor \(\frac{2}{3}\) -> \(\frac{3}{2}\).

Step 2: Multiply dividend by reciprocal:

\(\frac{7}{9} \times \frac{3}{2} = \frac{7 \times 3}{9 \times 2} = \frac{21}{18}\).

Step 3: Simplify fraction by dividing numerator and denominator by 3:

\(\frac{21 \div 3}{18 \div 3} = \frac{7}{6}\).

Answer: \(\frac{7}{9} \div \frac{2}{3} = \frac{7}{6}\).

Example 5: Subtract 1.25 from 3.6 Easy
Calculate \(3.6 - 1.25\).

Step 1: Align decimal points:

3.60

-1.25

Step 2: Subtract digits column-wise:

0 - 5 cannot be done, borrow 1 -> 10 - 5 = 5

5 (borrowed) - 2 = 3

6 - 1 = 5

Step 3: Write the result with decimal point aligned:

2.35

Answer: \(3.6 - 1.25 = 2.35\).

Fraction to Decimal Conversion

\[\text{Decimal} = \frac{\text{Numerator}}{\text{Denominator}}\]

Divide numerator by denominator to convert fraction to decimal.

Numerator = Top part of fraction
Denominator = Bottom part of fraction

Decimal to Fraction Conversion

\[\text{Fraction} = \frac{\text{Decimal} \times 10^n}{10^n}\]

Multiply decimal by 10^n where n is number of decimal places, then simplify.

Decimal = Given decimal number
n = Number of digits after decimal point

Addition/Subtraction of Fractions

\[\frac{a}{b} \pm \frac{c}{d} = \frac{ad \pm bc}{bd}\]

Add or subtract fractions by cross-multiplying and summing/subtracting numerators over common denominator.

a,b = Numerator and denominator of first fraction
c,d = Numerator and denominator of second fraction

Multiplication of Fractions

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

Multiply numerators and denominators directly.

a,b,c,d = Numerators and denominators of fractions

Division of Fractions

\[\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{ad}{bc}\]

Multiply first fraction by reciprocal of second.

a,b,c,d = Numerators and denominators of fractions

Addition/Subtraction of Decimals

Align decimal points and add/subtract digits column-wise.

Add or subtract decimals by aligning decimal points and performing digit-wise operation.

Digits = Digits of decimals

Multiplication of Decimals

Multiply as integers ignoring decimals, then place decimal point in product equal to sum of decimal places in factors.

Count total decimal places in factors to place decimal in product.

Decimal places = Number of decimal places in each factor

Division of Decimals

\[Multiply divisor and dividend by 10^n to make divisor whole number, then divide as integers.\]

Shift decimal points to right in both numbers by n places where n is decimal places in divisor.

n = Number of decimal places in divisor

Tips & Tricks

Tip: Always find the LCM of denominators before adding or subtracting fractions.

When to use: When adding or subtracting fractions with unlike denominators.

Tip: To multiply decimals, ignore decimal points, multiply as integers, then place decimal in product equal to total decimal places in factors.

When to use: When multiplying decimals to avoid confusion with decimal placement.

Tip: For division of decimals, convert the divisor to a whole number by shifting decimal points in both divisor and dividend equally.

When to use: When dividing decimals to simplify calculation.

Tip: Recurring decimals can be converted to fractions using algebraic methods; practice these to handle tricky questions.

When to use: When dealing with repeating decimal conversions in exams.

Tip: Use metric units (like meters, liters) and INR examples to relate problems to real-life scenarios for better understanding.

When to use: During practice to enhance conceptual clarity and retention.

Common Mistakes to Avoid

❌ Adding fractions without finding a common denominator.
✓ Always find the LCM of denominators before adding or subtracting.
Why: Students often add numerators and denominators directly, which leads to incorrect answers.
❌ Misplacing the decimal point after multiplying decimals.
✓ Count total decimal places in both numbers and place the decimal accordingly in the product.
Why: Forgetting to adjust decimal places causes wrong final answers.
❌ Dividing decimals without converting the divisor to a whole number.
✓ Shift decimal points in both divisor and dividend to make divisor whole before dividing.
Why: Dividing directly leads to incorrect quotient and confusion.
❌ Not simplifying fractions after operations.
✓ Always reduce fractions to simplest form for final answers.
Why: Simplification is necessary for standard answer format and clarity.
❌ Confusing numerator and denominator during reciprocal calculation in division.
✓ Carefully swap numerator and denominator of divisor fraction before multiplying.
Why: Mistakes here lead to wrong division results and incorrect 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
Fractions & Decimals · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.