InterviewSolution
Saved Bookmarks
| 1. |
Name the property being illustrated in each of the cases. 1. (30 + 20) + 10 = 30 + (20 + 10) 2. 10 x 35 = (10 x 30) + (10 x 5) |
|
Answer» 1. Associativity 2. Distribution of multiplication over addition. |
|