Need Help?

Get in touch with us

searchclose
bannerAd

Associative Property of Multiplication: Definition with Solved Examples.

Nov 9, 2022
link

Equations are the language of mathematics by which the most complex and fascinating aspects of the real world can be expressed elegantly using symbols and operators. The fundamental point of these equations is the final value we get after solving them. However, as we advance to higher developed mathematics we face harder-to-solve equations.

Mathematics also provides us with certain manipulative principles to help with this problem. We can perform different arithmetic operations using them and solve complex equations with ease. The three main properties that form the backbone of math are:

In the following article, we’ll take a closer look at the associative property of multiplication.

What Is the Associative Property of Multiplication?

Before we answer the question of what is the associative property of multiplication, let us first understand what associative means and some other elementary concepts.

To “associate” means to connect or join with something. In the context of mathematical operations, this means that the way numbers are grouped under a mathematical operation does not change the result. By grouping, we mean how the brackets are placed in the given algebraic expression. In simpler terms, the mathematical operation result remains the same irrespective of how the numbers are grouped.

parallel

Now that we’ve learned a bit about grouping, let us answer the question of what is the associative property of multiplication in detail.

Associative Property of Multiplication Definition

As per the associative property of multiplication definition, if three or more terms are multiplied together, we obtain the same end answer irrespective of how the terms are grouped. 

Associative operations are abundant in mathematics; in fact, many algebraic structures (such as semigroups and categories) explicitly require their binary operations to be associative.

However, many significant and intriguing mathematical operations are non-associative. A few examples of this include subtraction, division, exponentiation, and vector cross-product. We shall see these operations in detail a little later on. A real-world example of this is the addition of floating-point numbers in computer science which is not associative. The selection of how we associate an expression has a significant impact on the rounding error.

Although the associative property of multiplication definition is quite the same as the commutative property, they are not the same. Commutative property addresses whether the order of the terms will have any effect on the result. For example, operations such as function composition and matrix multiplication are associative but usually not commutative.

parallel

The Formula for the Associative Property of Multiplication

The easiest formula for understanding the associative property of multiplication is (a × b) × c = a × (b × c). This expression helps us realize that the placement of brackets is immaterial for the final result. Grouping of terms helps to make smaller components that make the multiplication process easier.

Generalized Associative Law

Associative binary operations deliver the same result regardless of how we place the pair of parentheses in the expression. For example, we can write a product of four elements without changing the order of factors in five possible ways:

  • ((ab)c)d
  • (ab)(cd)
  • (a(bc))d
  • a((bc)d)
  • a(b(cd))

As the product operation is associative, the law states all the above formulas yield the same result. Unless the formula without the parenthesis has a different meaning, it can be considered unnecessary, and the net product can be simply written as abcd.

If we keep increasing the number of elements in the operations, the number of ways to place the parentheses also increases rapidly. However, ultimately they remain unnecessary for disambiguation.

An example where this does not work is the logical biconditional. It is associative, thus A↔ (B↔C) is equivalent to (A↔B) ↔C, but A↔B↔C most commonly means (A↔B and B↔C), which is not equivalent.

Points to Be Noted on the Associative Property of Multiplication:

Here are some important features of the associative property of multiplication:

  • The associative property of multiplication is only applicable to expressions containing at least three terms.
  • The numbers that are grouped inside the parenthesis are considered to be a single unit.
  • There is another associative property for the addition operation. However, Subtraction and Division do not follow the associative property.

Associative Property of Multiplication Example No. 1

Let us understand the property of multiplication with an example.

Consider the expression given below.

2 * 4 * 6

We’ll solve this expression by two different grouping methods.

For the first process, we will group the numbers 2 and 4. In the second process, we will group the numbers 4 and 6.

(2 * 4) * 62 * (4 * 6)
=(8) * 6=2 * (24)
=8 * 6=2 * 24
=48=48

As we can see, we get the same result from both processes.

Associative Property of Multiplication Example No. 2

Let us look at another example to verify this property.

Consider the expression given below.

10 * 5 * 7

We’ll solve this expression by two different grouping methods.

For the first process, we will group the numbers 10 and 5. In the second process, we will group the numbers 5 and 7.

(10 * 5) * 710 * (5 * 7)
=(50) * 7=10 * (35)
=50 * 7=10 * 35
=350=350

As we can see, we get the same result from both processes.

Associative Property of Multiplication Example No. 3

This time we will solve an expression that contains four numbers.

Consider the expression given below.

2 * 3 * 7 * 11

We’ll solve this expression by three different grouping methods.

For the first process, we will group the numbers 2 and 3. In the second process, we will group the numbers 3 and 7. At the last one, we’ll group 7 and 11.

