|
Not Ranked
:
+0 / -0
0 score
Re: Right angled triangle combinations(3,4,5....)
these triples are in the forms of:

using these equations, you can generate these triples:
example:
let x=7, y=5
a=2*5*7=70
b=49-25=24
c=49+25=74
you can prove it yourself:
^2+(x^2-y^2)^2=c^2)
----------------
I have mistaken, apologized, and taken the consequences. My only regret, was for how I was bothered by the unchangable.
Last edited by Tim_Lou; 06-09-2006 at 10:53 PM..
|