Question

1. Write down the pseudocode to find the difference of the following three polynomials: a x^{n}+b x^{n-1}+c e x^{n+1}+f x^{n-1}+g h x^{n-1}+i \text { where: } [a, b, c, e,

f, g, \text { and } n] \in \mathbb{R} Hint: You are required to list down the steps to find the difference between any three polynomials.These steps do not necessarily have to be programming language specific.

Question image 1Question image 2Question image 3Question image 4Question image 5Question image 6