

InterviewSolution
Saved Bookmarks
1. |
Fill in the blanks to make the statement true.If x, y and z are integers then (x +___ ) + z = _____ + (y + _____ ) |
Answer» y, x, z: By associative property of integers, we have (x + y) + z = x + (y + z) |
|