👁 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

Basic operations

Introduction to Basic Arithmetic Operations

Arithmetic operations form the foundation of all mathematical calculations. The four fundamental operations are addition, subtraction, multiplication, and division. These operations are essential not only in everyday life-such as shopping, cooking, and measuring-but also in competitive exams where speed and accuracy are crucial.

Understanding how to perform these operations on different types of numbers-integers (whole numbers), decimals (numbers with fractional parts), and fractions (ratios of two integers)-is vital. Each type has its own rules and techniques, which we will explore step-by-step, building from simple to more complex examples.

Addition and Subtraction of Numbers

Addition is the process of combining two or more numbers to get their total, while subtraction is finding the difference between numbers. Let's learn how to perform these operations with integers, decimals, and fractions.

Addition and Subtraction of Integers

Integers are whole numbers and their negatives, such as -3, 0, 5, 12. Adding and subtracting integers follow straightforward rules:

  • Addition: Combine the numbers, keeping track of signs.
  • Subtraction: Subtract the second number from the first, or add the negative of the second number.

Example: \(7 + (-3) = 4\), \(5 - 8 = 5 + (-8) = -3\).

Addition and Subtraction of Decimals

Decimals are numbers with digits after the decimal point, such as 2.75 or 3.4. When adding or subtracting decimals, align the decimal points vertically to ensure digits of the same place value are added or subtracted.

Example: To add 2.75 and 3.4, write as:

2.75
+3.40
____
6.15

Notice the zero added to 3.4 to make it 3.40, aligning decimal places.

Addition and Subtraction of Fractions

Fractions represent parts of a whole, written as \(\frac{a}{b}\), where \(a\) is the numerator (top number) and \(b\) is the denominator (bottom number). To add or subtract fractions:

  1. If denominators are the same, add or subtract numerators directly.
  2. If denominators differ, find the least common denominator (LCD), convert fractions to equivalent fractions with the LCD, then add or subtract numerators.

Example: To subtract \(\frac{3}{4}\) from \(\frac{5}{6}\), find LCD of 4 and 6, which is 12.

StepOperationResult
1Convert \(\frac{5}{6}\) to denominator 12\(\frac{5 \times 2}{6 \times 2} = \frac{10}{12}\)
2Convert \(\frac{3}{4}\) to denominator 12\(\frac{3 \times 3}{4 \times 3} = \frac{9}{12}\)
3Subtract numerators\(\frac{10 - 9}{12} = \frac{1}{12}\)
OperationExampleResult
Addition of decimals2.75 + 3.406.15
Subtraction of fractions\frac{5}{6} - \frac{3}{4}\frac{1}{12}

Multiplication of Numbers

Multiplication is repeated addition. Let's see how to multiply integers, decimals, and fractions.

Multiplication of Integers

Multiply the absolute values and assign the sign based on the rule: product is positive if both numbers have the same sign, negative otherwise.

Example: \( -4 \times 6 = -24 \), \( -3 \times -5 = 15 \).

Multiplication of Decimals

Multiply decimals as if they were whole numbers (ignoring the decimal point), then place the decimal point in the product so that the total number of decimal places equals the sum of decimal places in the factors.

Example: Multiply 2.5 (1 decimal place) by 0.4 (1 decimal place):

25
x 4
____
100

Since total decimal places = 1 + 1 = 2, place decimal two places from right: 1.00

Multiplication of Fractions

Multiply numerators together and denominators together:

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

Example: \(\frac{2}{3} \times \frac{4}{5} = \frac{8}{15}\).

TypeExampleResult
Integer multiplication -4 x 6 -24
Decimal multiplication 2.5 x 0.4 1.00
Fraction multiplication \(\frac{2}{3} \times \frac{4}{5}\) \(\frac{8}{15}\)

Division of Numbers

Division is splitting a number into equal parts or groups. We will learn division for integers, decimals, and fractions.

Division of Integers

Divide the absolute values and assign sign based on rules similar to multiplication. Example: \( -12 \div 4 = -3 \), \( 15 \div (-5) = -3 \).

Division of Decimals

To divide decimals, shift the decimal point in both divisor and dividend to the right until the divisor becomes an integer, then divide as integers.

graph TD    A[Start with decimal division] --> B[Shift decimal points right to make divisor integer]    B --> C[Divide as integers]    C --> D[Place decimal point in quotient accordingly]    D --> E[End]

Example: Divide 4.5 by 0.15

  • Shift decimal 2 places right: 4.5 -> 450, 0.15 -> 15
  • Divide 450 by 15 = 30

Division of Fractions

Dividing fractions is done by multiplying the first fraction by the reciprocal of the second:

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

Example: \(\frac{3}{4} \div \frac{2}{5} = \frac{3}{4} \times \frac{5}{2} = \frac{15}{8}\).

Properties of Operations

Understanding properties of arithmetic operations helps simplify calculations and solve problems efficiently.

PropertyDescriptionExample (Integers)Example (Fractions)
Commutative Order of numbers does not change result \(3 + 5 = 5 + 3\) \(\frac{1}{2} \times \frac{3}{4} = \frac{3}{4} \times \frac{1}{2}\)
Associative Grouping of numbers does not change result \((2 + 3) + 4 = 2 + (3 + 4)\) \(\left(\frac{1}{3} + \frac{1}{6}\right) + \frac{1}{2} = \frac{1}{3} + \left(\frac{1}{6} + \frac{1}{2}\right)\)
Distributive Multiplication distributes over addition \(4 \times (3 + 2) = 4 \times 3 + 4 \times 2\) \(\frac{2}{3} \times \left(\frac{3}{4} + \frac{1}{4}\right) = \frac{2}{3} \times \frac{3}{4} + \frac{2}{3} \times \frac{1}{4}\)

