
The commutative law is a fundamental property in mathematics that applies to addition and multiplication. It states that changing the order of two values being added or multiplied does not change the result. For example, 3 + 4 = 4 + 3 or 2 × 5 = 5 × 2. This law is applicable to various number systems, including natural numbers, integers, rational numbers, real numbers, and complex numbers. However, it's important to note that commutative law is not applicable to subtraction or division, where changing the order of values does alter the outcome.
| Characteristics | Values |
|---|---|
| Applicable to | Addition and multiplication |
| Applicable between | Natural numbers, integers, rational numbers, real numbers, and complex numbers |
| Not applicable to | Subtraction, division, matrix multiplication, vector multiplication |
| Symbolically stated as | ab = ba |
Explore related products
What You'll Learn

Commutative law is not applicable to subtraction or division
The commutative law is a fundamental property of many binary operations in mathematics, and several mathematical proofs depend on it. The commutative law is applicable only for addition and multiplication operations. However, it does not apply to subtraction or division.
The commutative law states that when we add or multiply two values, the result remains the same even if we change the order of the values. In other words, a binary operation is commutative if changing the order of the operands does not change the result. For example, 3 + 4 = 4 + 3 and 2 × 5 = 5 × 2.
However, the commutative law is not applicable to subtraction. If we change the order of the values in a subtraction operation, the result will change. For instance, 10 – 15 = -5, but 15 - 10 = 5. Thus, changing the order of the numbers changes the sign of the answer.
Similarly, the commutative law is not applicable to division. Changing the order of values in a division operation will result in a different outcome. For example, 20 ÷ 10 = 2, but 10 ÷ 20 = 0.5. Therefore, the commutative law does not hold for division.
The First Law: A Foundation for Understanding
You may want to see also
Explore related products

Commutative law is applicable to addition
The commutative law is a fundamental property in mathematics, applicable to both addition and multiplication. This law states that changing the order of the operands does not change the result of the operation. In simpler terms, it means that the order in which you add or multiply two numbers does not affect the outcome.
For addition, the commutative law can be expressed as: X + Y = Y + X. This means that adding numbers together will always give the same sum, regardless of the order in which they are added. For example, 3 + 4 = 7, and if we switch the order, 4 + 3 = 7. So, the commutative law holds true for addition.
The commutative law for addition applies to various number systems, including natural numbers, integers, rational numbers, real numbers, and complex numbers. It also holds true in vector spaces and algebra. This law is extremely useful in mathematics, as it simplifies calculations and allows for flexibility in solving equations.
However, it is important to note that the commutative law has limitations. While it applies to addition and multiplication, it does not hold for all mathematical operations. Subtraction, division, and certain types of matrix multiplication are examples of non-commutative operations, where changing the order of the operands does alter the result.
Tignon Laws: A Historical Perspective on Enslavement and Racism
You may want to see also
Explore related products

Commutative law is applicable to multiplication
The commutative law is a mathematical concept that applies to certain binary operations, such as addition and multiplication. It states that changing the order of the operands does not change the result. In simpler terms, it means that we can add or multiply numbers in any order, and the answer will remain the same.
For example, let's consider the equation 3 + 4. According to the commutative law, it doesn't matter whether we add 3 to 4 or 4 to 3; either way, the sum will be 7. Similarly, the commutative law of multiplication states that the order of multiplication does not affect the product. So, for example, 2 x 5 is equal to 5 x 2, with both products equalling 10.
The commutative law is applicable to multiplication in most number systems, including natural numbers, integers, rational numbers, real numbers, and complex numbers. This means that regardless of the specific type of number being multiplied, the commutative law holds true. For instance, multiplying two integers like 6 and 2 will yield the same product whether we calculate 6 x 2 or 2 x 6, resulting in 12 either way.
However, it's important to note that the commutative law does not apply to all mathematical operations. It is not valid for subtraction or division, as changing the order of the operands in these cases will indeed change the result. Additionally, while matrix multiplication of square matrices is generally non-commutative, scalar multiplication of two vectors does follow the commutative law.
Aztec Legal System: Understanding the Laws and Their Creation
You may want to see also
Explore related products

Commutative law is applicable to union and intersection of sets
The commutative law is a fundamental property in mathematics that applies to certain binary operations, such as addition and multiplication. It states that changing the order of the operands does not change the result. For example, in the equation "3 + 4 = 4 + 3" or "2 × 5 = 5 × 2", the commutative law holds true. However, not all mathematical operations follow this law, as operations like division and subtraction are non-commutative.
The commutative law is also applicable to the union and intersection of sets. In the context of sets, the union is the collection of all elements in both sets, while the intersection is the set of common elements between the two sets. The commutative law for union states that the order in which the union operation is performed on two sets does not affect the final set of elements. Similarly, the commutative law for intersection states that the order of performing the intersection operation on two sets does not change the resulting set of common elements.
To illustrate the commutative law for union, let's consider two sets: A = {1, 2, 3} and B = {2, 4, 6}. The union of A and B, denoted as A ∪ B, would give the set {1, 2, 3, 4, 6}. Similarly, performing the union operation in the reverse order, B ∪ A, would still result in the same set: {1, 2, 3, 4, 6}. This demonstrates that the commutative law holds true for the union of these two sets.
For the commutative law of intersection, let's use the same sets A and B from the previous example. The intersection of A and B, denoted as A ∩ B, would give the set {2}. Similarly, performing the intersection operation in the reverse order, B ∩ A, also results in the set {2}. Therefore, the commutative law is applicable to the intersection of these two sets.
In summary, the commutative law is applicable to both the union and intersection of sets. This means that changing the order of performing these operations on two sets will not affect the final result. The commutative law is a fundamental concept in mathematics, and its application to sets demonstrates its versatility and importance in various areas of mathematics, including set theory and algebra.
Understanding the Landmark Ruling: Powell v Alabama
You may want to see also
Explore related products

Commutative law is applicable to and and or logical operations
The commutative law is a fundamental property of many binary operations, and several mathematical proofs depend on it. The law states that when you add or multiply two values, the change in the order of the values does not change the result. For example, 3 + 4 = 4 + 3 and 2 × 5 = 5 × 2. However, commutative law is not applicable to subtraction or division. For instance, 3 − 5 ≠ 5 − 3.
The commutative law is applicable to "and" and "or" logical operations. These are also known as Boolean laws. The order of application of two separate terms is not important. For example, A . B = B . A. The order in which two variables are AND'ed makes no difference. Similarly, the order in which two variables are OR'ed makes no difference, as shown by the equation A + B = B + A.
Commutative law is also applicable to union and intersection operations on sets. If A and B are two different sets, then, according to the commutative law, A Union B = A ∪ B = B Union A = B ∪ A.
The commutative property is also called the commutative property of addition and multiplication or simply the commutative laws. It is an extremely important concept across multiple levels of mathematics. The property was first recorded in a memoir by François Servois in 1814, using the word commutatives to describe functions with this property. The term appeared in English in 1838, in an article by Duncan Gregory.
The First Law of Geography: Waldo Tobler's Legacy
You may want to see also
Frequently asked questions
The commutative law is a mathematical law that states that when you add or multiply two values, changing the order of the values does not change the result.
No, the commutative law does not apply to subtraction or division. For example, 10 - 5 = 5 but 5 - 10 = -5. Similarly, 20 / 10 = 2 but 10 / 20 = 0.5.
No, the commutative law of multiplication is invalid for the multiplication of n x n matrices.










































