Find two consecutive odd numbers such that the sum of their squares is 130.
I found out that it was 9(squared) + 7(squared), but I have to represent this as an quadratic equation and be able to solve it for 7 and 9.
Since the squares are added (not multiplied), isn't it much easier to use n and n+2 ?