aApolynomial is an expression consisting of variables and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponents of variables.
There are 3 sets of polynomials; LINEAR, QUADRATIC and CUBIC
Linear: [tex]ax + b = 0[/tex]
Quadratic: [tex]ax^2+bx+c=0[/tex]
Cubic: [tex]ax^3 + bx^2+cx+d = 0[/tex]