document.write( "Question 334767: pythagoreans triples are composed of \n" ); document.write( "
Algebra.Com's Answer #239881 by mananth(16946)![]() ![]() You can put this solution on YOUR website! pythagoreans triples are composed of a set of 3 positive integers which form the sides of a right triangle. \n" ); document.write( "a,b,c are the sides of the triangle and c the hypotenuse \n" ); document.write( "There are many such triplets and they can be calculated. \n" ); document.write( "the simplest is (3,4,5) \n" ); document.write( ".. \n" ); document.write( "3^2+4^=5^2 \n" ); document.write( ".. The other triples are \n" ); document.write( "[6,8,10] , [5,12,13],[9,12,15] \n" ); document.write( " |