

InterviewSolution
Saved Bookmarks
1. |
Simplify: 2x2 + 5x – 1 + 8x + x2 + 7 – 6x + 3 – 3x2 |
Answer» Given algebraic expression is 2x2 + 5x – 1 + 8x + x2 + 7 – 6x + 3 – 3x2 = (2x2 + x2 – 3x2) + (5x + 8x – 6x) . ( – 1 + 7 + 3) = 0 + 7x + 9 = 7x + 9 |
|