Addition and Subtraction — CTET Mathematics Study Notes
Overview
Addition and subtraction form the foundational arithmetic operations tested in CTET Paper I, covering concepts from NCERT Classes I–V. These operations appear in approximately 15–20% of the mathematics section, both as direct computation problems and as application-based word problems. For prospective primary teachers, mastery means not just solving problems quickly but understanding the conceptual development, common student errors, and effective teaching strategies.
The topic tests your ability to perform multi-digit addition and subtraction with and without regrouping (carrying/borrowing), solve real-world word problems, and explain the underlying place-value concepts. CTET emphasizes pedagogical understanding — you must know *why* algorithms work, not just *how* to apply them. Questions often integrate this topic with money, measurement, or time contexts, so be prepared for cross-cutting applications.
A strong grasp here supports teaching all subsequent arithmetic (multiplication, division, fractions) and helps you diagnose where children struggle during learning progression.
Key Concepts
- **Place Value Foundation**: Addition and subtraction rely on positional notation — each digit's value depends on its place (ones, tens, hundreds). Operations happen column-wise, starting from the rightmost place.
- **Regrouping (Carrying)**: When the sum in a column exceeds 9, we regroup — carry 1 to the next higher place. Example: 7 + 6 = 13 means write 3 in ones place and carry 1 to tens place.
- **Regrouping (Borrowing)**: When subtracting a larger digit from a smaller one in the same column, we borrow 1 from the next higher place, converting it to 10 units in the current place. Example: In 42 - 17, we cannot subtract 7 from 2, so borrow 1 ten (making it 12 ones and 3 tens), then compute 12 - 7 = 5.
- **Commutative Property**: Addition is commutative (5 + 3 = 3 + 5) but subtraction is not (5 - 3 ≠ 3 - 5). This affects problem-solving strategies and error patterns.
- **Inverse Relationship**: Addition and subtraction are inverse operations. You can check subtraction by adding the difference to the subtrahend: if 52 - 28 = 24, then 24 + 28 should equal 52.
- **Word Problem Structures**: Addition problems typically involve combining quantities or finding totals. Subtraction problems involve taking away, comparing (difference), or finding missing parts. Keywords alone don't determine operation — context matters.
- **Estimation Strategy**: Rounding numbers to nearest tens or hundreds before computing gives quick approximate answers, useful for checking work and solving multiple-choice questions efficiently.
- **Zero's Role**: Adding zero leaves numbers unchanged (identity property). Subtracting zero also leaves numbers unchanged. Subtracting a number from itself always yields zero.
Formulas / Key Facts
- **Basic Addition Algorithm**: Align numbers by place value, add column-wise from right to left, regroup when sum ≥ 10.
- **Basic Subtraction Algorithm**: Align numbers by place value, subtract column-wise from right to left, borrow when top digit < bottom digit.
- **Properties of Addition**: Commutative (a + b = b + a), Associative ((a + b) + c = a + (b + c)), Identity (a + 0 = a).
- **Checking Addition**: Sum of digits method (cross-check using digit sums modulo 9) or reverse operation (subtract one addend from sum to get the other).
- **Checking Subtraction**: Add difference to subtrahend; result should equal minuend.
- **Numbers up to 6 digits**: CTET syllabus covers up to 999,999 in primary classes, though Class V focuses mainly on 5-digit numbers.
- **Regrouping across zeros**: When borrowing through consecutive zeros (e.g., 3002 - 1567), borrow sequentially — change 3002 to 2999 + 3 conceptually before subtracting.
- **Word problem keywords** (use cautiously): "total," "altogether," "sum" often suggest addition; "left," "remaining," "difference," "more than" often suggest subtraction — but always analyze context.
Worked Examples
**Example 1: Addition with regrouping** Problem: 4567 + 3879 = ?
Solution: ``` 4567 + 3879 ------ Step 1 (ones): 7 + 9 = 16 → write 6, carry 1 Step 2 (tens): 6 + 7 + 1(carry) = 14 → write 4, carry 1 Step 3 (hundreds): 5 + 8 + 1(carry) = 14 → write 4, carry 1 Step 4 (thousands): 4 + 3 + 1(carry) = 8 Answer: 8446 ```
**Example 2: Subtraction with borrowing** Problem: 6003 - 2456 = ?
Solution: ``` 6003
- 2456
------ Step 1 (ones): Cannot do 3 - 6. Borrow from tens → but tens is 0. Go to hundreds → 0. Go to thousands → 6. Convert 6003 → 5 thousands, 9 hundreds, 9 tens, 13 ones Now: 13 - 6 = 7 Step 2 (tens): 9 - 5 = 4 Step 3 (hundreds): 9 - 4 = 5 Step 4 (thousands): 5 - 2 = 3 Answer: 3547 ```
**Example 3: Word problem — addition** Problem: A school has 1256 books in its library. The school receives a donation of 847 new books. How many books are there now?
Solution: This is a combining situation (addition). 1256 + 847 = 2103 books Check: 2103 - 847 = 1256 ✓
**Example 4: Word problem — comparison subtraction** Problem: Town A has population 25,340. Town B has population 18,765. How many more people live in Town A than Town B?
Solution: This is a comparison (difference). 25,340 - 18,765 = 6,575 more people in Town A Check: 18,765 + 6,575 = 25,340 ✓
Common Mistakes
- **Forgetting to carry**: Students add column correctly (e.g., 8 + 7 = 15) but write 15 in one column instead of carrying. Fix: Emphasize place value — 15 ones = 1 ten + 5 ones.
- **Borrowing without adjusting**: Student borrows 1 from next column but forgets to reduce that column's digit. Fix: Physically cross out and rewrite digits during borrowing to make the change visible.
- **Left-to-right operation**: Computing from left instead of right disrupts regrouping. Fix: Reinforce that we operate from the smallest place value upward.
- **Misalignment of digits**: Writing numbers without aligning place values leads to wrong columns being added/subtracted. Fix: Use graph paper or draw vertical lines between place values.
- **Keyword dependency**: Assuming "more" always means addition or "left" always means subtraction without analyzing context. Fix: Model word problems with concrete objects or drawings before applying operations.
- **Zero confusion**: Treating 0 in subtraction as "nothing" leads to skipping borrowing steps. Example: In 402 - 157, student treats 0 as empty. Fix: Emphasize 0 represents a place with value zero, which can still participate in borrowing.
Quick Reference
- **Addition check**: Reverse the order of addends; sum should remain same.
- **Subtraction check**: Add difference back to subtrahend to get minuend.
- **Regrouping rule**: 10 ones = 1 ten, 10 tens = 1 hundred, and so on.
- **Word problem strategy**: Draw a picture or use bar models to visualize the situation before choosing operation.
- **Estimation for speed**: Round to nearest 10 or 100, compute mentally, use to verify exact answer.
- **Teaching tip**: Use manipulatives (blocks, beads) to demonstrate regrouping concretely before abstract algorithms.