HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-28
1 <p>Addition: If the sum of the column ≥ 10, carry 1 to next column.</p>
1 <p>Addition: If the sum of the column ≥ 10, carry 1 to next column.</p>
2 <p>Subtraction: If minuend digit &lt; subtrahend digit, borrow 1 from the next left column.</p>
2 <p>Subtraction: If minuend digit &lt; subtrahend digit, borrow 1 from the next left column.</p>
3 <h3><strong>Addition with Regrouping</strong></h3>
3 <h3><strong>Addition with Regrouping</strong></h3>
4 <p>First, we arrange the two digits in columns as ones and tens. Then start the addition with the ones column. If the result has two digits, write the last digit in the ones place and carry over the first digit to the tens column.</p>
4 <p>First, we arrange the two digits in columns as ones and tens. Then start the addition with the ones column. If the result has two digits, write the last digit in the ones place and carry over the first digit to the tens column.</p>
5 <p>For example, if the sum is 15, write 5 in the ones place and carry over 1 to the tens column. Then, add the tens column along with the carried-over (1).</p>
5 <p>For example, if the sum is 15, write 5 in the ones place and carry over 1 to the tens column. Then, add the tens column along with the carried-over (1).</p>
6 <p>Let us take another example. Add numbers 366 + 455.</p>
6 <p>Let us take another example. Add numbers 366 + 455.</p>
7 <p><strong>Step 1:</strong>Start with the digits in the ones column. </p>
7 <p><strong>Step 1:</strong>Start with the digits in the ones column. </p>
8 <p>6 + 5 = 11, carry over 1 to the tens place. </p>
8 <p>6 + 5 = 11, carry over 1 to the tens place. </p>
9 <p><strong>Step 2:</strong>Now, we will add the tens place digits along with the carry-over 1. </p>
9 <p><strong>Step 2:</strong>Now, we will add the tens place digits along with the carry-over 1. </p>
10 <p>6 + 5 + 1 = 12. The sum’s tens place digit (1) will be carried over to the hundreds column. </p>
10 <p>6 + 5 + 1 = 12. The sum’s tens place digit (1) will be carried over to the hundreds column. </p>
11 <p><strong>Step 3:</strong>Add the digits in the hundreds place along with the carry-over 1. </p>
11 <p><strong>Step 3:</strong>Add the digits in the hundreds place along with the carry-over 1. </p>
12 <p>3 + 4 + 1 = 8</p>
12 <p>3 + 4 + 1 = 8</p>
13 <p><strong>Step 4:</strong>Thus, 366 + 455 = 821 </p>
13 <p><strong>Step 4:</strong>Thus, 366 + 455 = 821 </p>
14 <h3><strong>Subtraction with Regrouping</strong></h3>
14 <h3><strong>Subtraction with Regrouping</strong></h3>
15 <p>When a digit in the minuend is less than the<a>matching</a>digit in the subtrahend, we borrow 1 from the next preceding column and add it to the minuend to make it<a>greater than</a>the subtrahend. In this case,<a>subtraction with regrouping</a>occurs. For example, subtract the numbers 321 - 164.</p>
15 <p>When a digit in the minuend is less than the<a>matching</a>digit in the subtrahend, we borrow 1 from the next preceding column and add it to the minuend to make it<a>greater than</a>the subtrahend. In this case,<a>subtraction with regrouping</a>occurs. For example, subtract the numbers 321 - 164.</p>
16 <p><strong>Step 1:</strong>Start the subtraction with the ones place digits. Here, 1 is smaller than 4. So, we will borrow 1 from the tens column and make it 11. Now, 11 - 4 = 7. </p>
16 <p><strong>Step 1:</strong>Start the subtraction with the ones place digits. Here, 1 is smaller than 4. So, we will borrow 1 from the tens column and make it 11. Now, 11 - 4 = 7. </p>
17 <p><strong>Step 2:</strong>Now, we can move to the tens place column. After giving 1 to the ones column, 2 becomes 1. Next, we can subtract 1 and 6. Here, 1 is smaller than 6, so again we borrow 1 from the hundreds column. After borrowing, the digit becomes 11 (<a>i</a>.e., 10 + 1) in that place-value column. So, 11 - 6 = 5. </p>
17 <p><strong>Step 2:</strong>Now, we can move to the tens place column. After giving 1 to the ones column, 2 becomes 1. Next, we can subtract 1 and 6. Here, 1 is smaller than 6, so again we borrow 1 from the hundreds column. After borrowing, the digit becomes 11 (<a>i</a>.e., 10 + 1) in that place-value column. So, 11 - 6 = 5. </p>
18 <p><strong>Step 3</strong>: We borrow 1 from the hundreds column, and 3 becomes 2. Now subtract the digits in the hundreds place. So, 2 - 1 = 1. </p>
18 <p><strong>Step 3</strong>: We borrow 1 from the hundreds column, and 3 becomes 2. Now subtract the digits in the hundreds place. So, 2 - 1 = 1. </p>
19 <p><strong>Step 4</strong>: Thus, 321 - 164 = 157. </p>
19 <p><strong>Step 4</strong>: Thus, 321 - 164 = 157. </p>
20  
20