(2 * 3) * 7 * 112 * (3 * 7) * 112 * 3 * (7 * 11)
=(6) * 7* 11=2 * (21) * 11=2 * 3 * (77)
=6 * 7 * 11=2 * 21 * 11=2 * 3 * 77
=42 * 11=42 * 11=6 * 77
=462=462=462

As we can see, we get the same result from both processes.

Associative Property of Multiplication Example No. 4

Rational numbers also follow the associative property of multiplication. 

Suppose ab, cd and are rational, then the associative property of multiplication can be written as: 

ab* cd* ef= ab* cd* ef

Consider the expression given below.

12 *34 *56

We shall solve it by two processes as we have done before.

12 * 34*5612 *34*56
=38*56=12 *1524
=38 *56=12 *1524
=1548=1548
=516=516

As we can see, we get the same result from both processes.

Associative Property for Addition

As we mentioned before, just like for multiplication, the associative property is also valid under the addition operation.

For example, consider the expression: 2 + 5 + 10

Let us make two groups of numbers 2 and 5, and then another of 5 and 10.

(2 + 5) + 102 + (5 + 10)
=(7) + 10=2 + (15)
=7 + 10=2 + 15
=17=17

Hence we have proved that the associative property for addition is perfectly valid.

Associative Property for Subtraction

As we mentioned before, the associative property does not hold for the subtraction operation. Let us prove it with a problem.

For example, consider the expression: 3 – 2 – 1

Let us make two groups of numbers 3 and 2, and another one of 2 and 1.

(3 – 2) -13 – (2 – 1)
=(1) – 1=3 – (1)
=1- 1=3 – 1
=0=2

Since, 0≠2,

Hence, we have proved that associative property is not valid for the subtraction operation.

Associative Property for Division

As we mentioned before, the associative property does not hold for the division operation. Let us prove it with a problem.

For example, consider the expression: 100 ÷ 10 ÷ 5

Let us make two groups of numbers 100 and 10, and another of 10 and 5.

(100÷10)÷5100÷(10÷5)
=(10)÷5=100÷(2)
=10÷5=100÷2
=2=50

Since, 2≠50,

Hence, we have proved that associative property is not valid for the division operation.

Associative Property for Vector Cross Product

As we mentioned before, the associative property does not hold for the vector cross-product operation. Let us prove it with a problem.

For example, consider the expression: i×i×j

Let us make two groups of unit vectors i and i, and another one of i and j.

(ii)ji(ij)
(0)ji(k)
0jik
0-j

Since 0 ≠-j,

Hence, we have proved that associative property is not valid for the vector cross-product operation.

Frequently Asked Questions

  1. What is the Associative Property of Multiplication? 

Ans) If three or more terms are multiplied together, we obtain the same end answer irrespective of how the terms are grouped. 

  1. If any expressions contain two terms then the associative property of multiplication is applicable or not 

Ans) No, the associative property of multiplication is only applicable to expressions containing at least three terms. 

associative property of multiplication_01

Comments:

Related topics

Addition and Multiplication Using Counters and Bar-Diagrams

Addition and Multiplication Using Counters & Bar-Diagrams

Introduction: We can find the solution to the word problem by solving it. Here, in this topic, we can use 3 methods to find the solution. 1. Add using counters 2. Use factors to get the product 3. Write equations to find the unknown. Addition Equation: 8+8+8 =? Multiplication equation: 3×8=? Example 1: Andrew has […]

Read More >>
DILATION

Dilation: Definitions, Characteristics, and Similarities

Understanding Dilation A dilation is a transformation that produces an image that is of the same shape and different sizes. Dilation that creates a larger image is called enlargement. Describing Dilation Dilation of Scale Factor 2 The following figure undergoes a dilation with a scale factor of 2 giving an image A’ (2, 4), B’ […]

Read More >>
Numerical Expressions

How to Write and Interpret Numerical Expressions?

Write numerical expressions What is the Meaning of Numerical Expression? A numerical expression is a combination of numbers and integers using basic operations such as addition, subtraction, multiplication, or division. The word PEMDAS stands for: P → Parentheses E → Exponents M → Multiplication D → Division  A → Addition S → Subtraction         Some examples […]

Read More >>
System of linear inequalities

System of Linear Inequalities and Equations

Introduction: Systems of Linear Inequalities: A system of linear inequalities is a set of two or more linear inequalities in the same variables. The following example illustrates this, y < x + 2…………..Inequality 1 y ≥ 2x − 1…………Inequality 2 Solution of a System of Linear Inequalities: A solution of a system of linear inequalities […]

Read More >>

Other topics