Multiplication of Octal Numbers

In multiplication of octal numbers a simple rule for multiplication of two digits in any radix is to multiply them in decimal. If the product is less than the radix, then we take it as the result. If the product is greater than the radix we divide it by the radix and take the remainder as the least significant digit. The quotient is taken as carry in the next significant digit.

For example, (3)4 × (1)4 = (3)4 but (3)4 × (2)4 = (12)4 since 3 × 2 = 6 is decimal and division of 6 by 4 has the remainder 2 and quotient 1.

To multiply two octal numbers we use the rule given above. The process for multiplication of octal numbers is illustrated with the help of the following examples:

Evaluate:

(i) 68 × 238

Solution:



We have 6 × 3 = 18 in decimal, which when divided by 8 gives a remainder 2 and carry 2. Again 6 × 2 = 12 in decimal, and 12 + 2 = 14. This when divided by 8 gives a remainder 6 and a carry 1.

Hence 68 × 238 = 1628 6 × 3 = 18

18/8 = 2 with remainder 2 → l,s,d,

6 × 2 = 12 + 2 (carry) = 14

14/8 = 1 with remainder 6.



(ii) 158 × 448

Solution:

Since 158 = 78 + 68, We write

158 × 448 = (78 + 68) × 448 = 78 × 448 + 68 × 448

Now 7 × 44 = 374

6 × 44 = 330

Taking octal addition, we have 3748 + 3308 = 7248

Hence 158 x 448 = 7248

Binary Numbers

  • Why Binary Numbers are Used
  • Binary to Decimal Conversion
  • Conversion of Numbers
  • Hexa-decimal Number System
  • Conversion of Binary Numbers to Octal or Hexa-decimal Numbers
  • Octal and Hexa-Decimal Numbers
  • Signed-magnitude Representation
  • Radix Complement
  • Diminished Radix Complement
  • Arithmetic Operations of Binary Numbers


From Multiplication of Octal Numbers to HOME PAGE




Didn't find what you were looking for? Or want to know more information about Math Only Math. Use this Google Search to find what you need.



Share this page: What’s this?

Recent Articles

  1. Perpendicular Lines | What are Perpendicular Lines in Geometry?|Symbol

    Apr 19, 24 02:46 AM

    Perpendicular Lines
    In perpendicular lines when two intersecting lines a and b are said to be perpendicular to each other if one of the angles formed by them is a right angle. In other words, Set Square Set Square If two…

    Read More

  2. Fundamental Geometrical Concepts | Point | Line | Properties of Lines

    Apr 19, 24 01:55 AM

    Point P
    The fundamental geometrical concepts depend on three basic concepts — point, line and plane. The terms cannot be precisely defined. However, the meanings of these terms are explained through examples.

    Read More

  3. What is a Polygon? | Simple Closed Curve | Triangle | Quadrilateral

    Apr 18, 24 02:15 AM

    What is a polygon? A simple closed curve made of three or more line-segments is called a polygon. A polygon has at least three line-segments.

    Read More

  4. Simple Closed Curves | Types of Closed Curves | Collection of Curves

    Apr 18, 24 01:36 AM

    Closed Curves Examples
    In simple closed curves the shapes are closed by line-segments or by a curved line. Triangle, quadrilateral, circle, etc., are examples of closed curves.

    Read More

  5. Tangrams Math | Traditional Chinese Geometrical Puzzle | Triangles

    Apr 18, 24 12:31 AM

    Tangrams
    Tangram is a traditional Chinese geometrical puzzle with 7 pieces (1 parallelogram, 1 square and 5 triangles) that can be arranged to match any particular design. In the given figure, it consists of o…

    Read More