Addition of Fractions

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

Add fractions by finding common denominator and adding numerators

a,c = Numerators
b,d = Denominators

Subtraction of Fractions

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

Subtract fractions by finding common denominator and subtracting numerators

a,c = Numerators
b,d = Denominators

Multiplication of Fractions

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

Multiply numerators and denominators directly

a,c = Numerators
b,d = Denominators

Division of Fractions

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

Divide by multiplying with reciprocal of divisor

a,c = Numerators
b,d = Denominators

Multiplication of Decimals

Multiply as integers, then place decimal point so total decimal places equal sum in factors

Count decimal places in both numbers, then place decimal in product accordingly

Decimal places = Number of digits after decimal in each factor

Division of Decimals

Shift decimal points right in divisor and dividend to make divisor integer, then divide as integers

Make divisor an integer by shifting decimals, then divide

Decimal places shifted = Number of places decimal point is moved
Example 1: Adding Lengths in Meters Easy
Add 2.75 meters and 3.4 meters.

Step 1: Write the numbers aligning decimal points:

2.75
+3.40
____

Step 2: Add digits column-wise from right to left:

  • 5 + 0 = 5
  • 7 + 4 = 11, write 1 carry 1
  • 2 + 3 + 1 (carry) = 6

Answer: 6.15 meters

Example 2: Subtracting Fractions with Unlike Denominators Medium
Subtract \(\frac{3}{4}\) from \(\frac{5}{6}\).

Step 1: Find the least common denominator (LCD) of 4 and 6, which is 12.

Step 2: Convert fractions to equivalent fractions with denominator 12:

  • \(\frac{5}{6} = \frac{5 \times 2}{6 \times 2} = \frac{10}{12}\)
  • \(\frac{3}{4} = \frac{3 \times 3}{4 \times 3} = \frac{9}{12}\)

Step 3: Subtract numerators:

\(\frac{10}{12} - \frac{9}{12} = \frac{10 - 9}{12} = \frac{1}{12}\)

Answer: \(\frac{1}{12}\)

Example 3: Multiplying Decimals in Currency Calculations Medium
Calculate the total cost if 2.3 kg of apples cost Rs.120.50 per kg.

Step 1: Multiply 2.3 by 120.50.

Ignore decimals and multiply 23 by 12050:

23 x 12050 = 23 x (12000 + 50) = 23 x 12000 + 23 x 50 = 276000 + 1150 = 277150

Step 2: Count decimal places: 2.3 has 1 decimal place, 120.50 has 2 decimal places, total 3.

Step 3: Place decimal point 3 places from right in 277150 -> 277.150

Answer: Rs.277.15

Example 4: Dividing Fractions for Recipe Adjustment Hard
How many \(\frac{2}{5}\) cup portions are there in \(\frac{3}{4}\) cup of sugar?

Step 1: Divide \(\frac{3}{4}\) by \(\frac{2}{5}\):

\[ \frac{3}{4} \div \frac{2}{5} = \frac{3}{4} \times \frac{5}{2} = \frac{3 \times 5}{4 \times 2} = \frac{15}{8} \]

Step 2: Convert \(\frac{15}{8}\) to mixed number:

15 / 8 = 1 remainder 7, so \(1 \frac{7}{8}\)

Answer: There are \(1 \frac{7}{8}\) portions of \(\frac{2}{5}\) cups in \(\frac{3}{4}\) cup of sugar.

Example 5: Using Distributive Property to Simplify 23 x 17 Medium
Calculate \(23 \times 17\) using the distributive property.

Step 1: Express 23 as \(20 + 3\).

Step 2: Apply distributive property:

\[ 23 \times 17 = (20 + 3) \times 17 = 20 \times 17 + 3 \times 17 \]

Step 3: Calculate each term:

  • 20 x 17 = 340
  • 3 x 17 = 51

Step 4: Add the results:

340 + 51 = 391

Answer: 391

Tips & Tricks

Tip: Always align decimal points vertically when adding or subtracting decimals.

When to use: Performing addition or subtraction with decimal numbers.

Tip: Convert fractions to equivalent fractions with common denominators before adding or subtracting.

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

Tip: Count total decimal places in both factors to place the decimal point correctly in multiplication.

When to use: Multiplying decimal numbers.

Tip: Multiply by the reciprocal to divide fractions instead of dividing directly.

When to use: Dividing one fraction by another.

Tip: Use the distributive property to break complex multiplication into simpler parts for faster mental calculation.

When to use: Multiplying large numbers mentally or simplifying calculations.

Common Mistakes to Avoid

❌ Adding decimals without aligning decimal points
✓ Always align decimal points vertically before adding
Why: Misalignment leads to incorrect place value addition and wrong answers.
❌ Adding fractions by adding numerators and denominators directly
✓ Find a common denominator before adding numerators
Why: Direct addition of numerators and denominators is mathematically incorrect and changes the value.
❌ Placing decimal point incorrectly after multiplying decimals
✓ Count total decimal places in both numbers and place decimal accordingly in product
Why: Ignoring decimal places leads to wrong magnitude of the product.
❌ Dividing fractions without multiplying by reciprocal
✓ Convert division of fractions into multiplication by reciprocal
Why: Direct division of fractions is not straightforward and often causes errors.
❌ Forgetting to shift decimal points in divisor and dividend during decimal division
✓ Shift decimal points to make divisor an integer before dividing
Why: Not shifting decimals leads to incorrect quotient and miscalculation.
✨ 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
Basic operations · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.