Create a polynomial expression in the form a * x ^ 3 + b * x ^ 2 + cx td where d > 20 or d < - 20 . Create also a binomial in the form ax + b where b > 4 or b < - 4 , or a trinomial in the form a * x ^ 2 + bx + c when c > 4 or c < - 4 . Then, divide the polynomial by the binomial or trinomial You created using long division. Show your solution.