11.0k views
3 votes
[ 2,-3,4,-1] - [-2,7,11,0]=[a,b,c,d]​

User Chyyran
by
7.9k points

1 Answer

4 votes

Answer:

[4, -10, -7, -1] = [a, b, c, d]

Explanation:

Operations of addition and subtraction on lists are generally performed term by term.

[2-(-2), -3-7, 4-11, -1-0] = [a, b, c, d]

[4, -10, -7, -1] = [a, b, c, d]

User EreOn
by
8.3k points

No related questions found