InterviewSolution
Saved Bookmarks
| 1. |
Use the commutative and associative properties to simplify the following:319 + 69 + 81 |
|
Answer» 319 + 69 + 81 = 319 +(81 + 69) (Commutative property) = (319 + 81) + 69 (Associative property) = 400 + 69 = 469 |
|