Printable View
Does this relationship have a name? Code: x = y + 1 x^2 - y^2 = x + y
x = y + 1 x^2 - y^2 = x + y
Quote: Originally Posted by dwks Does this relationship have a name? Code: x = y + 1 x^2 - y^2 = x + y interesting, and about as useful as "Quick's" property
Quote: Originally Posted by dwks Does this relationship have a name? Code: x = y + 1 x^2 - y^2 = x + y (shrugs) As (the second equation adds nothing new) this relationship is merely the line with slope 1 and y-intercept (0, -1). -Dan
Quote: Originally Posted by dwks Does this relationship have a name? Code: x = y + 1 x^2 - y^2 = x + y Its a consequence of the difference of two squares formula: RonL
Hmm, okay. Thanks.