Create a cubic polynomial p(x) = ax^3 + bx^2 + cx + d, where a, b, c, d are chosen in a way that p(x) has a root in the interval [1, 0]. Apply the bisection method for solving the equation p(x) = 0, obtaining an approximation to the root within 10^-2.