Skip to main content

Challenge 81: A Difference of Opinion

Can you find the pairs of integer solutions to these equations?

These three problems can all be solved using a similar sort of method: but it's probable that other methods exist! We're interested to see your ideas.

  1. Find all pairs of integer solutions (x,y) to the equation x2-2x-y2=2.
  2. Find all pairs of integer solutions (a,b) to the equation 4a2+4a = b2+b.
  3. Find all pairs of integer solutions (p,q) to the equation p2+3 = q(p+2).