- 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
What is distributive property and associative property
Solution:
Distributive Property:
The distributive property of multiplication states that when a factor is multiplied by the sum or difference of two terms, it is essential to multiply each of the two numbers by the factor, and finally perform the addition or subtraction operation.
This property is symbolically stated as:
$a ( b+ c) = a\times b + a\times c$
$a( b-c) = a\times b - a\times c$
Associative law:
Associative law states that we can add or multiply the integers by using parenthesis any how.
i.e, If there are three integers $a,\ b$ and $c$, then according to associative law:
$a+( b+c)=( a+b)+c$ [Associative law for addition]
$a\times( b\times c)=( a\times b)\times c$ [Associative law for multiplication]
Advertisements