Y by
Let
be a polynomial with integer coefficients such that
and
for some integer
. Prove that there exists no integer
such that
.






This post has been edited 4 times. Last edited by Entrepreneur, Aug 18, 2023, 3:30 PM
Plan ahead for the next school year. Schedule your class today!
import processing def setup(): processing.size(200, 200) def draw(): processing.ellipse(100, 100, 50, 50) processing.noLoop() processing.run()
Something appears to not have loaded correctly.