Hmmmm.... After looking at this for a bit I don't really like the problem. Supposedly you are supposed to somehow solve for p and x but I see no way to do it. Perhaps if you were taking number theory, but as you are referring to the discriminant of a quadratic equation simply by "delta" I'm guessing you are taking a High School Algebra class or something in college at a similar level.
Re-arranging your equation a bit:
[math]p^2 - p + 1 - x^3 = 0[/math]
[math]p^2 - p + (1 - x^3) = 0[/math]
Now set up the discriminant (delta) of the quadratic formula using a = 1, b = -1, and [math]c = 1 - x^3[/math]. The discriminant must be a perfect square for this to possibly work. So start picking values of x until you find one. Then find p from there and verify that it is indeed a prime number.
There appears to be only one solution, though I am unable to prove it.
-Dan