Arithmetic Operations on Number Systems
Arithmetic Operations on Number Systems
Arithmetic operations is a branch of mathematics that involves the study of numbers, operation of
numbers that are useful in all the other branches of mathematics. It basically comprises operations
such as Addition, Subtraction, Multiplication and Division.
These basic mathematical operations (+, -, ×, and ÷) we use in our everyday life. Whether we
need to calculate the annual budget or distribute something equally to a number of people, for
every such aspect of our life, we use arithmetic operations.
ADDITION (DEFINITION):
The addition is a mathematical process of adding things together. The addition process is denoted
by ‘+’ sign. It involves combining two or more numbers into a single term. In addition process,
the order does not matter. It means that the addition process is commutative. It can involve any
type of number whether it be a real or complex number, fraction, or decimals.
EXAMPLE: 4.13 + 3.87 = 8
The addition of more than two numbers, values or terms is also known as a summation of terms
and can involve n number of values.
ADDITION RULES:
The following are the addition rules for integers:
Commutative property
Associative property
Distributive property
PROPERTIES:
Commutative Property: a + b = b + a (The order of addition does not change the sum.)
Zero Property: a + 0 = a (Adding zero to a number does not change its value.)
Inverse Property: a + (−a) = 0 (A number plus its negative equals zero.)
SUBTRACTION (DEFINITION)
The subtraction operation gives the difference between two numbers. Subtraction is denoted
by ‘-‘ sign. It is almost similar to addition but is the conjugate of the second term. It is the
inverse process of addition. The addition of the term with the negative term is known as
subtraction. This process is mostly used to find how many are left when some things are taken
away.
EXAMPLE: 15 – 7
SUBTRACTION RULES:
The following are the subtraction rules for integers:
If both the signs of the integers are positive, the answer will be the positive integer if the
first integers is greater and the answer will be negative integer if the second integer is
greater.
If both the signs of the integers are negative, the answer will be the negative integer if the
first integers is greater and the answer will be positive integer if the second integer is
greater.
If the signs of the integers are different, the answer will be the positive integer if the first
integers is positive and second integer is negative, and the answer will be negative integer
if the first integer is negative and larger than the second positive integer.
PROPERTIES:
MULTIPLICATION (DEFINITION):
Multiplication is known as repeated addition. It is denoted by ‘×’ or ‘*’. It also combines with two
or more values to result in a single value. The multiplication process involves multiplicand,
multiplier. The result of the multiplication of multiplicand and the multiplier is called the product
EXAMPLE: 2 × 3 = 6
Here, “2” is the multiplier, “3” is the multiplicand, and the result “6” is called the product.
The product of two numbers says ‘a’ and ‘b’ results in a single value term ‘ab’ where a and b are
the factors of the final value obtained.
MULTIPLICATION RULES:
The following are the multiplication rules for the integers.
PROPERTIES:
Commutative Property: a × b = b × a (The order of multiplication does not change the product.)
Associative Property: (a × b) × c = a × (b × c) (The grouping of numbers does not affect the
product.)
DIVISION (DEFINITION):
The division is usually denoted by ‘÷‘ and is the inverse of multiplication. It constitutes two terms
dividend and divisor, where the dividend is divided by the divisor to give a single term value. When
the dividend is greater than the divisor, the result obtained is greater than 1, or else it would be less
than 1.
EXAMPLE: 4 ÷ 2 = 2
Here, “4” is the dividend, “2” is the divisor, and the result “2” is called the quotient.
DIVISION RULES:
The following are the division rules for integers:
PROPERTIES:
CONCLUSION:
These four basic arithmetic operations form the foundation of mathematics and are essential for
various applications, from simple calculations to complex problem-solving. Understanding their
properties and how to perform them is crucial for developing numerical skills.
MATHEMATICAL OPERATIONS:
The basic mathematical operations are the four arithmetic operations that we have already learned
in the above sections.
Addition and subtraction are inverse operations of each other. It means if the addition of two
numbers gives the third number, then subtraction of an added number from the third number will
result in the original number.
EXAMPLE: 4 + 7 = 11
Thus, we can see, these mathematical operations are related to each other. Also, these operations
are the simplest form of mathematical calculations, which can be easily understood by everyone.
GENERAL RULES:
ORDER OF OPERATIONS:
When performing multiple operations, follow the order of operations (often remembered by the
acronym PEMDAS):
o P: Parentheses
o E: Exponents
o D Division (from left to right)
o M: Multiplication (from left to right)
o A: Addition and (from left to right)
o S: Subtraction (from left to right)
These rules and properties form the basis for performing calculations accurately and efficiently.
Adding binary numbers is similar to adding decimal numbers but is based on base 2 instead of
base 10. Here’s a step-by-step guide to binary addition, including the rules and an example.
1. 0+0=0
2. 0+1=1
3. 1+0=1
4. 1 + 1 = 10 (which is 0 and carry over 1)
5. 1 + 1 + 1 = 11 (which is 1 and carry over 1)
1. Align the numbers: Write the binary numbers one under the other, aligning them by their
least significant bit (rightmost).
2. Add from right to left: Starting from the rightmost bit, add each pair of bits together,
including any carry from the previous column.
3. Write down the result: Record the result (sum) and any carry to the next column.
4. Continue until all bits are added.
1
1011
+ 1101
--------
0
2. Next Column:
1
1011
+ 1101
--------
00
3. Next Column:
1
1011
+ 1101
--------
000
4. Next Column:
1
1011
+ 1101
--------
1000
5. Final Carry: Since there is a carry left, write it down in the next column.
1
1011
+ 1101
--------
11000
SUMMARY
Binary addition works similarly to decimal addition, with a few unique rules due to its base 2
nature. Practice with different binary numbers can help solidify the concept!
BINARY SUBTRACTION:
Subtracting binary numbers is similar to decimal subtraction but is based on base 2. Here’s a
step-by-step guide to binary subtraction, including rules and an example.
0-0=0
1-0=1
1-1=0
0 - 1 = 1 (requires borrowing)
Borrowing: When subtracting 1 from 0, you need to borrow from the next higher bit.
This means:
1. Align the numbers: Write the binary numbers one under the other, aligning them by their
least significant bit (rightmost).
2. Subtract from right to left: Starting from the rightmost bit, subtract each bit. If the top bit
is smaller than the bottom bit, borrow from the next column.
3. Write down the result: Record the result for each column.
1. Rightmost Column:
1101
- 1011
--------
0
2. Next Column:
1101
- 1011
--------
010
3. Next Column:
4. Final Result: Since there are no more bits to subtract, the result is 0010
CONCLUSION
1. Write the Numbers: Align the binary numbers you want to multiply.
2. Multiply Each Bit: Starting from the rightmost bit of the bottom number, multiply it by
each bit of the top number, just like in decimal multiplication.
3. Shift Left: For each subsequent bit of the bottom number, shift the result one place to the
left (this is equivalent to multiplying by 222).
4. Add the Results: Finally, add all the shifted results together to get the final product.
------
1. Multiply by the Rightmost Bit (1):
101
x 1
------
101
101
x 11
------
101
+ 101x
----------
101
+ 101x
---------
1111
4. Final Result
SUMMARY OF STEPS
CONCLUSION
Binary multiplication follows similar principles to decimal multiplication but operates in base 2.
Practicing with different binary numbers will help reinforce your understanding!
1. Setup: Write the dividend (the number to be divided) and the divisor (the number you are
dividing by). The dividend is placed inside the division bracket, and the divisor is outside.
2. Compare: Starting from the leftmost bit of the dividend, compare the current section of
the dividend to the divisor to determine how many times the divisor can fit into that section.
3. Subtract: If the divisor can fit, write down 111 in the quotient and subtract the divisor
from that section of the dividend. If it cannot fit, write down 000 in the quotient.
4. Bring down the next bit: After subtracting, bring down the next bit of the dividend to the
right of the remainder.
5. Repeat: Continue this process until you have gone through all bits of the dividend.
6. Remainder: The final result is the quotient, and what remains after the last subtraction is
the remainder.
1. First Division:
Compare 10 with the first two bits of the dividend 10. It fits once.
Write down 1 in the quotient and subtract 10 from 10.
Remainder is 0.
1
------
10 | 1011
-10
-------
011
2. Bring Down:
Bring down the next bit (1) from the dividend, making it 011.
3. Second Division:
11
------
10 | 1011
-10
------
011
-10
------
001
4. Final Step:
5. Final Result
Binary division follows similar principles as decimal division, but you work with base 2.
Understanding the process and practicing with different examples will help reinforce these
concepts!
Decimal addition is similar to whole number addition, but it requires attention to the placement of
the decimal point. Each digit is aligned according to its place value, which includes tenths,
hundredths, thousandths, etc.
1. Align the Numbers: Write the numbers one above the other, aligning the decimal points
vertically. This helps keep the place values aligned.
12.34
+ 5.678
2. Fill in Zeros if Necessary: If the numbers have different lengths after the decimal point,
you can add zeros to the right of the shorter number to make them the same length.
12.340
+ 5.678
3. Add from Right to Left: Start adding from the rightmost digit (the smallest place value)
and move to the left, just like with whole numbers.
12.340
+ 5.678
----------
8
4. Carry Over if Necessary: If the sum of any column is 10 or greater, write down the
rightmost digit and carry over the leftmost digit to the next column.
5. Write the Decimal Point: The decimal point in the result will be directly below the
decimal points of the numbers you are adding.
6. Final Result: After adding all columns, write down the final result.
Practice: The more you practice, the more comfortable you’ll become with decimal
addition.
Check Your Work: After adding, you can check your work by estimating the answer.
Rounding the numbers to the nearest whole number can help you confirm if your sum is
reasonable.
Use a Calculator: For complex or lengthy decimal additions, using a calculator can save
time and minimize errors.
CONCLUSION
Adding decimal numbers involves careful alignment, attention to place values, and carrying over
when necessary. With practice, it becomes an easy and straightforward process!
Subtracting decimal numbers is similar to subtracting whole numbers but requires careful
alignment of decimal points to ensure that place values are accurate.
1. Align the Numbers: Write the numbers one above the other, making sure to align the
decimal points vertically.
15.78
- 3.45
2. Fill in Zeros if Necessary: If the numbers have different lengths after the decimal point,
you can add zeros to the right of the shorter number to make them the same length.
15.780
- 3.450
3. Subtract from Right to Left: Start subtracting from the rightmost digit (the smallest place
value) and move to the left.
15.780
- 3.450
------------
0
4. Borrow if Necessary: If the digit you are subtracting from is smaller than the digit you are
subtracting, you will need to borrow from the next left column.
5. Write the Decimal Point: The decimal point in the result will be directly below the
decimal points of the numbers you are subtracting.
6. Final Result: After completing the subtraction for all columns, write down the final result.
Practice: The more you practice, the more confident you’ll become with decimal
subtraction.
Check Your Work: After subtracting, consider adding the result to the smaller number to
check if it equals the original larger number.
Use a Calculator: For complex or lengthy decimal subtractions, a calculator can help save
time anD REDUCE ERRORS.
CONCLUSION
Subtracting decimal numbers involves careful alignment of the decimal points, attention to place
values, and borrowing when necessary. With practice, it becomes a straightforward process!
Multiplying decimal numbers follows the same basic principles as multiplying whole numbers,
but you'll need to pay attention to the placement of the decimal point in the final result.
1. Ignore the Decimals: Temporarily disregard the decimal points and treat the numbers as
whole numbers. Multiply them as you normally would.
2. Count Decimal Places: Count the total number of decimal places in both of the original
numbers. This includes the number of digits to the right of the decimal point in each
number.
3. Multiply the Numbers: Perform the multiplication as if they are whole numbers.
4. Place the Decimal Point: In the final product, place the decimal point so that the total
number of decimal places equals the sum of the decimal places from the original numbers.
5. Final Result: Write down the final product with the decimal point in place.
25
x 36
25 25 25
* 36 * 36 * 36
---------- ---------- ----------
150 150 150
75* + 75*
----------
900
Since there are 2 total decimal places, place the decimal point in the product (900)
to get 9.00.
5. Final Result:
45
* 6
45
* 6
----------
270
Since there are 3 total decimal places, place the decimal point in the product (270)
to get 2.70.
5. Final Result:
Practice: The more you practice, the easier it becomes to multiply decimals.
Use a Calculator: For complex multiplications, especially with larger numbers, a
calculator can help.
Check Your Work: You can estimate the product by rounding the numbers to one decimal
place to see if your answer is reasonable.
CONCLUSION
Multiplying decimal numbers involves treating them as whole numbers, counting the decimal
places, performing the multiplication, and placing the decimal point correctly in the final product.
With practice, you'll find it becomes a straightforward process!
Dividing decimal numbers is similar to dividing whole numbers, but it requires careful handling
of the decimal points in both the divisor and the dividend.
456 ÷ 12 = 38
75 ÷ 5 = 15
Practice: The more you practice dividing decimals, the more comfortable you'll become
with the process.
Use a Calculator: For more complex divisions, especially with more decimal places, a
calculator can save time.
Check Your Work: You can multiply the quotient by the divisor to see if you return to the
original dividend.
CONCLUSION:
Dividing decimal numbers involves eliminating decimals from the divisor, performing the division
like whole numbers, placing the decimal point accurately in the quotient, and ensuring you have
the desired precision. With practice, you’ll find this process straightforward!
Adding octal numbers involves a process similar to decimal addition but with a base of 8. Here’s
a complete guide on how to do it:
Write the octal numbers to be added one below the other, aligning them by their
least significant digit (rightmost).
If the sum of a column is 8 or more, carry over to the next left column.
For octal, if the sum is 8, write down 0 and carry over 1. If the sum is 9, write down
1 and carry over 1, and so forth up to 15 (which would write down 7 and carry over
1).
5. Final Carry:
If there is a carry left after the last column addition, write it down in the next left
column.
345
+ 527
------
STEP-BY-STEP ADDITION:
1. Rightmost Column:
5 + 7 = 12 (in decimal)
Convert 12 to octal: 1210 = 148 (Write down 4 and carries over 1).
Carry 1
345
+ 527
------
4
2. Next Column:
4 + 2 + 1 (carry) = 7
Write down 7.
Carry:
345
+ 527
------
74
3. Next Column:
3+5=8
In octal, 8 is represent as 10(8 + 0), so write down 0 and carry over 1.
Convert 8 to octal: 810 = 108 (2 carries over).
Carry: 1
345
+ 527
------
074
345
+ 527
--------
1074
5. Result:
The sum of the octal numbers 345 and 527 is 1074 in octal.
PRACTICE PROBLEMS:
By following these steps, you can successfully add any octal numbers!
Subtracting octal numbers follows a process similar to decimal subtraction but is based on base
8. Here's a complete guide on how to do it.
527
- 345
------
STEP-BY-STEP SUBTRACTION:
1. Rightmost Column:
Borrow: 1
527
- 345
--------
62
2. Next Column:
Borrow:
527
- 345
--------
162
3. Result:
The subtraction of the octal numbers 345 from 527 is 162 in octal.
PRACTICE PROBLEMS:
FINAL NOTES:
If the result of a subtraction is negative, it may indicate the need to express the result in a
different form (like finding a complement).
Always ensure the numbers are correctly aligned and you handle borrowing properly to
maintain accuracy.
By following these steps, you can successfully subtract any octal numbers!
Multiplying octal numbers is similar to multiplying decimal numbers, but you need to keep in
mind that you are working in base 8. Here’s a complete guide on how to do it.
Start with the rightmost digit of the bottom number and multiply it by each digit
of the top number, moving from right to left.
When moving to the next digit of the bottom number, shift one position to the left
(just like multiplying by 10 in decimal).
After you have all the partial products, add them together to get the final result.
25
× 34
------
STEP-BY-STEP MULTIPLICATION:
5 × 4 = 20 (in decimal).
Convert 20 to octal: 2010 = 248 (2 carries over).
Write down 4 and carry 2.
25
× 34
------
4 (write down 4, carry over 2)
25
× 34
------
24 (write down 2, carry over 1)
Now move to the next digit (3), shift left and multiply:
5 × 3 = 15 (in decimal).
Convert 15 to octal: 1510 = 178 (1 carries over).
Write down 7 and carry 1.
25
× 34
------
7 (write down 7, carry over 1)
1
24
+ 77x
------
1014
4. Result
The product of the octal numbers 258 and 348 is 1014 in octal.
Convert Products: Remember to convert any products of digits that exceed 7 into octal
format.
Carry Over: Handle carries similar to decimal, but ensure you are working within base 8.
Final Addition: Carefully add up all the partial products to get the final result.
PRACTICE PROBLEMS
By following these steps, you can successfully multiply any octal numbers!
Dividing octal numbers is similar to dividing decimal numbers, but it requires you to be mindful
of base 8. Here’s a detailed guide on how to perform octal division.
Write the dividend (the number to be divided) and the divisor (the number you are
dividing by) in long division format.
Bring down the next digit from the dividend to the right of the remainder and repeat
the process.
Continue dividing, multiplying, and subtracting until you have processed all the
digits of the dividend.
The result will be the quotient and any remaining value will be the remainder
STEP-BY-STEP DIVISION:
------
38 | 1238
3
------
38 | 1238
11
-----------
13
Bring down the next digit 3 from 1238 to the right of 1, making it 138.
3 fits into 138 three times.
33
------
38 | 1238
- 9
-----------
138
- 11
---------
28
4. Final Calculation:
Multiply 3 by 3 again to get 910 and convert 910 into octal is 118.leaving 28.
5. Result
Work with Base 8: Ensure you are aware of the octal system and perform calculations
accordingly.
Check Your Multiplication: Always verify your multiplication and subtraction steps,
especially when dealing with larger numbers.
Remainders: The remainder should always be less than the divisor.
PRACTICE PROBLEMS:
By following these steps, you can successfully divide any octal numbers!
Hexadecimal (or hex) is a base-16 number system that uses the digits 0-9 and the letters A-F
(where A=10, B=11, C=12, D=13, E=14, F=15). Adding hexadecimal numbers follows a process
similar to decimal addition but with a few key differences due to the base.
Write the hexadecimal numbers to be added one below the other, aligning them by
their least significant digit (rightmost).
If the sum of a column is 16 or more, carry over to the next left column.
For example:
If there is a carry left after the last column addition, write it down in the next left
column.
STEP-BY-STEP ADDITION:
1. Rightmost Column:
3 + 5 = 8.
Write down 8.
1A3
+ 2B5
------
8
2. Next Column:
1
1A3
+ 2B5
------
58
3. Next Column:
1 + 2 + 1 (carry) =4.
Write down 4.
1
1A3
+ 2B5
------
458
4. Result
The sum of the hexadecimal numbers 1A3 and 2B5 is 458 in hexadecimal.
SUMMARY OF KEY POINTS:
Convert Sums Greater than 15: Always convert sums greater than 15 (or F) to
hexadecimal and manage carries accordingly.
Carry Over: Ensure you handle carry overs correctly for any column sums.
Align Properly: Make sure numbers are aligned correctly for accurate addition.
PRACTICE PROBLEMS
By following these steps, you can successfully add any hexadecimal numbers!
Subtracting hexadecimal numbers is similar to subtracting decimal numbers, but it requires careful
handling of base-16 values. Here’s a complete guide on how to perform hexadecimal subtraction.
STEP-BY-STEP SUBTRACTION:
1. Rightmost Column:
5 − 3 = 2.
Write down 2.
2B5
- 1A3
------
2
2. Next Column:
2B5
- 1A3
------
12
3. Next Column:
2 – 1 = 1.
Write down 1.
2B5
- 1A3
------
112
4. Result
Work in Base 16: Ensure you are performing calculations within the hexadecimal system.
Borrowing: When borrowing, reduce the digit you borrowed from by 1 and add 16 to the
digit you are working on.
Write Properly: Always write down the results in their correct positions.
PRACTICE PROBLEMS
By following these steps, you can successfully subtract any hexadecimal numbers!
Multiplying hexadecimal numbers follows a method similar to decimal multiplication but requires
attention to the base-16 system. Here’s a complete guide on how to perform hexadecimal
multiplication.
Carry: 6
1A
× 2B
------
E (write down E, carry over 6)
Carry: 1
1A
× 2B
------
1E (write down 1, carry over 1)
Carry: 1
1A
× 2B
------
4
Carry: 1
1E
34
----------
45E
4. Result
Convert Products: Convert any products that exceed (15 or F) to hexadecimal and manage
carries accordingly.
Carry Over: Handle carries correctly for any column sums.
Align Properly: Make sure numbers are aligned correctly for accurate addition.
PRACTICE PROBLEMS:
By following these steps, you can successfully multiply any hexadecimal numbers!
Dividing hexadecimal numbers is similar to dividing decimal numbers, but it requires careful
attention to the base-16 system. Here’s a complete guide on how to perform hexadecimal division.
2A16=A×160+2×161=10+32=4210
2C16=C×160+2×161=12+32=4410
Determine how many times 42 (the decimal equivalent of 2A) fits into 44 (2C).
So, 2A fits into 2C, 1 times.
9
------
2A | 2C0BE
3. Multiply and Subtract:
Multiply 2B by 9:
2B×9=387 (in decimal, which is 183 in hexadecimal).
Write 99 under 1A3 and subtract:
1
------
2A | 2C0BE
- 2A
----------
20
10
------
2A | 2C0BE
- 2A
----------
20B
10C5
----------
2A | 2C0BE
- 2A
-------------
20B
1F8
-----------
DE
D2
-------------
2
7. Result
Work in Base 16: Always perform calculations within the hexadecimal system.
Determine Quotients Carefully: Make sure you find the correct number of times the
divisor fits into the dividend.
Subtract Correctly: Ensure accurate subtraction after each multiplication step.
Express Quotient and Remainder: Clearly state the final quotient and remainder.
PRACTICE PROBLEMS: