You can put this solution on YOUR website! let x be first odd integer, then x+2 is the next one
:
x^2 +(x+2)^2 = 74
:
x^2 +x^2+4x+4 = 74
:
2x^2 +4x -70 = 0
:
x^2 +2x -35 = 0
:
(x+7) * (x-5) = 0
:
x = -7 and x = 5
:
****************************************************
we want x = 5 because x > 0 and x+2 > 0
Our two consecutive positive odd numbers are 5 and 7
****************************************************
:
note that 5^2 + 7^2 = 25 + 49 = 74
: