Adding and subtracting big polynomials like these are pretty easy. You just need to combine like terms. For example:
1.)
![{5x}^{2} + {3x}^{2} = {8x}^{2}](https://tex.z-dn.net/?f=%20%7B5x%7D%5E%7B2%7D%20%20%2B%20%20%7B3x%7D%5E%7B2%7D%20%20%3D%20%20%7B8x%7D%5E%7B2%7D%20)
2.)
![({3x}^{2} + 5xy) + (7xy + 2) =](https://tex.z-dn.net/?f=%20%28%7B3x%7D%5E%7B2%7D%20%20%2B%205xy%29%20%2B%20%287xy%20%2B%202%29%20%3D)
![{3x}^{2} + 12xy + 2](https://tex.z-dn.net/?f=%7B3x%7D%5E%7B2%7D%20%2B%2012xy%20%2B%202)
(The 3x^2 and the 2 stay intact while the 5xy and 7xy combine together)
All you have to do is combine the numbers that have the same powers of x and y with each other. x^2 will combine with x^2 and xy^2 wil combine with xy^2 exc. If there is no other number with the same x and y's, then you just leave it as it is in the answer.
Now with the original question, I see a -9xy^3, and thats gonna combine with the 3xy^3 in the second polynomial and the 2xy^3 in the third one.
![- 9x {y}^{3} + 3x {y}^{3} + 2x {y}^{3} = \\ - 4x {y}^{3}](https://tex.z-dn.net/?f=%20-%209x%20%7By%7D%5E%7B3%7D%20%20%2B%203x%20%7By%7D%5E%7B3%7D%20%20%2B%202x%20%7By%7D%5E%7B3%7D%20%3D%20%5C%5C%20%20-%204x%20%7By%7D%5E%7B3%7D%20)
So far we have -4xy^3, the next term is going to be a -9x^4y^3, and that's gonna combine with the 3x^4y^3 in the third one.
![- 9 {x}^{4} {y}^{3} + 3 {x}^{4} {y}^{3} = - 6{x}^{4} {y}^{3}](https://tex.z-dn.net/?f=%20-%209%20%7Bx%7D%5E%7B4%7D%20%7By%7D%5E%7B3%7D%20%20%2B%203%20%7Bx%7D%5E%7B4%7D%20%20%7By%7D%5E%7B3%7D%20%20%3D%20%20-%206%7Bx%7D%5E%7B4%7D%20%20%7By%7D%5E%7B3%7D%20)
We now finished adding the like terms that were in the first polynomial, we will move onto the second polynomial. The first term in this one is 3xy^3, in which we already added in the first step. At this point, it doesn't look like there are any other terms that have the same x and y behind them. So we can move on and write the final answer:
![- 4x {y}^{3} - 6 {x}^{4} {y}^{3} + 7 {y}^{4} \\ - 8 {x}^{4} {y}^{4}](https://tex.z-dn.net/?f=%20-%204x%20%7By%7D%5E%7B3%7D%20-%206%20%7Bx%7D%5E%7B4%7D%20%7By%7D%5E%7B3%7D%20%20%2B%207%20%7By%7D%5E%7B4%7D%20%20%5C%5C%20-%208%20%7Bx%7D%5E%7B4%7D%20%7By%7D%5E%7B4%7D%20)
(All on the same line of course)
Also, for your second question, the order does not matter in which you write the terms. I could write the 7y^4 behind the -8x^4y^4 and it would still be the same answer.
If you have any other questions let me know :) while I double check my work.