document.write( "Question 1199421: Prove that if the two larger numbers in a pythagorean triple differ by 1 , then their sum is the square of the smaller number (example 5, 12 ,13 ) \n" ); document.write( "
Algebra.Com's Answer #833293 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Prove that if the two larger numbers in a pythagorean triple differ by 1, \n" ); document.write( "then their sum is the square of the smaller number (example 5, 12 ,13 ) \n" ); document.write( "~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let \"a\", \"b\" and \"c\" be a pythagorean triple;\r\n" ); document.write( "\r\n" ); document.write( "\"b\" abd \"c\" be two larger numbers (with \"c\" be the LARGEST) and \r\n" ); document.write( "\r\n" ); document.write( " c - b = 1 (1) (differ by 1).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then \r\n" ); document.write( "\r\n" ); document.write( " a^2 + b^2 = c^2,\r\n" ); document.write( "\r\n" ); document.write( "hence,\r\n" ); document.write( "\r\n" ); document.write( " a^2 = c^2 - b^2 = (c-b)*(c+b).\r\n" ); document.write( "\r\n" ); document.write( "Sunstitute here 1 instead of c-b, based on (1), and you will get\r\n" ); document.write( "\r\n" ); document.write( " a^2 = b + c.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "This equality is what should be proved.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "At this point, the proof and the solution of the problem is complete.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |