Question 1031569
One positive integer is 2 less than twice another.  The sum of their squares is 1009.  Find the integers
----------------
Use x and 2x-2
---
{{{x^2 + (2x-2)^2 = 1009}}}
{{{5x^2 - 8x + 4 = 1009}}}
{{{5x^2 - 8x - 1005 = 0}}}
*[invoke solve_quadratic_equation 5,-8,-1005]
================
x = 15
--> 15 & 28