There are many polynomials that fit the bill,
f(x)=a(x-r1)(x-r2)(x-r3)(x-r4) where a is any real number not equal to zero.
A simple one is when a=1.
where r1,r2,r3,r4 are the roots of the 4th degree polynomial.
Also note that for a polynomial with *real* coefficients, complex roots *always* come in conjugages, i.e. in the form a±bi [±=+/-]
So a polynomial would be:
f(x)=(x-(-4-5i))(x-(-4+5i))(x--2)(x--2)
or, simplifying
f(x)=(x+4+5i)(x+4-5i)(x+2)^2
=x^4+12x^3+77x^2+196x+164 [if you decide to expand]
Solve for y. the slope will be m, y intercept will be b
The area of the shaded region will be the area of the rectangle minus the area of the white square inside of it:
((x+10)(2x+5)) - ((x+1)(x+1))
First, FOIL both of the areas separately:
(2x^2 + 5x + 20x + 50) - (x^2 + x + x + 1)
Simplify within the parentheses by adding like terms:
(2x^2 + 25x + 50) - (x^2 + 2x + 1)
Now, subtract one equation from the other:
2x^2 + 25x + 50
-x^2 - 2x - 1
= x^2 + 23x + 49
This will be the equation for the area.