

InterviewSolution
Saved Bookmarks
1. |
Add the expression:(3/4)x2, 5 x2, -3x2, -(1/4) x2 |
Answer» (3/4)x2, 5 x2, -3x2, -(1/4) x2 In the above questions terms having the same literal factors are like terms. Now add the like terms, = (3/4)x2 + 5x2 – 3x2 – (1/4) x2 = (3/4)x2– (1/4) x2 + 5x2 – 3x2 = ((3-1)/4)x2 + 2x2 = (2/4)x2 + 2x2 = (1/2)x2 + 2x2 = ((1 + 4)/2)x2 = (5/2)x2 |
|