Advertisements
Advertisements
Question
Let A = `[(2, 4),(3, 2)], B = [(1, 3),(-2, 5)]`, find: A + B
Sum
Advertisements
Solution
Add corresponding elements
A + B = `[(2 + 1, 4 + 3),(3 + (-2), 2 + 5)]`
= `[(3, 7),(1, 7)]`
shaalaa.com
Is there an error in this question or solution?
