- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Explain the commutative and associative properties of addition and multiplication of integers.
Solution:
Commutative Property of Addition and Multiplication of Integers
$A + B = B + A$ for any two integers A, B
$A \times B = B \times A $ for any two integers A, B
According to the commutative property...
The sum of any two integers is the same irrespective of the order in which they are added.
The product of any two integers is the same irrespective of the order in which they are multiplied.
Example:
$5 + (-2) = (-2) + 5; 5 \times 2 = 2 \times 5$
Associative Property of Addition and Multiplication of Integers
$(A + B )+ C = A + (B + C)$ for any three integers A, B, and C
$(A \times B) \times C = A \times (B \times C) $ for any three integers A, B, and C
According to the associative property...
The sum of any three integers is the same irrespective of the grouping in which they are added.
The product of any three integers is the same irrespective of the grouping in which they are multiplied.
Example:
$(5 + 2 )+ 4 = 5 + (2 + 4); (5 \times 2) \times 4 = 5 \times (2 \times 4)$